Home
last modified time | relevance | path

Searched refs:DeviceType (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/dev/raid/hptmv/
H A Dhptintf.h170 #define CTL_CODE( DeviceType, Function, Method, Access ) \ argument
171 (((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
472 UCHAR DeviceType; /* device type */ member
H A Dosbsd.h69 UCHAR DeviceType : 5; member
H A Dgui_lib.c315 pDiskInfo->DeviceType = PDT_HARDDISK; in get_disk_info()
H A Dentry.c2563 inquiryData->DeviceType = T_DIRECT; /*DIRECT_ACCESS_DEVICE*/ in SetInquiryData()
/dragonfly/sys/dev/raid/hpt27xx/
H A Dos_bsd.h82 u_char DeviceType : 5; member
H A Dhptintf.h212 #define CTL_CODE( DeviceType, Function, Method, Access ) \ argument
213 (((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
792 HPT_U8 DeviceType; /* device type */ member
838 HPT_U8 DeviceType; /* device type */ member
/dragonfly/sys/dev/raid/asr/
H A Di2odpt.h176 U8 DeviceType; /* Identical to I2O_SCSI_DEVICE_INFO SCALAR */ member
H A Di2obscsi.h354 U8 DeviceType; member
H A Di2odep.h911 getU1((&(x)->DeviceType),0)
913 setU1((&(x)->DeviceType),0,y)
/dragonfly/sys/dev/raid/hptrr/
H A Dos_bsd.h83 u_char DeviceType : 5; member
H A Dhptintf.h212 #define CTL_CODE( DeviceType, Function, Method, Access ) \ argument
213 (((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
663 HPT_U8 DeviceType; /* device type */ member
709 HPT_U8 DeviceType; /* device type */ member
/dragonfly/lib/libefivar/
H A Defivar-dp-parse.c3420 Bbs->DeviceType = BBS_TYPE_FLOPPY; in DevPathFromTextBBS()
3422 Bbs->DeviceType = BBS_TYPE_HARDDRIVE; in DevPathFromTextBBS()
3424 Bbs->DeviceType = BBS_TYPE_CDROM; in DevPathFromTextBBS()
3426 Bbs->DeviceType = BBS_TYPE_PCMCIA; in DevPathFromTextBBS()
3428 Bbs->DeviceType = BBS_TYPE_USB; in DevPathFromTextBBS()
3430 Bbs->DeviceType = BBS_TYPE_EMBEDDED_NETWORK; in DevPathFromTextBBS()
3432 Bbs->DeviceType = (UINT16) Strtoi (TypeStr); in DevPathFromTextBBS()
H A Defivar-dp-format.c2090 switch (Bbs->DeviceType) { in DevPathToTextBBS()
2123 UefiDevicePathLibCatPrint (Str, "BBS(0x%x,%s", Bbs->DeviceType, Bbs->String); in DevPathToTextBBS()
/dragonfly/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DDevicePath.h1228 UINT16 DeviceType; member
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dactbl2.h1838 UINT8 DeviceType; member
/dragonfly/sys/contrib/dev/acpica/source/common/
H A Ddmtbinfo2.c1242 {ACPI_DMT_UINT8, ACPI_NHLT0_OFFSET (DeviceType), "Device Type", 0},