Searched refs:mi_copyin (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | mi.h | 89 extern void mi_copyin(queue_t *q, MBLKP mp, char *uaddr, size_t len);
|
H A D | mi.c | 192 * mi_copyin - takes care of transparent or non-transparent ioctl for the 196 * mi_copyin checks to see if the ioctl is transparent or non transparent. 203 mi_copyin(queue_t *q, MBLKP mp, char *uaddr, size_t len) function
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_ioctl.c | 315 mi_copyin(q, mp, NULL, copyin_size);
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 1060 mi_copyin(q, mp, NULL,
|
H A D | ip_if.c | 9017 * We establish here the size of the block to be copied in. mi_copyin 9104 mi_copyin(q, mp, NULL, ipip->ipi_copyin_size); 9120 mi_copyin(q, mp, NULL, copyin_size); 9126 mi_copyin(q, mp, NULL, copyin_size); 9131 mi_copyin(q, mp, NULL, copyin_size); 9187 mi_copyin(q, mp, NULL, copyin_size);
|
H A D | icmp.c | 4845 mi_copyin(q, mp, NULL,
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_output.c | 181 mi_copyin(q, mp, NULL,
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 4200 mi_copyin(q, mp, NULL,
|
Completed in 176 milliseconds