Searched defs:Ninputs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c235 static int Ninputs = 0; /* number of network inputs */ variable
812 nfds = poll(Nfd, Ninputs, -1);
821 for (i = 0; nfds > 0 && i < Ninputs; i++) {
3601 for (i = 1; i < Ninputs; i++) {
3670 inputs = Ninputs + nap->n_cnt;
3742 (void) memcpy(&Ncf[Ninputs], ncp, sizeof (struct netconfig));
3745 Udp[Ninputs] = (struct t_unitdata *)t_alloc(fd, T_UNITDATA, T_ADDR);
3747 if (Udp[Ninputs] == NULL) {
3753 Errp[Ninputs] = (struct t_uderr *)t_alloc(fd, T_UDERROR, T_ADDR);
3755 if (Errp[Ninputs]
[all...]

Completed in 77 milliseconds