Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDfiledesc.h80 struct fdescenttbl { struct
117 struct fdescenttbl *fd_files; /* open files table */
/freebsd-14-stable/tests/sys/kern/
HDfdgrowtable_test.c65 struct fdescenttbl *ft_table;
/freebsd-14-stable/sys/kern/
HDkern_descrip.c170 struct fdescenttbl *ft_table;
1416 struct fdescenttbl *fdt; in close_range_cloexec()
1442 const struct fdescenttbl *fdt; in close_range_impl()
1895 struct fdescenttbl *ntable; in fdgrowtable()
1896 struct fdescenttbl *otable; in fdgrowtable()
1920 ntable = malloc(offsetof(struct fdescenttbl, fdt_ofiles) + in fdgrowtable()
2232 newfdp->fd_files = (struct fdescenttbl *)&newfdp0->fd_dfiles; in fdinit()
3004 struct fdescenttbl *fdt; in fget_remote_foreach()
3045 const struct fdescenttbl *fdt; in fgetvp_lookup_smr()
3112 const struct fdescenttbl *fdt; in fgetvp_lookup_smr()
[all …]
/freebsd-14-stable/lib/libprocstat/
HDlibprocstat.c459 struct fdescenttbl *fdt; in procstat_getfiles_kvm()