Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 25 of 264) sorted by path

1234567891011

/illumos-gate/usr/src/boot/common/
H A Dconsole.c460 tdiv = strtoul(value, &eptr, 0); in twiddle_set()
H A Dgfx_fb.c182 *x = strtoul(p, &end, 0); in gfx_parse_mode_str()
188 *y = strtoul(p, &end, 0); in gfx_parse_mode_str()
195 *depth = strtoul(p, &end, 0); in gfx_parse_mode_str()
2300 x = strtoul(value, &eptr, 10); in font_set()
2302 y = strtoul(eptr + 1, &eptr, 10); in font_set()
/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c456 n = strtoul(value, &ep, 10); in comc_parse_mode()
462 n = strtoul(ep, &ep, 10); in comc_parse_mode()
H A Dframebuffer.c418 efifb->fb_addr = strtoul(ev, &p, 0); in efifb_from_uga()
435 efifb->fb_stride = strtoul(ev, &p, 0); in efifb_from_uga()
784 mode = strtoul(arg, &cp, 0); in command_gop()
825 d = strtoul(arg, &cp, 0); in command_gop()
H A Dmain.c640 uid = strtoul(env, &ep, 10); in uefi_serial_console()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c201 comspeed = strtoul(ptr, NULL, 0); in main()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c377 n = strtoul(value, &ep, 10); in comc_parse_mode()
384 n = strtoul(ep, &ep, 10); in comc_parse_mode()
586 pres = strtoul(string, &p, 10); in comc_parse_pcidev()
592 pres = strtoul(p1, &p, 10); in comc_parse_pcidev()
598 pres = strtoul(p1, &p, 10); in comc_parse_pcidev()
605 pres = strtoul(p1, &p, 10); in comc_parse_pcidev()
H A Dvbe.c912 n = strtoul(arg, &cp, 0); in command_vesa()
968 n = strtoul(arg, &cp, 0); in command_vesa()
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h113 strtoul(const char * __restrict, char ** __restrict, int);
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc33 strdup.o strerror.o strtol.o strtoll.o strtoul.o strtoull.o random.o \
H A Dbootp.c407 tmp = strtoul(val, &end, 0); in vend_rfc1048()
H A Dstand.h363 extern unsigned long strtoul(const char *__restrict, char **__restrict, int);
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmextern.c580 ArgCount = strtoul (Token, NULL, 0); in AcpiDmGetExternalsFromFile()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslanalyze.c589 GpeNumber = strtoul (&Name[2], NULL, 16); in ApCheckForGpeNameConflict()
H A Daslerror.c1087 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslExpectException()
1134 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslDisableException()
H A Dasloptions.c353 Gbl_PruneDepth = (UINT8) strtoul (AcpiGbl_Optarg, NULL, 0); in AslDoOptions()
370 Gbl_PruneType = (UINT8) strtoul (AcpiGbl_Optarg, NULL, 0); in AslDoOptions()
655 Gbl_LineBufferSize = (UINT32) strtoul (AcpiGbl_Optarg, NULL, 0) * 1024; in AslDoOptions()
791 Gbl_RevisionOverride = (UINT8) strtoul (AcpiGbl_Optarg, NULL, 0); in AslDoOptions()
994 AcpiDbgLevel = strtoul (AcpiGbl_Optarg, NULL, 16); in AslDoOptions()
H A Daslsupport.l905 Digit = (UINT8) strtoul (ConvertBuffer, NULL, 8); in AslDoStringLiteral()
949 Digit = (UINT8) strtoul (ConvertBuffer, NULL, 16); in AslDoStringLiteral()
H A Ddttemplate.c269 TableCount = strtoul (Signature, &End, 0); in DtCreateTemplates()
/illumos-gate/usr/src/cmd/amdzen/
H A Dudf.c94 lval = strtoul(funcstr, &eptr, 0); in main()
100 lval = strtoul(inststr, &eptr, 0); in main()
106 lval = strtoul(regstr, &eptr, 0); in main()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs160 comp/strtoul.o \
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dlib115 #define _lib_strtoul 1 /* strtoul() in default lib(s) */
H A Dmap425 #undef strtoul
426 #define strtoul _ast_strtoul
436 extern __MANGLE__ unsigned long strtoul __PROTO__((const char*, char**, int));
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dlib126 #define _lib_strtoul 1 /* strtoul() in default lib(s) */
H A Dmap425 #undef strtoul
426 #define strtoul _ast_strtoul
436 extern __MANGLE__ unsigned long strtoul __PROTO__((const char*, char**, int));
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dlib126 #define _lib_strtoul 1 /* strtoul() in default lib(s) */

1234567891011