Searched refs:boot_id (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Duuid.c76 FILE *boot_id; local
81 boot_id = fopen("/proc/sys/kernel/random/boot_id", "r");
82 if(!boot_id)
84 if((fseek(boot_id, 24, SEEK_SET) < 0) ||
85 (fscanf(boot_id, "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx",
88 fclose(boot_id);
92 fclose(boot_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Duuid.c76 FILE *boot_id; local
81 boot_id = fopen("/proc/sys/kernel/random/boot_id", "r");
82 if(!boot_id)
84 if((fseek(boot_id, 24, SEEK_SET) < 0) ||
85 (fscanf(boot_id, "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx",
88 fclose(boot_id);
92 fclose(boot_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Duuid.c76 FILE *boot_id; local
81 boot_id = fopen("/proc/sys/kernel/random/boot_id", "r");
82 if(!boot_id)
84 if((fseek(boot_id, 24, SEEK_SET) < 0) ||
85 (fscanf(boot_id, "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx",
88 fclose(boot_id);
92 fclose(boot_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/include/asm/
H A Dpdc.h372 unsigned long boot_id; member in struct:pdc_model
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpdc.h372 unsigned long boot_id; member in struct:pdc_model

Completed in 127 milliseconds