Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfiledesc.h70 struct fdescenttbl { struct
104 struct fdescenttbl *fd_files; /* open files table */
/f-stack/freebsd/kern/
H A Dkern_descrip.c159 struct fdescenttbl *ft_table;
1373 const struct fdescenttbl *fdt; in kern_close_range()
1801 struct fdescenttbl *ntable; in fdgrowtable()
1802 struct fdescenttbl *otable; in fdgrowtable()
1826 ntable = malloc(offsetof(struct fdescenttbl, fdt_ofiles) + in fdgrowtable()
2143 newfdp->fd_files = (struct fdescenttbl *)&newfdp0->fd_dfiles; in fdinit()
2956 const struct fdescenttbl *fdt; in fgetvp_lookup_smr()
3021 const struct fdescenttbl *fdt; in fgetvp_lookup_smr()
3061 const struct fdescenttbl *fdt; in fget_unlocked_seq()
3146 const struct fdescenttbl *fdt; in fget_unlocked()
[all …]