Searched defs:SIGN_PTR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsignotify.c85 #define SIGN_PTR(p, n) &((signotifyq_t *)(&p->p_signhdr[1]))[n]; macro
117 snqp = SIGN_PTR(p, id.sn_index);
170 id.sn_index = (signotifyq_t *)sqp - SIGN_PTR(cp, 0);
192 snqp = SIGN_PTR(p, id.sn_index);

Completed in 66 milliseconds