Home
last modified time | relevance | path

Searched refs:cb_open (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/uts/common/io/warlock/
H A Dddi_dki_impl.c85 (*cbops_p->cb_open)(0, 0, 0, 0); in main()
/titanic_41/usr/src/uts/common/io/cxgbe/cxgbe/
H A Dcxgbe.c44 .cb_open = nulldev,
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c124 if (rval = pcihp_ops->cb_open(devp, flags, otyp, credp)) { in pci_open()
H A Dpci_pci.c1577 return ((pcihp_get_cb_ops())->cb_open(devp, flags, otyp, in ppb_open()
H A Ddb21554.c1394 return ((pcihp_get_cb_ops())->cb_open(dev_p, flag, in db_open()
/titanic_41/usr/src/uts/common/sys/
H A Ddevops.h89 int (*cb_open)(dev_t *devp, int flag, int otyp, cred_t *credp); member
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt.c70 .cb_open = scsi_hba_open,
/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c538 helper->cbops.cb_open = audio_open; in audio_init_ops()
/titanic_41/usr/src/uts/common/os/
H A Ddriver.c286 return ((*cb->cb_open)(devp, flag, type, cred)); in dev_open()
/titanic_41/usr/src/uts/common/avs/ns/sv/
H A Dsv.c820 cb_ops->cb_open = maj->sm_open; in sv_free()
1016 maj->sm_open = cb_ops->cb_open; in sv_enable()
1025 cb_ops->cb_open = sv_lyr_open; in sv_enable()
/titanic_41/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_raw.c207 maj->open = ops->devo_cb_ops->cb_open; in _raw_get_maj_info()
/titanic_41/usr/src/uts/i86pc/io/pci/
H A Dpci.c785 return ((pcihp_get_cb_ops())->cb_open(devp, flags, otyp, credp)); in pci_open()
/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_pci.c947 return ((pcihp_get_cb_ops())->cb_open(devp, flags, otyp, credp)); in ppb_open()
/titanic_41/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c510 return (xdfs_hvm_cb_ops->cb_open(dev_p, flag, otyp, credp)); in xdfs_open()
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c64 .cb_open = umad_open,
/titanic_41/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c638 (devopsp[maj]->devo_cb_ops->cb_open == NULL)) in spec_open()
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c74 .cb_open = sol_uverbs_open,
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c52 .cb_open = t4_cb_open,
/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c882 if (hba_dev_ops->devo_cb_ops->cb_open == scsi_hba_open) { in scsi_hba_init()
1051 scsa_minor = (ddi_get_driver(self)->devo_cb_ops->cb_open == in scsa_nexus_setup()
1105 scsa_minor = (ddi_get_driver(self)->devo_cb_ops->cb_open == in scsa_tran_setup()
/titanic_41/usr/src/uts/common/io/nvme/
H A Dnvme.c457 .cb_open = nvme_open,