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

/osnet-11/usr/src/lib/libnsl/nsl/
H A D_utility.c849 void *ioctlbuf = &ioctl_data; /* TI_SYNC/GETINFO with room to grow */ local
853 * Note: We use "ioctlbuf" allocated on stack above with
863 struct ti_sync_req *tsrp = (struct ti_sync_req *)ioctlbuf;
864 struct ti_sync_ack *tsap = (struct ti_sync_ack *)ioctlbuf;
865 struct T_capability_req *tcrp = (struct T_capability_req *)ioctlbuf;
866 struct T_capability_ack *tcap = (struct T_capability_ack *)ioctlbuf;
890 rval = _t_do_ioctl(fd, (char *)ioctlbuf,
1072 rval = _t_do_ioctl(fd, ioctlbuf,
1451 void *ioctlbuf = &ioctl_data; /* for TI_SYNC with room to grow */ local
1454 struct ti_sync_req *tsrp = (struct ti_sync_req *)ioctlbuf;
1646 void *ioctlbuf = &ioctl_data; local
[all...]

Completed in 24 milliseconds