Searched defs:select_kevent_copyin_args (Results 1 – 1 of 1) sorted by relevance
89 struct select_kevent_copyin_args { struct90 kfd_set *read_set;91 kfd_set *write_set;92 kfd_set *except_set;93 int active_set; /* One of select_copyin_states */94 struct lwp *lwp; /* Pointer to our lwp */95 int num_fds; /* Number of file descriptors (syscall arg) */96 int proc_fds; /* Processed fd's (wraps) */97 int error; /* Returned to userland */