Home
last modified time | relevance | path

Searched refs:ksetp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c1109 #define DP_SIGMASK_RESTORE(ksetp) { \ argument
1110 if (ksetp != NULL) { \
1202 k_sigset_t *ksetp = NULL; in dpioctl() local
1255 ksetp = (k_sigset_t *)setp; in dpioctl()
1262 ksetp = &kset; in dpioctl()
1268 t->t_hold = *ksetp; in dpioctl()
1307 DP_SIGMASK_RESTORE(ksetp); in dpioctl()
1318 DP_SIGMASK_RESTORE(ksetp); in dpioctl()
1410 DP_SIGMASK_RESTORE(ksetp); in dpioctl()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c330 poll_common(pollfd_t *fds, nfds_t nfds, timespec_t *tsp, k_sigset_t *ksetp) in poll_common() argument
362 if (ksetp != NULL) { in poll_common()
366 t->t_hold = *ksetp; in poll_common()
613 if (ksetp != NULL) { in poll_common()
671 k_sigset_t *ksetp; in pollsys() local
694 ksetp = NULL; in pollsys()
699 ksetp = &kset; in pollsys()
702 return (poll_common(fds, nfds, tsp, ksetp)); in pollsys()