/src/sys/dev/pci/ |
amrio.h | 102 void *au_buffer; /* data buffer in userspace */ member in struct:amr_user_ioctl 117 u_int32_t au_buffer; /* 32-bit pointer to uspace buf */
|
amrio.h | 102 void *au_buffer; /* data buffer in userspace */ member in struct:amr_user_ioctl 117 u_int32_t au_buffer; /* 32-bit pointer to uspace buf */
|
amr.c | 1485 void *dp = NULL, *au_buffer; local in function:amrioctl 1503 au_buffer = au->au_buffer; 1527 if ((error = copyin(au_buffer, dp, au_length)) != 0) 1551 error = copyout(dp, au_buffer, au_length);
|
amr.c | 1485 void *dp = NULL, *au_buffer; local in function:amrioctl 1503 au_buffer = au->au_buffer; 1527 if ((error = copyin(au_buffer, dp, au_length)) != 0) 1551 error = copyout(dp, au_buffer, au_length);
|