Searched refs:ksetp (Results 1 – 2 of 2) sorted by relevance
976 #define DP_SIGMASK_RESTORE(ksetp) { \ argument977 if (ksetp != NULL) { \1064 k_sigset_t *ksetp = NULL; in dpioctl() local1121 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()
325 poll_common(pollfd_t *fds, nfds_t nfds, timespec_t *tsp, k_sigset_t *ksetp) in poll_common() argument357 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() local689 ksetp = NULL; in pollsys()694 ksetp = &kset; in pollsys()697 return (poll_common(fds, nfds, tsp, ksetp)); in pollsys()