Searched refs:fdt_ofiles (Results 1 – 2 of 2) sorted by relevance
69 struct filedescent fdt_ofiles[0]; /* open files */ member71 #define fd_seq(fdt, fd) (&(fdt)->fdt_ofiles[(fd)].fde_seq)115 #define fd_ofiles fd_files->fdt_ofiles
164 struct filedescent fdt_ofiles[NDFILE]; member1759 ntable = malloc(offsetof(struct fdescenttbl, fdt_ofiles) + in fdgrowtable()1760 nnfiles * sizeof(ntable->fdt_ofiles[0]) + in fdgrowtable()1765 memcpy(ntable->fdt_ofiles, otable->fdt_ofiles, in fdgrowtable()1766 onfiles * sizeof(ntable->fdt_ofiles[0])); in fdgrowtable()1798 ft = (struct freetable *)&otable->fdt_ofiles[onfiles]; in fdgrowtable()2744 fde = &fdt->fdt_ofiles[fd]; in fget_unlocked()2750 fp = fdt->fdt_ofiles[fd].fde_file; in fget_unlocked()2785 if (fp == fdt->fdt_ofiles[fd].fde_file) in fget_unlocked()