Searched refs:fdt_ofiles (Results 1 – 2 of 2) sorted by relevance
67 struct filedescent fdt_ofiles[0]; /* open files */ member69 #define fd_seq(fdt, fd) (&(fdt)->fdt_ofiles[(fd)].fde_seq)113 #define fd_ofiles fd_files->fdt_ofiles
158 struct filedescent fdt_ofiles[NDFILE]; member1586 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()