Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Ddevpoll.c976 #define DP_SIGMASK_RESTORE(ksetp) { \ argument
977 if (ksetp != NULL) { \
1064 k_sigset_t *ksetp = NULL; in dpioctl() local
1121 ksetp = &kset; in dpioctl()
1126 t->t_hold = *ksetp; in dpioctl()
1165 DP_SIGMASK_RESTORE(ksetp); in dpioctl()
1176 DP_SIGMASK_RESTORE(ksetp); in dpioctl()
1268 DP_SIGMASK_RESTORE(ksetp); in dpioctl()
/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c325 poll_common(pollfd_t *fds, nfds_t nfds, timespec_t *tsp, k_sigset_t *ksetp) in poll_common() argument
357 if (ksetp != NULL) { in poll_common()
361 t->t_hold = *ksetp; in poll_common()
608 if (ksetp != NULL) { in poll_common()
666 k_sigset_t *ksetp; in pollsys() local
689 ksetp = NULL; in pollsys()
694 ksetp = &kset; in pollsys()
697 return (poll_common(fds, nfds, tsp, ksetp)); in pollsys()