Searched refs:ksetp (Results 1 – 2 of 2) sorted by relevance
1109 #define DP_SIGMASK_RESTORE(ksetp) { \ argument1110 if (ksetp != NULL) { \1202 k_sigset_t *ksetp = NULL; in dpioctl() local1255 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()
330 poll_common(pollfd_t *fds, nfds_t nfds, timespec_t *tsp, k_sigset_t *ksetp) in poll_common() argument362 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() local694 ksetp = NULL; in pollsys()699 ksetp = &kset; in pollsys()702 return (poll_common(fds, nfds, tsp, ksetp)); in pollsys()