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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c539 static int man_plumb(man_dest_t *);
807 * in a few places like man_plumb, man_unplumb, etc.
2052 * Create a record to hold lower stream info. man_plumb will
6051 if (man_plumb(&tdp[i]))
6101 * man_plumb - Configure a lower stream for this destination.
6111 man_plumb(man_dest_t *mdp) function
6118 MAN_DBG(MAN_SWITCH, ("man_plumb: mdp(0x%p) %s%d exp(%d)",
6135 "man_plumb: ident alloc failed, error %d", status);
6151 "man_plumb: eri open failed, error %d", status);
6164 "man_plumb
[all...]

Completed in 96 milliseconds