Searched refs:rdsv3_do_ip_ioctl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h349 int rdsv3_do_ip_ioctl(ksocket_t so4, void **ipaddrs, int *size, int *nifs);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c291 rval = rdsv3_do_ip_ioctl(so4, &buf, &bufsize, &numifs);
322 rval = rdsv3_do_ip_ioctl(so4, &buf, &bufsize, &numifs);
325 "rdsv3_do_ip_ioctl failed: %d", rval);
H A Drdsv3_impl.c111 rdsv3_do_ip_ioctl(ksocket_t so4, void **ipaddrs, int *size, int *nifs) function
126 RDSV3_DPRINTF4("rdsv3_do_ip_ioctl", "Enter");
136 RDSV3_DPRINTF2("rdsv3_do_ip_ioctl",
143 RDSV3_DPRINTF2("rdsv3_do_ip_ioctl", "No interfaces found");
160 RDSV3_DPRINTF2("rdsv3_do_ip_ioctl", "SIOCGLIFCONF failed");
211 RDSV3_DPRINTF2("rdsv3_do_ip_ioctl", "No RDS interfaces");
246 RDSV3_DPRINTF2("rdsv3_do_ip_ioctl",
275 RDSV3_DPRINTF4("rdsv3_do_ip_ioctl", "Return");

Completed in 50 milliseconds