/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdsv3_impl.c | 133 rval = ksocket_ioctl(so4, SIOCGLIFNUM, (intptr_t)&lifn, &rval, in rdsv3_do_ip_ioctl() 158 rc = ksocket_ioctl(so4, SIOCGLIFCONF, (intptr_t)&lifc, &rval, CRED()); in rdsv3_do_ip_ioctl() 187 rc = ksocket_ioctl(so4, SIOCGLIFFLAGS, (intptr_t)&lifr, in rdsv3_do_ip_ioctl() 237 rc = ksocket_ioctl(so4, SIOCGLIFFLAGS, (intptr_t)&lifr, in rdsv3_do_ip_ioctl() 334 rval = ksocket_ioctl(so4, SIOCGIFNUM, (intptr_t)&ifn, &rval, in rdsv3_do_ip_ioctl_old() 357 rc = ksocket_ioctl(so4, SIOCGIFCONF, (intptr_t)&ifc, &rval, CRED()); in rdsv3_do_ip_ioctl_old() 387 rc = ksocket_ioctl(so4, SIOCGIFFLAGS, (intptr_t)&ifr, in rdsv3_do_ip_ioctl_old() 450 rc = ksocket_ioctl(so4, SIOCGIFFLAGS, (intptr_t)&ifr, in rdsv3_do_ip_ioctl_old()
|
H A D | af_rds.c | 405 rc = ksocket_ioctl(so4, cmd, (intptr_t)&lifr, &rval, CRED()); in rdsv3_ioctl() 431 rc = ksocket_ioctl(so4, cmd, (intptr_t)&ifr, &rval, CRED()); in rdsv3_ioctl()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ksocket.h | 116 extern int ksocket_ioctl(ksocket_t, int, intptr_t, int *, struct cred *);
|
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | mapfile-vers | 108 ksocket_ioctl;
|
H A D | ksocket.c | 508 ksocket_ioctl(ksocket_t ks, int cmd, intptr_t arg, int *rvp, struct cred *cr) in ksocket_ioctl() function
|
/titanic_41/usr/src/uts/common/io/idm/ |
H A D | idm_so.c | 425 if (ksocket_ioctl(so6, SIOCGLIFNUM, (intptr_t)&lifn, &rval, CRED()) in idm_get_ipaddr() 446 rc = ksocket_ioctl(so6, SIOCGLIFCONF, (intptr_t)&lifc, &rval, CRED()); in idm_get_ipaddr() 482 rc = ksocket_ioctl(so4, SIOCGLIFFLAGS, (intptr_t)lp, in idm_get_ipaddr() 486 rc = ksocket_ioctl(so6, SIOCGLIFFLAGS, (intptr_t)lp, in idm_get_ipaddr() 2987 rc = ksocket_ioctl(ks, FIONBIO, (intptr_t)&nonblocking, &rval, in idm_so_timed_socket_connect() 3040 (void) ksocket_ioctl(ks, FIONBIO, (intptr_t)&nonblocking, &rval, in idm_so_timed_socket_connect()
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_opipe.c | 420 rc = ksocket_ioctl(sock, FIONREAD, (intptr_t)nread, &trval, in smb_opipe_get_nread()
|
/titanic_41/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 687 ksocket_ioctl(ksocket_t ks, int cmd, intptr_t arg, int *rvalp, struct cred *cr) in ksocket_ioctl() function
|
/titanic_41/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 1265 NO_UNLOAD_STUB(ksocket, ksocket_ioctl, nomod_minus_one);
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 1393 NO_UNLOAD_STUB(ksocket, ksocket_ioctl, nomod_minus_one);
|