Home
last modified time | relevance | path

Searched refs:Pun (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h352 UINT16 Pun; member
897 UINT8 Pun; member
/freebsd/stand/efi/libefi/
H A Ddevpath.c267 ((SCSI_DEVICE_PATH *)node)->Pun, in efi_messaging_dev_path()
/freebsd/lib/libefivar/
H A Defivar-dp-format.c711 UefiDevicePathLibCatPrint (Str, "Scsi(0x%x,0x%x)", Scsi->Pun, Scsi->Lun); in DevPathToTextScsi()
908 UefiDevicePathLibCatPrint (Str, "UFS(0x%x,0x%x)", Ufs->Pun, Ufs->Lun); in DevPathToTextUfs()
H A Defivar-dp-parse.c1225 Scsi->Pun = (UINT16)Strtoi (PunStr); in DevPathFromTextScsi()
1888 Ufs->Pun = (UINT8)Strtoi (PunStr); in DevPathFromTextUfs()