Home
last modified time | relevance | path

Searched refs:mc_ioctl (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmac_provider.h217 mac_ioctl_t mc_ioctl; /* Process an unknown ioctl */ member
H A Dmac_impl.h667 #define mi_ioctl mi_callbacks->mc_ioctl
/titanic_50/usr/src/uts/sun4u/io/
H A Dmc-us3i.c65 static int mc_ioctl(dev_t, int, intptr_t, int, cred_t *, int *);
80 mc_ioctl, /* ioctl */
432 mc_ioctl(dev_t dev, int cmd, intptr_t arg, int flag, cred_t *cred_p, in mc_ioctl() function
H A Dmc-us3.c60 static int mc_ioctl(dev_t, int, intptr_t, int, cred_t *, int *);
75 mc_ioctl, /* ioctl */
492 mc_ioctl(dev_t dev, int cmd, intptr_t arg, int flag, cred_t *cred_p, in mc_ioctl() function
/titanic_50/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c1142 mc_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, int *rvalp) in mc_ioctl() function
1220 mc_ioctl,
/titanic_50/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c67 static int mc_ioctl(dev_t, int, intptr_t, int, cred_t *, int *);
127 mc_ioctl, /* ioctl */
609 mc_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, in mc_ioctl() function
/titanic_50/usr/src/uts/common/io/vioif/
H A Dvioif.c1463 .mc_ioctl = NULL, /* mc_ioctl */
/titanic_50/usr/src/uts/sun4v/io/
H A Dvnet.c3216 cbp->mc_ioctl(macp->m_driver, q, mp); in vnet_force_link_state()