Searched refs:otail (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_rfd.c245 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;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nbp.c108 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 94 milliseconds