Searched refs:fd_list (Results 1 – 6 of 6) sorted by relevance
/freebsd/tools/regression/security/access/ |
H A D | testaccess.c | 70 static struct file_description fd_list[] = { variable 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); in setup() 93 error = chown(fd_list[i].fd_name, fd_list[i].fd_owner, in setup() 94 fd_list[i].fd_group); in setup() 158 error = unlink(fd_list[i].fd_name); in cleanup()
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_twait.c | 191 struct pollfd fd_list[MIN_FDS]; in _nc_timed_wait() local 192 struct pollfd *fds = fd_list; in _nc_timed_wait() 239 memset(fd_list, 0, sizeof(fd_list)); in _nc_timed_wait() 243 if (fds == fd_list) in _nc_timed_wait() 517 if (fds != fd_list) in _nc_timed_wait()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 250 vsock_t *fd_list; variable 4536 while (fd_list != NULL) 4537 close_and_delete_fd_from_list(fd_list->fd, NULL); 4558 LINK_SLIST(fd_list, lsock, link); 4571 UNLINK_EXPR_SLIST(lsock, fd_list, fd ==
|
/freebsd/sys/ufs/ffs/ |
H A D | softdep.h | 630 struct worklist fd_list; /* Delayed worklist. */ member
|
H A D | ffs_softdep.c | 1061 WORKLIST_REMOVE(&two->fd_list); in freedep_merge() 4366 workitem_alloc(&freedep->fd_list, D_FREEDEP, freework->fw_list.wk_mp); in newfreedep() 8458 &freedep->fd_list); in indir_trunc()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_devx.c | 53 static void dispatch_event_fd(struct list_head *fd_list, const void *data); 2336 static void dispatch_event_fd(struct list_head *fd_list, in dispatch_event_fd() argument 2341 list_for_each_entry_rcu(item, fd_list, xa_list) { in dispatch_event_fd()
|