Searched defs:hpt_iop_ioctl_param (Results 1 – 1 of 1) sorted by relevance
323 struct hpt_iop_ioctl_param { struct324 u_int32_t Magic; /* used to check if it's a valid ioctl packet */325 u_int32_t dwIoControlCode; /* operation control code */326 unsigned long lpInBuffer; /* input data buffer */327 u_int32_t nInBufferSize; /* size of input data buffer */328 unsigned long lpOutBuffer; /* output data buffer */329 u_int32_t nOutBufferSize; /* size of output data buffer */330 unsigned long lpBytesReturned; /* count of HPT_U8s returned */