Searched refs:Strtoi (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libefivar/
H A Defivar-dp-parse.c367 Strtoi ( function
460 (UINT8) Strtoi (SubtypeStr),
486 return DevPathFromTextGenericPath ((UINT8) Strtoi (TypeStr), TextDeviceNode);
532 Pci->Function = (UINT8) Strtoi (FunctionStr);
533 Pci->Device = (UINT8) Strtoi (DeviceStr);
562 Pccard->FunctionNumber = (UINT8) Strtoi (FunctionNumberStr);
595 MemMap->MemoryType = (UINT32) Strtoi (MemoryTypeStr);
691 Controller->ControllerNumber = (UINT32) Strtoi (ControllerStr);
722 BmcDp->InterfaceType = (UINT8) Strtoi (InterfaceTypeStr);
795 Acpi->UID = (UINT32) Strtoi (UIDSt
[all...]
H A Duefi-dplib.h528 #define Strtoi(x) strtol(x, NULL, 0) macro

Completed in 110 milliseconds