Home
last modified time | relevance | path

Searched refs:KRTLD_MODE_FIRST (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Diommu.c109 iommu_modhdl = ddi_modopen(mod_name, KRTLD_MODE_FIRST, &error); in iommu_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h646 #define KRTLD_MODE_FIRST 0x0001 macro
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_mod.c644 ops->ibdmah = ddi_modopen("ibdma", KRTLD_MODE_FIRST, &ibdma_err); in srpt_ibdma_ops_load()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_nvram.c81 modhp = ddi_modopen(PMCS_FIRMWARE_FILENAME, KRTLD_MODE_FIRST, &errno); in pmcs_firmware_update()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_zvolops.c102 KRTLD_MODE_FIRST, &rc)) == NULL)) { in devzvol_open_zfs()
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c257 hdl = ddi_modopen(modname, KRTLD_MODE_FIRST, &err); in brand_register_zone()
H A Dmodctl.c4748 ASSERT(modname && (mode == KRTLD_MODE_FIRST)); in ddi_modopen()
4749 if ((modname == NULL) || (mode != KRTLD_MODE_FIRST)) in ddi_modopen()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c534 modh = ddi_modopen(tmp, KRTLD_MODE_FIRST, NULL); in crypto_get_soft_info()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c1208 handle = ddi_modopen(modpath, KRTLD_MODE_FIRST, &error); in sof_module_hold_by_name()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c5704 KRTLD_MODE_FIRST, &error)) == NULL)) { in zfs_init_sharefs()
5727 KRTLD_MODE_FIRST, &error)) == NULL)) { in zfs_ioc_share()
5753 KRTLD_MODE_FIRST, &error)) == NULL)) { in zfs_ioc_share()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c388 KRTLD_MODE_FIRST, &ret_errno)) == NULL) { in sol_ucma_open()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c300 emlxs_modsym.mod_fct = ddi_modopen("drv/fct", KRTLD_MODE_FIRST, &err); in emlxs_fct_modopen()
311 ddi_modopen("drv/stmf", KRTLD_MODE_FIRST, &err); in emlxs_fct_modopen()
H A Demlxs_hba.c2938 ddi_modopen(EMLXS_FW_MODULE, KRTLD_MODE_FIRST, &err); in emlxs_fw_load()
H A Demlxs_solaris.c1014 ddi_modopen("misc/fctl", KRTLD_MODE_FIRST, &err); in emlxs_fca_modopen()
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c769 modp = ddi_modopen(uath_fwmod, KRTLD_MODE_FIRST, &rv); in uath_loadfirmware()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c945 modfw = ddi_modopen(fwname, KRTLD_MODE_FIRST, &rv); in mwl_fwload()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c471 sf->sf_mod = ddi_modopen(module[i], KRTLD_MODE_FIRST, &e); in vhci_failover_modopen()
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1942 ddi_modopen("drv/pppt", KRTLD_MODE_FIRST, &error)) == NULL)) { in pppt_modload()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c18058 ha->fw_module = ddi_modopen(module, KRTLD_MODE_FIRST, NULL); in ql_fwmodule_resolve()