HomeSort by: relevance | last modified time | path
    Searched defs:nfound (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/arm/arm/
disksubr_mbr.c 120 int nfound = 0; local in function:mbr_label_read
162 nfound++;
189 if (nfound > 0) {
  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 147 int nfound;
428 nfound = poll(set, 1, timeout);
429 if (nfound < 0) {
435 if (nfound == 0) {
146 int nfound; local in function:main
  /src/sys/kern/
kern_lwp.c 598 int nfound; local in function:lwp_wait
628 nfound = 0;
668 nfound += exiting;
685 nfound++;
688 nfound++;
713 if (nfound == 0) {
kern_sig.c 793 int nfound; local in function:killpg1
798 nfound = 0;
813 nfound++;
834 nfound++;
843 return nfound ? 0 : ESRCH;
  /src/usr.sbin/bootp/bootpd/
bootpd.c 184 int nfound;
488 nfound = poll(set, 1, timeout);
489 if (nfound < 0) {
507 if (nfound == 0) {
181 int nfound; local in function:main
  /src/common/lib/libc/gen/
radixtree.c 816 unsigned int nfound; local in function:gang_lookup_scan
836 nfound = 0;
858 results[nfound] = entry_ptr(*vpp);
859 nfound++;
860 if (nfound == maxresults) {
861 return nfound;
864 return nfound;
885 return nfound;
913 return nfound;
1578 unsigned int nfound; local in function:test2
1600 unsigned int nfound; local in function:test2
1625 unsigned int nfound; local in function:test2
1648 unsigned int nfound; local in function:test2
1679 unsigned int nfound; local in function:test2
1711 unsigned int nfound; local in function:test2
    [all...]
  /src/usr.sbin/tprof/
tprof_top.c 1006 int nfound; local in function:tprof_top
1013 nfound = select(devfd + 1, &r, NULL, NULL, NULL);
1014 if (nfound == -1) {
  /src/sys/miscfs/genfs/
genfs_io.c 228 int nfound; local in function:genfs_getpages
239 nfound = uvn_findpages(uobj, origoffset, &npages,
244 if (nfound == 0) {
  /src/sys/arch/atari/dev/
fd.c 323 int i, nfound, first_found; local in function:fdcattach
325 nfound = first_found = 0;
340 if (nfound == 0)
342 nfound++;
347 if (nfound != 0) {
  /src/usr.sbin/sysinst/
util.c 85 int nfound; member in struct:tarstats
1043 tarstats.nfound++;
1448 oldfound = tarstats.nfound;
1492 tarstats.nfound = oldfound;
1509 tarstats.nfound, tarstats.nsuccess, tarstats.nerror);

Completed in 23 milliseconds