Home
last modified time | relevance | path

Searched refs:fdescenttbl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dfiledesc.h78 struct fdescenttbl { struct
115 struct fdescenttbl *fd_files; /* open files table */
/freebsd/tests/sys/kern/
H A Dfdgrowtable_test.c64 struct fdescenttbl *ft_table;
/freebsd/sys/kern/
H A Dkern_descrip.c171 struct fdescenttbl *ft_table;
1523 struct fdescenttbl *fdt; in close_range_flags()
1550 const struct fdescenttbl *fdt; in close_range_impl()
2003 struct fdescenttbl *ntable; in fdgrowtable()
2004 struct fdescenttbl *otable; in fdgrowtable()
2043 ntable = malloc(offsetof(struct fdescenttbl, fdt_ofiles) + in fdgrowtable()
2368 newfdp->fd_files = (struct fdescenttbl *)&newfdp0->fd_dfiles; in fdinit()
3195 struct fdescenttbl *fdt; in fget_remote_foreach()
3236 const struct fdescenttbl *fdt; in fgetvp_lookup_smr()
3307 const struct fdescenttbl *fdt; in fgetvp_lookup_smr()
[all …]
/freebsd/lib/libprocstat/
H A Dlibprocstat.c457 struct fdescenttbl *fdt; in procstat_getfiles_kvm()