Home
last modified time | relevance | path

Searched refs:filemon_setfd (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/make/filemon/
H A Dfilemon.h46 int filemon_setfd(struct filemon *, int);
H A Dfilemon_dev.c93 filemon_setfd(struct filemon *F, int fd) in filemon_setfd() function
H A Dfilemon_ktrace.c282 filemon_setfd(struct filemon *F, int fd) in filemon_setfd() function
/netbsd-src/usr.bin/make/
H A Dmeta.c153 if (filemon_setfd(pbm->filemon, dupfd) == -1) { in meta_open_filemon()