Searched refs:_t_do_ioctl (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_unbind.c | 115 if (_t_do_ioctl(fd, (char *)unbind_reqp, in _tx_unbind_locked()
|
H A D | t_getinfo.c | 82 retval = _t_do_ioctl(fd, ctlbuf.buf, in _tx_getinfo()
|
H A D | _utility.c | 474 _t_do_ioctl(int fd, char *buf, int size, int cmd, int *retlenp) in _t_do_ioctl() function 893 rval = _t_do_ioctl(fd, (char *)ioctlbuf, in _t_create() 1069 rval = _t_do_ioctl(fd, ioctlbuf, in _t_create() 1457 rval = _t_do_ioctl(fd, ioctlbuf, in _t_expinline_queued() 1654 rval = _t_do_ioctl(fd, (char *)ioctlbuf, in _t_do_postconn_sync()
|
H A D | t_bind.c | 131 if (_t_do_ioctl(fd, ctlbuf.buf, size, TI_BIND, &retlen) < 0) { in _tx_bind()
|
H A D | t_getname.c | 152 retval = _t_do_ioctl(fd, ctlbuf.buf, in _tx_getprotaddr()
|
H A D | t_optmgmt.c | 248 if (_t_do_ioctl(fd, ctlbuf.buf, size, TI_OPTMGMT, &retlen) < 0) in _tx_optmgmt()
|
H A D | tx.h | 291 extern int _t_do_ioctl(int, char *, int, int, int *);
|
/illumos-gate/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 1038 SCOPED_SYMBOL|SunOS_5.6|libnsl.so.1|_t_do_ioctl
|