/titanic_44/usr/src/cmd/refer/ |
H A D | hunt1.c | 67 int falseflg, nhash, nitem, nfound, frtbl, kk; in main() local 205 nfound = doquery(hpt, nhash, fb, nitem, qitem, master); in main() 207 fprintf(stderr, "after doquery nfound %d\n", nfound); in main() 211 nfound = baddrop(master, nfound, fc, in main() 214 fprintf(stderr, "after baddrop nfound %d\n", nfound); in main() 271 result(master, nfound > tags ? tags : nfound, fc); in main()
|
H A D | glue1.c | 69 int falseflg = 0, nitem, nfound, frtbl; in huntmain() local 247 nfound = doquery(hpt, nhash, fb, nitem, qitem, masterp); in huntmain() 249 fprintf(stderr, "return from doquery with nfound %d\n", nfound); in huntmain() 252 nfound = baddrop(masterp, nfound, fc, nitem, qitem, in huntmain() 255 fprintf(stderr, "after baddrop with nfound %d\n", nfound); in huntmain() 259 result(masterp, nfound > tags ? tags : nfound, fc); in huntmain()
|
H A D | glue5.c | 48 int nfound; variable 64 nsucc = need = inct = rflag = numwords = nfound = 0; in fgrep() 134 nfound = 0; in execute() 192 fprintf(stderr, " found: nfound %d need %d\n", nfound, need); in execute() 194 if (++nfound >= need) { in execute() 241 nfound = 0; in execute() 257 nfound = 0; in execute() 397 for (i = 0; i < nfound; i++) in new()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | sigqueue.c | 68 int nfound = 0; in sigqkill() local 80 nfound++; in sigqkill() 85 if (nfound == 0) in sigqkill()
|
H A D | corectl.c | 499 int nfound = 0; in set_proc_info() local 510 nfound++; in set_proc_info() 515 if (nfound == 0) in set_proc_info()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | procset.c | 88 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()
|
/titanic_44/usr/src/lib/nsswitch/nis/common/ |
H A D | getnetgrent.c | 345 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()
|
/titanic_44/usr/src/cmd/krb5/krb5kdc/ |
H A D | network.c | 1081 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()
|
/titanic_44/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_drv.c | 481 int nfound = 0; in mc_csdimms_create() local 493 found[nfound++] = mcd; in mc_csdimms_create() 496 ASSERT(nfound == 0 || nfound == rsltp->ndimm); in mc_csdimms_create() 499 if (nfound == 0) { in mc_csdimms_create()
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 844 int alter, const char *nfound) in trace_so() argument 863 (void) printf(nfound, name); in trace_so()
|
/titanic_44/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4146 int nfound = 0; in get_running_tmp_pset() local 4160 nfound++; in get_running_tmp_pset() 4170 nfound++; in get_running_tmp_pset() 4177 nfound++; in get_running_tmp_pset() 4183 if (nfound == 3) in get_running_tmp_pset()
|