| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| H A D | Ping.pm | 242 my $nfound = select($_[0], $_[1], $_[2], $gran); 244 return $nfound if $nfound or !defined($nfound) or $t <= 0; 417 $nfound, # Number of ready filehandles found 454 $nfound = mselect((my $rout=$rbits), undef, undef, $timeout); # Wait for packet 456 if (!defined($nfound)) # Hmm, a strange error 461 elsif ($nfound) # Got a packet from somewhere 613 my $nfound = mselect(undef, 617 warn("select: $!") unless defined $nfound; 619 if ($nfound && vec($wout, $self->{"fh"}->fileno, 1)) { 647 if ($nfound && vec($wexc, $self->{"fh"}->fileno, 1)) { [all …]
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/ |
| H A D | dataconn.pm | 80 my ($rin,$rout,$win,$wout,$tout,$nfound); 87 $nfound = select($rout=$rin, $wout=$win, undef, $tout=$timeout); 89 last if $nfound >= 0; 95 $nfound;
|
| /onnv-gate/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 | 501 int nfound = 0; in set_proc_info() local 512 nfound++; in set_proc_info() 517 if (nfound == 0) in set_proc_info()
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/htable/ |
| H A D | htable.c | 161 register int nfound = 0; local 173 if (nfound == MAXNETS) { 176 return (nfound); 178 if (getnetaddr(arg, &nets[nfound])) 179 nfound++; 187 return (nfound);
|
| /onnv-gate/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()
|
| /onnv-gate/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()
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/uts/common/io/lvm/mirror/ |
| H A D | mirror.c | 1637 int bit, nfound; in md_find_nth_unit() local 1639 for (bit = -1, nfound = -1; nfound != index; bit++) { in md_find_nth_unit() 1641 nfound += (mask & 1); in md_find_nth_unit()
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | pp_sys.c | 996 I32 nfound; in PP() local 1099 nfound = PerlSock_select( in PP() 1106 nfound = PerlSock_select( in PP() 1128 PUSHi(nfound); in PP()
|
| /onnv-gate/usr/src/lib/libzonecfg/common/ |
| H A D | libzonecfg.c | 4177 int nfound = 0; in get_running_tmp_pset() local 4191 nfound++; in get_running_tmp_pset() 4201 nfound++; in get_running_tmp_pset() 4208 nfound++; in get_running_tmp_pset() 4214 if (nfound == 3) in get_running_tmp_pset()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlfunc.pod | 4421 ($nfound,$timeleft) = 4426 $nfound = select($rout=$rin, $wout=$win, $eout=$ein, undef); 4429 calling select() in scalar context just returns $nfound.
|