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