Searched refs:pkap (Results 1 – 1 of 1) sorted by relevance
1326 struct poll_kevent_copyin_args *pkap; in poll_copyin() local1331 pkap = (struct poll_kevent_copyin_args *)arg; in poll_copyin()1333 while (pkap->pfds < pkap->nfds) { in poll_copyin()1334 pfd = &pkap->fds[pkap->pfds]; in poll_copyin()1341 ++pkap->pfds; in poll_copyin()1379 notes, pkap->pfds, (void *)(uintptr_t) in poll_copyin()1380 (pkap->lwp->lwp_kqueue_serial + pkap->pfds)); in poll_copyin()1392 notes, pkap->pfds, (void *)(uintptr_t) in poll_copyin()1393 (pkap->lwp->lwp_kqueue_serial + pkap->pfds)); in poll_copyin()1401 NOTE_OLDAPI, pkap->pfds, (void *)(uintptr_t) in poll_copyin()[all …]