Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDfiledesc.h67 struct filedescent fdt_ofiles[0]; /* open files */ member
69 #define fd_seq(fdt, fd) (&(fdt)->fdt_ofiles[(fd)].fde_seq)
113 #define fd_ofiles fd_files->fdt_ofiles
/freebsd-11-stable/sys/kern/
HDkern_descrip.c158 struct filedescent fdt_ofiles[NDFILE]; member
1586 ntable = malloc(offsetof(struct fdescenttbl, fdt_ofiles) + in fdgrowtable()
1587 nnfiles * sizeof(ntable->fdt_ofiles[0]) + in fdgrowtable()
1592 memcpy(ntable->fdt_ofiles, otable->fdt_ofiles, in fdgrowtable()
1593 onfiles * sizeof(ntable->fdt_ofiles[0])); in fdgrowtable()
1625 ft = (struct freetable *)&otable->fdt_ofiles[onfiles]; in fdgrowtable()
2568 fde = &fdt->fdt_ofiles[fd]; in fget_unlocked()
2574 fp = fdt->fdt_ofiles[fd].fde_file; in fget_unlocked()
2604 if (fp == fdt->fdt_ofiles[fd].fde_file) in fget_unlocked()