Searched refs:lpBytesReturned (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/dev/hptmv/ |
H A D | ioctl.c | 211 PDWORD lpBytesReturned /* byte count */ in Kernel_DeviceIoControl() argument 327 lpOutBuffer, nOutBufferSize, lpBytesReturned) == -1) return -1; in Kernel_DeviceIoControl() 366 lpOutBuffer, nOutBufferSize, lpBytesReturned) == -1) { in Kernel_DeviceIoControl() 442 if (lpBytesReturned) in Kernel_DeviceIoControl() 443 *lpBytesReturned = nOutBufferSize; in Kernel_DeviceIoControl()
|
H A D | hptintf.h | 751 LPDWORD lpBytesReturned; /* count of bytes returned */ member 763 DWORD lpBytesReturned; member
|
H A D | osbsd.h | 213 PDWORD lpBytesReturned /* byte count */
|
H A D | hptproc.c | 343 if (err == 0 && piop->lpBytesReturned) in hpt_set_info() 344 err = -copyout(&dwRet, (void*)(ULONG_PTR)piop->lpBytesReturned, sizeof(DWORD)); in hpt_set_info()
|
H A D | gui_lib.c | 1131 PDWORD lpBytesReturned /* byte count */ in hpt_default_ioctl() argument 1444 if (lpBytesReturned) in hpt_default_ioctl() 1445 *lpBytesReturned = nOutBufferSize; in hpt_default_ioctl()
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_osm_bsd.c | 952 arg.lpBytesReturned = 0;\ 1314 ioctl_args.lpBytesReturned = &bytesReturned; in hpt_ioctl() 1334 if (piop->lpBytesReturned) { in hpt_ioctl() 1336 (void*)piop->lpBytesReturned, sizeof(HPT_U32))) in hpt_ioctl()
|
H A D | ldm.h | 211 HPT_U32 *lpBytesReturned; member
|
H A D | hptintf.h | 1470 HPT_PTR lpBytesReturned; /* count of HPT_U8s returned */ member 1482 HPT_U32 lpBytesReturned; member
|
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_osm_bsd.c | 883 arg.lpBytesReturned = 0;\ 1247 ioctl_args.lpBytesReturned = &bytesReturned; in hpt_ioctl() 1267 if (piop->lpBytesReturned) { in hpt_ioctl() 1269 (void*)piop->lpBytesReturned, sizeof(HPT_U32))) in hpt_ioctl()
|
H A D | hptintf.h | 1208 HPT_PTR lpBytesReturned; /* count of HPT_U8s returned */ member 1220 HPT_U32 lpBytesReturned; member
|
H A D | ldm.h | 209 HPT_U32 *lpBytesReturned; member
|
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_osm_bsd.c | 1239 arg.lpBytesReturned = 0;\ 1604 ioctl_args.lpBytesReturned = &bytesReturned; in hpt_ioctl() 1624 if (piop->lpBytesReturned) { in hpt_ioctl() 1626 (void*)piop->lpBytesReturned, sizeof(HPT_U32))) in hpt_ioctl()
|
H A D | ldm.h | 211 HPT_U32 *lpBytesReturned; member
|
H A D | hptintf.h | 1466 HPT_PTR lpBytesReturned; /* count of HPT_U8s returned */ member 1478 HPT_U32 lpBytesReturned; member
|
/freebsd/sys/dev/hptiop/ |
H A D | hptiop.h | 330 unsigned long lpBytesReturned; /* count of HPT_U8s returned */ member
|
H A D | hptiop.c | 1190 if (pParams->lpBytesReturned) { in hptiop_do_ioctl_itl() 1193 (void *)pParams->lpBytesReturned, sizeof(unsigned long))) in hptiop_do_ioctl_itl() 1274 if (pParams->lpBytesReturned) in hptiop_do_ioctl_mv() 1276 (void*)pParams->lpBytesReturned, in hptiop_do_ioctl_mv() 1371 if (pParams->lpBytesReturned) in hptiop_do_ioctl_mvfrey() 1373 (void*)pParams->lpBytesReturned, in hptiop_do_ioctl_mvfrey()
|