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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c447 static int man_uwput(queue_t *, mblk_t *);
675 man_uwput, /* qi_putp */
1557 * man_uwput - handle DLPI messages issued from upstream, the write
1565 man_uwput(register queue_t *wq, register mblk_t *mp) function
1572 MAN_DBG(MAN_UWPUT, ("man_uwput: wq(0x%p) mp(0x%p) db_type(0x%x)"
1580 ("man_uwput: M_IOCTL ioc_cmd(0x%x)\n",
1585 ("man_uwput: M_CTL ioc_cmd(0x%x)\n",
1648 ("man_uwput: illegal mblk(0x%p) type(0x%x)\n",
1654 MAN_DBG(MAN_UWPUT, ("man_uwput: exit wq(0x%p) mp(0x%p)\n",
1681 * we will never send mblks out of order. See man_uwput an
[all...]

Completed in 73 milliseconds