Home
last modified time | relevance | path

Searched refs:NumFiles (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.bin/monitor/
H A Dmonitor.c59 static int NumFiles; variable
103 NumFiles = MaxFiles = 16; in main()
143 if (elm->fd >= NumFiles) { in monitor_add()
146 bzero(&Elms[NumFiles], (MaxFiles - NumFiles) * sizeof(elm)); in monitor_add()
147 NumFiles = MaxFiles; in monitor_add()
/dragonfly/sbin/fsck_msdosfs/
H A Dcheck.c130 boot.NumFiles, freestr, boot.NumFree, in checkfilesys()
134 boot.NumFiles, freestr, boot.NumFree); in checkfilesys()
139 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree, in checkfilesys()
143 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree); in checkfilesys()
H A Ddosfs.h81 u_int NumFiles; /* # of plain files */ member
H A Dboot.c324 boot->NumFiles = 1; in readboot()
H A Ddir.c999 boot->NumFiles++; in readDosDirSection()
1139 boot->NumFiles++; in reconnect()