Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar-dp-format.c240 case MESSAGING_DEVICE_PATH: in DevPathToTextVendor()
2322 { MESSAGING_DEVICE_PATH, "Msg" },
2393 { MESSAGING_DEVICE_PATH, MSG_ATAPI_DP, DevPathToTextAtapi },
2394 { MESSAGING_DEVICE_PATH, MSG_SCSI_DP, DevPathToTextScsi },
2395 { MESSAGING_DEVICE_PATH, MSG_FIBRECHANNEL_DP, DevPathToTextFibre },
2396 { MESSAGING_DEVICE_PATH, MSG_FIBRECHANNELEX_DP, DevPathToTextFibreEx },
2397 { MESSAGING_DEVICE_PATH, MSG_SASEX_DP, DevPathToTextSasEx },
2398 { MESSAGING_DEVICE_PATH, MSG_NVME_NAMESPACE_DP, DevPathToTextNVMe },
2399 { MESSAGING_DEVICE_PATH, MSG_UFS_DP, DevPathToTextUfs },
2400 { MESSAGING_DEVICE_PATH, MSG_SD_DP, DevPathToTextSd },
[all …]
H A Defivar-dp-parse.c1146 return DevPathFromTextGenericPath (MESSAGING_DEVICE_PATH, TextDeviceNode); in DevPathFromTextMsg()
1169 MESSAGING_DEVICE_PATH, in DevPathFromTextAta()
1224 MESSAGING_DEVICE_PATH, in DevPathFromTextScsi()
1258 MESSAGING_DEVICE_PATH, in DevPathFromTextFibre()
1293 MESSAGING_DEVICE_PATH, in DevPathFromTextFibreEx()
1329 MESSAGING_DEVICE_PATH, in DevPathFromText1394()
1363 MESSAGING_DEVICE_PATH, in DevPathFromTextUsb()
1395 MESSAGING_DEVICE_PATH, in DevPathFromTextI2O()
1434 MESSAGING_DEVICE_PATH, in DevPathFromTextInfiniband()
1466 MESSAGING_DEVICE_PATH, in DevPathFromTextVenMsg()
[all …]
/freebsd/stand/efi/libefi/
H A Defipart.c306 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_ignore_device()
321 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_ignore_device()
330 DevicePathType(node) == MESSAGING_DEVICE_PATH) { in efipart_ignore_device()
H A Defihttp.c196 if (DevicePathType(devpath) != MESSAGING_DEVICE_PATH || in efihttp_dev_init()
259 if (DevicePathType(imgpath) != MESSAGING_DEVICE_PATH) in efihttp_dev_open()
H A Deficom.c135 if (DevicePathType(devpath) == MESSAGING_DEVICE_PATH && in efi_serial_get_index()
H A Definet.c393 if (DevicePathType(node) != MESSAGING_DEVICE_PATH || in efinet_dev_init()
H A Ddevpath.c442 case MESSAGING_DEVICE_PATH: in efi_translate_devpath()
/freebsd/stand/efi/include/
H A Defidevp.h163 #define MESSAGING_DEVICE_PATH 0x03 macro
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h322 #define MESSAGING_DEVICE_PATH 0x03 macro
/freebsd/stand/efi/loader/
H A Dmain.c180 } else if (DevicePathType(path) == MESSAGING_DEVICE_PATH && in has_keyboard()
995 } else if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in parse_uefi_con_out()