Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/arch/sparc64/boot/
Dpiggyback.c54 start = strtoul (buffer + 8, NULL, 16); in main()
56 end = strtoul (buffer + 8, NULL, 16); in main()
/linux-2.4.37.9/arch/sparc/boot/
Dpiggyback.c86 start = strtoul (buffer, NULL, 16); in main()
88 end = strtoul (buffer, NULL, 16); in main()
Dbtfixupprep.c191 initval = strtoul(p + 10, &q, 16); in main()
288 offset = strtoul(buffer, &q, 16); in main()
/linux-2.4.37.9/include/acpi/platform/
Daclinux.h63 #define strtoul simple_strtoul macro
Dacenv.h238 #define ACPI_STRTOUL(d,s,n) strtoul((d), (s), (acpi_size)(n))
/linux-2.4.37.9/arch/m68k/tools/amiga/
Ddmesg.c48 end = strtoul(argv[1], NULL, 0); in main()
/linux-2.4.37.9/arch/ppc/boot/utils/
Dmktree.c60 bt.bb_dest = bt.bb_entry_point = htonl(strtoul(argv[3], NULL, 0)); in main()
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l238 yylval.value = strtoul(yytext + 2, NULL, 16);
/linux-2.4.37.9/Documentation/
Dmtrr.txt253 sentry.base = strtoul (argv[1], NULL, 0);
254 sentry.size = strtoul (argv[2], NULL, 0);
/linux-2.4.37.9/Documentation/networking/
Difenslave.c630 abi_ver = strtoul(info.fw_version, &endptr, 0); in get_drv_info()