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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c449 static void man_ioctl(queue_t *, mblk_t *);
1626 qwriter(wq, mp, man_ioctl, PERIM_INNER);
1942 * man_ioctl - handle ioctl requests for this driver (I_PLINK/I_PUNLINK)
1951 man_ioctl(register queue_t *wq, register mblk_t *mp) function
1966 ("man_ioctl: wq(0x%p) mp(0x%p) cmd(%s)\n",
2029 MAN_DBG(MAN_DDI, ("man_ioctl: unknown ioc_cmd %d\n",
2035 MAN_DBG((MAN_SWITCH | MAN_PATH | MAN_DLPI), ("man_ioctl: exit\n"));
6557 * Set a new active path. This is done via man_ioctl so we are
6719 cmn_err(CE_NOTE, "man_ioctl: man_pg_create: ether"
7258 * NDD request to set active path. Calling context is man_ioctl, s
[all...]

Completed in 254 milliseconds