Searched refs:otail (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_rfd.c | 245 rfd_t *otail = NULL; local 257 if (otail == NULL) 258 otail = tail; 264 while (otail != NULL) { 265 rfdnext = otail->rfd_next; 266 (void) rfd_close(otail->rfd_fd); 267 otail = rfdnext;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nbp.c | 108 char *otail = &obj[sizeof (obj)]; local 122 op += snprintf(op, otail-op, "%.*s", p[0], &p[1]); 127 op += snprintf(op, otail-op, ":%.*s", p[0], &p[1]); 132 (void) snprintf(op, otail-op, "@%.*s", p[0], &p[1]);
|
Completed in 72 milliseconds