Searched refs:pbm (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dmeta.c117 filemon_open(BuildMon *pbm) argument
121 pbm->mon_fd = pbm->filemon_fd = -1;
126 if ((pbm->filemon_fd = open(_PATH_FILEMON, O_RDWR)) >= 0)
130 if (pbm->filemon_fd < 0) {
142 pbm->mon_fd = mkTempFile("filemon.XXXXXX", NULL);
143 if (ioctl(pbm->filemon_fd, FILEMON_SET_FD, &pbm->mon_fd) < 0) {
147 (void)fcntl(pbm->mon_fd, F_SETFD, 1);
148 (void)fcntl(pbm
395 meta_create(BuildMon *pbm, GNode *gn) argument
634 BuildMon *pbm; local
664 BuildMon *pbm; local
685 BuildMon *pbm; local
714 BuildMon *pbm; local
749 BuildMon *pbm = pbmp; local
765 BuildMon *pbm; local
1337 BuildMon *pbm = &Mybm; local
[all...]
/freebsd-9.3-release/share/man/man5/
H A DMakefile50 pbm.5 \
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_iomap.c143 int pbm; local
151 for (pbm = 0; imaps && pbm < iomaps; imaps--, iomapp++, imap++, pbm++) {
182 return pbm; /* Return the number filled */
/freebsd-9.3-release/contrib/file/magic/
H A DMakefile.am185 $(MAGIC_FRAGMENT_DIR)/pbm \

Completed in 103 milliseconds