Home
last modified time | relevance | path

Searched refs:DPT_SYSINFO (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/raid/asr/
HDosd_unix.h158 #define DPT_SYSINFO 5 macro
199 #define DPT_SYSINFO _IOR('D',72,sysInfo_S) macro
223 #define DPT_SYSINFO (('D'<<8)|72) macro
283 #define DPT_SYSINFO _IOR('D',72,sysInfo_S) macro
HDasr.c3672 case DPT_SYSINFO & 0x0000FFFF: in asr_ioctl()
3673 case DPT_SYSINFO: { in asr_ioctl()
/dragonfly/sys/dev/raid/dpt/
HDdpt.h865 #define DPT_SYSINFO (('D'<<8)|72) /* Get System Info Structure */ macro