Searched refs:fd_list (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/tools/regression/security/access/
H A Dtestaccess.c70 static struct file_description fd_list[] = { variable in typeref:struct:file_description
78 static int fd_list_count = sizeof(fd_list) /
87 error = open(fd_list[i].fd_name, O_CREAT | O_EXCL, fd_list[i].fd_mode);
93 error = chown(fd_list[i].fd_name, fd_list[i].fd_owner,
94 fd_list[i].fd_group);
158 error = unlink(fd_list[i].fd_name);
/freebsd-current/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c186 struct pollfd fd_list[MIN_FDS]; local
187 struct pollfd *fds = fd_list;
234 memset(fd_list, 0, sizeof(fd_list));
238 if (fds == fd_list)
512 if (fds != fd_list)
/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h630 struct worklist fd_list; /* Delayed worklist. */ member in struct:freedep
H A Dffs_softdep.c1061 WORKLIST_REMOVE(&two->fd_list);
4353 workitem_alloc(&freedep->fd_list, D_FREEDEP, freework->fw_list.wk_mp);
8445 &freedep->fd_list);
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_io.c250 vsock_t *fd_list; variable
4538 while (fd_list != NULL)
4539 close_and_delete_fd_from_list(fd_list->fd, NULL);
4560 LINK_SLIST(fd_list, lsock, link);
4573 UNLINK_EXPR_SLIST(lsock, fd_list, fd ==
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c53 static void dispatch_event_fd(struct list_head *fd_list, const void *data);
2336 static void dispatch_event_fd(struct list_head *fd_list, argument
2341 list_for_each_entry_rcu(item, fd_list, xa_list) {

Completed in 306 milliseconds