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

/illumos-gate/usr/src/cmd/refer/
H A Dglue1.c69 int falseflg = 0, nitem, nfound, frtbl; local
247 nfound = doquery(hpt, nhash, fb, nitem, qitem, masterp);
249 fprintf(stderr, "return from doquery with nfound %d\n", nfound);
252 nfound = baddrop(masterp, nfound, fc, nitem, qitem,
255 fprintf(stderr, "after baddrop with nfound %d\n", nfound);
259 result(masterp, nfound > tags ? tags : nfound, f
[all...]
H A Dhunt1.c67 int falseflg, nhash, nitem, nfound, frtbl, kk; local
205 nfound = doquery(hpt, nhash, fb, nitem, qitem, master);
207 fprintf(stderr, "after doquery nfound %d\n", nfound);
211 nfound = baddrop(master, nfound, fc,
214 fprintf(stderr, "after baddrop nfound %d\n", nfound);
271 result(master, nfound > tags ? tags : nfound, f
[all...]
H A Dglue5.c48 int nfound; variable
64 nsucc = need = inct = rflag = numwords = nfound = 0;
134 nfound = 0;
192 fprintf(stderr, " found: nfound %d need %d\n", nfound, need);
194 if (++nfound >= need) {
241 nfound = 0;
257 nfound = 0;
397 for (i = 0; i < nfound; i++)
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigqueue.c68 int nfound = 0; local
80 nfound++;
85 if (nfound == 0)
H A Dcorectl.c499 int nfound = 0; local
510 nfound++;
515 if (nfound == 0)
/illumos-gate/usr/src/uts/common/os/
H A Dprocset.c88 int nfound; /* Nbr of processes found. */ local
158 nfound = 0;
183 nfound++;
197 if (nfound == 0) {
201 if (nfound == 1 && lastprp == proc_init)
884 int nfound = 0; local
923 nfound ++;
933 if (nfound == 0) {
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c345 int nfound; local
362 nfound = 0; /* Number of successful netgroup yp_match calls */
393 nfound++;
495 } else if (nfound > 0) {
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c1085 int nfound;
1112 nfound = sret;
1113 for (i=0; i<n_sockets && nfound > 0; i++) {
1118 sflags |= SSF_READ, nfound--;
1120 sflags |= SSF_WRITE, nfound--;
1081 int nfound; local
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c481 int nfound = 0; local
493 found[nfound++] = mcd;
496 ASSERT(nfound == 0 || nfound == rsltp->ndimm);
499 if (nfound == 0) {
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c1637 int bit, nfound; local
1639 for (bit = -1, nfound = -1; nfound != index; bit++) {
1641 nfound += (mask & 1);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c844 int alter, const char *nfound)
863 (void) printf(nfound, name);
843 trace_so(Rt_map *clmp, Rej_desc *rej, const char *name, const char *path, int alter, const char *nfound) argument
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4307 int nfound = 0; local
4321 nfound++;
4331 nfound++;
4338 nfound++;
4344 if (nfound == 3)

Completed in 115 milliseconds