Home
last modified time | relevance | path

Searched refs:sd_poll (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h123 short (*sd_poll)(sock_lower_handle_t, short, int, cred_t *); member
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h390 int sd_poll; /* Future use */ member
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c934 if (so->so_downcalls != NULL && so->so_downcalls->sd_poll != NULL) { in so_poll()
935 *reventsp |= (*so->so_downcalls->sd_poll) in so_poll()
H A Dsockcommon_subr.c1351 ASSERT(so->so_downcalls->sd_poll != NULL); in socket_init_common()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c771 .sd_poll = rdsv3_poll,