Home
last modified time | relevance | path

Searched refs:dev_p (Results 1 – 23 of 23) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h50 #define oce_log(dev_p, level, module, fmt, arg...) { \ argument
51 if (dev_p) { \
52 if ((dev_p->mod_mask & module) && \
53 (dev_p->severity < CE_IGNORE) && \
54 ((uint32_t)level >= dev_p->severity)) \
56 dev_p->dev_id, ## arg); \
/titanic_50/usr/src/uts/i86pc/io/ppm/
H A Dacpippm.c62 static int appm_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
333 appm_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in appm_open() argument
342 appm_statep, getminor(*dev_p))) == NULL) { in appm_open()
/titanic_50/usr/src/uts/sun4u/io/ppm/
H A Djbusppm.c55 static int jbppm_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
333 jbppm_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in jbppm_open() argument
342 jbppm_statep, getminor(*dev_p))) == NULL) { in jbppm_open()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_ioctl.h53 int ql_open(dev_t *dev_p, int flags, int otyp, cred_t *cred_p);
/titanic_50/usr/src/uts/sun4u/io/
H A Drmcadm.c48 static int rmcadm_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
286 rmcadm_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in rmcadm_open() argument
289 int instance = getminor(*dev_p); in rmcadm_open()
H A Drmclomv.c84 static int rmclomv_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
1147 rmclomv_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in rmclomv_open() argument
1150 int instance = getminor(*dev_p); in rmclomv_open()
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsmp.c320 smp_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in smp_open() argument
326 instance = getminor(*dev_p); in smp_open()
H A Dses.c664 ses_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in ses_open() argument
668 if ((ssc = ddi_get_soft_state(estate, getminor(*dev_p))) == NULL) { in ses_open()
H A Dsgen.c1054 sgen_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in sgen_open() argument
1056 dev_t dev = *dev_p; in sgen_open()
H A Dst.c2789 st_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in st_open() argument
2791 dev_t dev = *dev_p; in st_open()
2805 st_dev_name(dev), *dev_p, flag, otyp); in st_open()
H A Dsd.c1309 static int sdopen(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
10107 sdopen(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in sdopen() argument
10124 dev = *dev_p; in sdopen()
/titanic_50/usr/src/uts/sun4u/lw8/sys/
H A Dsgfru_priv.h101 static int sgfru_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
/titanic_50/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c523 dcam_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in dcam_open() argument
530 instance = (int)DEV_TO_INSTANCE(*dev_p); in dcam_open()
550 is_ctrl_file = (getminor(*dev_p) & DCAM1394_MINOR_CTRL) ? 1 : 0; in dcam_open()
/titanic_50/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c494 xdfs_open(dev_t *dev_p, int flag, int otyp, cred_t *credp) in xdfs_open() argument
497 dev_t dev = *dev_p; in xdfs_open()
510 return (xdfs_hvm_cb_ops->cb_open(dev_p, flag, otyp, credp)); in xdfs_open()
514 VERIFY(ldi_ident_from_dev(*dev_p, &li) == 0); in xdfs_open()
/titanic_50/usr/src/uts/sun4v/io/glvc/
H A Dglvc.c92 static int glvc_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
555 glvc_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in glvc_open() argument
561 instance = getminor(*dev_p); in glvc_open()
/titanic_50/usr/src/uts/sun4u/lw8/io/
H A Dlw8.c82 static int lw8_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
810 lw8_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in lw8_open() argument
813 int instance = getminor(*dev_p); in lw8_open()
H A Dsgfru.c239 sgfru_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in sgfru_open() argument
242 int instance = getminor(*dev_p); in sgfru_open()
/titanic_50/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c121 static int cmdkopen(dev_t *dev_p, int flag, int otyp, cred_t *credp);
1126 cmdkopen(dev_t *dev_p, int flag, int otyp, cred_t *credp) in cmdkopen() argument
1128 dev_t dev = *dev_p; in cmdkopen()
/titanic_50/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c308 static int db_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
1378 db_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in db_open() argument
1380 minor_t minor = getminor(*dev_p); in db_open()
1394 return ((pcihp_get_cb_ops())->cb_open(dev_p, flag, in db_open()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c102 ql_open(dev_t *dev_p, int flags, int otyp, cred_t *cred_p) in ql_open() argument
107 ha = ddi_get_soft_state(ql_state, (int32_t)getminor(*dev_p)); in ql_open()
/titanic_50/usr/src/uts/sun/io/dada/targets/
H A Ddad.c70 static int dcdopen(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
1253 dcdopen(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) in dcdopen() argument
1255 dev_t dev = *dev_p; in dcdopen()
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c6774 sf_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) argument
6776 dev_t dev = *dev_p;
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c5937 emlxs_open(dev_t *dev_p, int32_t flag, int32_t otype, cred_t *cred_p) in emlxs_open() argument
5943 ddiinst = getminor(*dev_p); in emlxs_open()