Home
last modified time | relevance | path

Searched refs:otail (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_rfd.c243 rfd_t *otail = NULL; in rfd_reserve() local
255 if (otail == NULL) in rfd_reserve()
256 otail = tail; in rfd_reserve()
262 while (otail != NULL) { in rfd_reserve()
263 rfdnext = otail->rfd_next; in rfd_reserve()
264 (void) rfd_close(otail->rfd_fd); in rfd_reserve()
265 otail = rfdnext; in rfd_reserve()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nbp.c106 char *otail = &obj[sizeof (obj)]; in show_nbp_tuples() local
120 op += snprintf(op, otail-op, "%.*s", p[0], &p[1]); in show_nbp_tuples()
125 op += snprintf(op, otail-op, ":%.*s", p[0], &p[1]); in show_nbp_tuples()
130 (void) snprintf(op, otail-op, "@%.*s", p[0], &p[1]); in show_nbp_tuples()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1321 mac_hw_emul(mblk_t **mp_chain, mblk_t **otail, uint_t *ocount, mac_emul_t emul) in mac_hw_emul() argument
1424 if (otail != NULL) in mac_hw_emul()
1425 *otail = tail; in mac_hw_emul()