Home
last modified time | relevance | path

Searched refs:numents (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/rsm/
H A Drsm.h245 uint32_t numents; member
251 uint32_t numents; member
/titanic_50/usr/src/uts/common/io/rsm/
H A Drsm.c7084 msgp->numents = (int)cemsg32.numents; in rsm_consumeevent_copyin()
7086 evlistsz32 = sizeof (rsm_poll_event32_t) * msgp->numents; in rsm_consumeevent_copyin()
7091 if (msgp->numents > RSM_MAX_POLLFDS) { in rsm_consumeevent_copyin()
7092 if (msgp->numents > max_segs) { /* validate numents */ in rsm_consumeevent_copyin()
7106 if ((msgp->numents > RSM_MAX_POLLFDS) && evlist32) { in rsm_consumeevent_copyin()
7115 evlistsz = sizeof (rsm_poll_event_t)* msgp->numents; in rsm_consumeevent_copyin()
7117 if (msgp->numents > RSM_MAX_POLLFDS) { in rsm_consumeevent_copyin()
7127 for (i = 0; i < msgp->numents; i++) { in rsm_consumeevent_copyin()
7133 if ((msgp->numents > RSM_MAX_POLLFDS) && evlist32) { in rsm_consumeevent_copyin()
7151 if (msgp->numents > RSM_MAX_POLLFDS) { in rsm_consumeevent_copyin()
[all …]
/titanic_50/usr/src/lib/librsm/common/
H A Drsmlib.c2726 msg.numents = numsegs; in __rsm_intr_signal_wait_common()