Searched defs:ioctlbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c852 void *ioctlbuf = &ioctl_data; /* TI_SYNC/GETINFO with room to grow */ local
856 * Note: We use "ioctlbuf" allocated on stack above with
866 struct ti_sync_req *tsrp = (struct ti_sync_req *)ioctlbuf;
867 struct ti_sync_ack *tsap = (struct ti_sync_ack *)ioctlbuf;
868 struct T_capability_req *tcrp = (struct T_capability_req *)ioctlbuf;
869 struct T_capability_ack *tcap = (struct T_capability_ack *)ioctlbuf;
893 rval = _t_do_ioctl(fd, (char *)ioctlbuf,
1069 rval = _t_do_ioctl(fd, ioctlbuf,
1446 void *ioctlbuf = &ioctl_data; /* for TI_SYNC with room to grow */ local
1449 struct ti_sync_req *tsrp = (struct ti_sync_req *)ioctlbuf;
1641 void *ioctlbuf = &ioctl_data; local
[all...]

Completed in 47 milliseconds