Searched refs:otyp (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_fops.c71 int otyp, cred_t *credp)
70 drm_open_helper(drm_device_t *dev, drm_cminor_t *mp, int flags, int otyp, cred_t *credp) argument
H A Ddrm_drv.c404 int otyp, cred_t *credp)
408 retcode = drm_open_helper(dev, mp, openflags, otyp, credp);
423 drm_close(drm_device_t *dev, int minor, int flag, int otyp, argument
403 drm_open(drm_device_t *dev, drm_cminor_t *mp, int openflags, int otyp, cred_t *credp) argument
H A Ddrm_sunmod.c164 drm_sun_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
268 err = drm_open(dp, newp, flag, otyp, credp);
285 drm_sun_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
307 ret = drm_close(dp, minor, flag, otyp, credp);
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_sunmod.c436 drm_sun_open(dev_t *dev_id, int flag, int otyp, cred_t *credp) argument
438 _NOTE(ARGUNUSED(otyp))
516 drm_sun_close(dev_t dev_id, int flag, int otyp, cred_t *credp) argument
518 _NOTE(ARGUNUSED(flag, otyp, credp))

Completed in 19 milliseconds