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