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.c168 struct fdescenttbl *ft_table;
1414 struct fdescenttbl *fdt; in close_range_cloexec()
1440 const struct fdescenttbl *fdt; in close_range_impl()
1892 struct fdescenttbl *ntable; in fdgrowtable()
1893 struct fdescenttbl *otable; in fdgrowtable()
1917 ntable = malloc(offsetof(struct fdescenttbl, fdt_ofiles) + in fdgrowtable()
2229 newfdp->fd_files = (struct fdescenttbl *)&newfdp0->fd_dfiles; in fdinit()
3001 struct fdescenttbl *fdt; in fget_remote_foreach()
3042 const struct fdescenttbl *fdt; in fgetvp_lookup_smr()
3109 const struct fdescenttbl *fdt; in fgetvp_lookup_smr()
[all …]
/freebsd/lib/libprocstat/
H A Dlibprocstat.c457 struct fdescenttbl *fdt; in procstat_getfiles_kvm()