Home
last modified time | relevance | path

Searched refs:nfound (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dhunt1.c65 int falseflg, nhash, nitem, nfound, frtbl, kk; in main() local
203 nfound = doquery(hpt, nhash, fb, nitem, qitem, master); in main()
205 fprintf(stderr, "after doquery nfound %d\n", nfound); in main()
209 nfound = baddrop(master, nfound, fc, in main()
212 fprintf(stderr, "after baddrop nfound %d\n", nfound); in main()
269 result(master, nfound > tags ? tags : nfound, fc); in main()
H A Dglue1.c67 int falseflg = 0, nitem, nfound, frtbl; in huntmain() local
245 nfound = doquery(hpt, nhash, fb, nitem, qitem, masterp); in huntmain()
247 fprintf(stderr, "return from doquery with nfound %d\n", nfound); in huntmain()
250 nfound = baddrop(masterp, nfound, fc, nitem, qitem, in huntmain()
253 fprintf(stderr, "after baddrop with nfound %d\n", nfound); in huntmain()
257 result(masterp, nfound > tags ? tags : nfound, fc); in huntmain()
H A Dglue5.c45 int nfound; variable
61 nsucc = need = inct = rflag = numwords = nfound = 0; in fgrep()
131 nfound = 0; in execute()
189 fprintf(stderr, " found: nfound %d need %d\n", nfound, need); in execute()
191 if (++nfound >= need) { in execute()
238 nfound = 0; in execute()
254 nfound = 0; in execute()
394 for (i = 0; i < nfound; i++) in new()
/illumos-gate/usr/src/uts/common/os/
H A Dprocset.c88 int nfound; /* Nbr of processes found. */ in dotoprocs() local
158 nfound = 0; in dotoprocs()
183 nfound++; in dotoprocs()
197 if (nfound == 0) { in dotoprocs()
201 if (nfound == 1 && lastprp == proc_init) in dotoprocs()
884 int nfound = 0; in dotolwp() local
923 nfound ++; in dotolwp()
933 if (nfound == 0) { in dotolwp()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigqueue.c68 int nfound = 0; in sigqkill() local
80 nfound++; in sigqkill()
85 if (nfound == 0) in sigqkill()
H A Dcorectl.c499 int nfound = 0; in set_proc_info() local
510 nfound++; in set_proc_info()
515 if (nfound == 0) in set_proc_info()
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetnetgrent.c499 int nfound; in top_down() local
516 nfound = 0; /* Number of successful netgroup getbyname calls */ in top_down()
546 nfound++; in top_down()
645 } else if (nfound > 0) { in top_down()
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c345 int nfound; in top_down() local
362 nfound = 0; /* Number of successful netgroup yp_match calls */ in top_down()
393 nfound++; in top_down()
495 } else if (nfound > 0) { in top_down()
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c1081 int nfound; in listen_and_process() local
1108 nfound = sret; in listen_and_process()
1109 for (i=0; i<n_sockets && nfound > 0; i++) { in listen_and_process()
1114 sflags |= SSF_READ, nfound--; in listen_and_process()
1116 sflags |= SSF_WRITE, nfound--; in listen_and_process()
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c482 int nfound = 0; in mc_csdimms_create() local
494 found[nfound++] = mcd; in mc_csdimms_create()
497 ASSERT(nfound == 0 || nfound == rsltp->ndimm); in mc_csdimms_create()
500 if (nfound == 0) { in mc_csdimms_create()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c843 int alter, const char *nfound) in trace_so() argument
862 (void) printf(nfound, name); in trace_so()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4309 int nfound = 0; in get_running_tmp_pset() local
4323 nfound++; in get_running_tmp_pset()
4333 nfound++; in get_running_tmp_pset()
4340 nfound++; in get_running_tmp_pset()
4346 if (nfound == 3) in get_running_tmp_pset()