Searched refs:DevicePathSubType (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/stand/efi/libefi/
H A Ddevpath.c139 uint8_t subtype = DevicePathSubType(node);
183 uint8_t subtype = DevicePathSubType(node);
248 uint8_t subtype = DevicePathSubType(node);
338 uint8_t subtype = DevicePathSubType(node);
639 DevicePathSubType(devpath1) != DevicePathSubType(devpath2))
704 DevicePathSubType(prefix) != DevicePathSubType(path))
H A Defipart.c307 DevicePathSubType(node) == MSG_USB_DP) {
322 DevicePathSubType(node) == MSG_USB_DP)
335 if (DevicePathSubType(node) ==
337 DevicePathSubType(node) == MSG_SCSI_DP) {
444 DevicePathSubType(node) == ACPI_DP) {
563 DevicePathSubType(node) == MEDIA_CDROM_DP) {
627 if (DevicePathSubType(node) != MEDIA_HARDDRIVE_DP) {
738 DevicePathSubType(node) == MEDIA_FILEPATH_DP) {
H A Deficom.c136 DevicePathSubType(devpath) == MSG_UART_DP)
140 (DevicePathSubType(devpath) == ACPI_DP ||
141 DevicePathSubType(devpath) == ACPI_EXTENDED_DP)) {
H A Definet.c394 DevicePathSubType(node) != MSG_MAC_ADDR_DP)
H A Defihttp.c197 DevicePathSubType(devpath) != MSG_URI_DP)
261 switch (DevicePathSubType(imgpath)) {
/freebsd-current/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h72 DevicePathSubType (
/freebsd-current/lib/libefivar/
H A Duefi-dputil.c234 DevicePathSubType ( function
346 return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_SUBTYPE);
H A Defivar-dp-xlate.c154 DevicePathSubType(walker) == MEDIA_FILEPATH_DP)
402 if (DevicePathSubType(walker) == MEDIA_HARDDRIVE_DP)
H A Defivar-dp-format.c2338 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node));
2343 UefiDevicePathLibCatPrint (Str, "%s(%d", mUefiDevicePathLibToTextTableGeneric[Index].Text, DevicePathSubType (Node));
2452 (DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType)
2516 (DevicePathSubType (Node) == mUefiDevicePathLibToTextTable[Index].SubType)
/freebsd-current/stand/efi/loader/
H A Dmain.c156 (DevicePathSubType(path) == ACPI_DP ||
157 DevicePathSubType(path) == ACPI_EXTENDED_DP)) {
172 DevicePathSubType(path) == MSG_USB_CLASS_DP) {
441 DevicePathSubType(dp) != MEDIA_FILEPATH_DP) {
776 (DevicePathSubType(node) == ACPI_DP ||
777 DevicePathSubType(node) == ACPI_EXTENDED_DP)) {
785 DevicePathSubType(node) == MSG_UART_DP) {
790 DevicePathSubType(node) == ACPI_ADR_DP) {
794 DevicePathSubType(node) == HW_PCI_DP) {
H A Defi_main.c157 DevicePathSubType(img->FilePath) != MEDIA_FILEPATH_DP ||
/freebsd-current/stand/efi/gptboot/
H A Dproto.c128 if (DevicePathSubType(md) != MEDIA_HARDDRIVE_DP)
/freebsd-current/stand/efi/include/
H A Defidevp.h55 #define DevicePathSubType(a) ( (a)->SubType ) macro

Completed in 202 milliseconds