Home
last modified time | relevance | path

Searched refs:sd_send_uio (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h119 int (*sd_send_uio)(sock_lower_handle_t, uio_t *, struct nmsghdr *, member
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c412 if (so->so_downcalls->sd_send_uio != NULL) { in so_sendmsg()
413 error = (*so->so_downcalls->sd_send_uio) in so_sendmsg()
H A Dsockcommon_subr.c1349 so->so_downcalls->sd_send_uio != NULL); in socket_init_common()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c777 .sd_send_uio = rdsv3_send_uio,