Home
last modified time | relevance | path

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

/freebsd-14-stable/tools/test/stress2/misc/
HDfdgrowtable.sh39 sed '1,/^EOF/d' < $here/$0 > fdgrowtable.c
40 mycc -o fdgrowtable -Wall -Wextra -O2 fdgrowtable.c || exit 1
41 rm -f fdgrowtable.c
49 rm -f /tmp/fdgrowtable
/freebsd-14-stable/sys/kern/
HDkern_descrip.c109 static void fdgrowtable(struct filedesc *fdp, int nfd);
1884 fdgrowtable(fdp, nfd1); in fdgrowtable_exp()
1891 fdgrowtable(struct filedesc *fdp, int nfd) in fdgrowtable() function
2421 fdgrowtable(newfdp, lastfile + 1); in fdcopy()