Symbol: KRTLD_MODE_FIRST
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
534
modh = ddi_modopen(tmp, KRTLD_MODE_FIRST, NULL);
usr/src/uts/common/fs/dev/sdev_zvolops.c
102
KRTLD_MODE_FIRST, &rc)) == NULL)) {
usr/src/uts/common/fs/sockfs/sockfilter.c
1208
handle = ddi_modopen(modpath, KRTLD_MODE_FIRST, &error);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
5759
KRTLD_MODE_FIRST, &error)) == NULL)) {
usr/src/uts/common/fs/zfs/zfs_ioctl.c
5782
KRTLD_MODE_FIRST, &error)) == NULL)) {
usr/src/uts/common/fs/zfs/zfs_ioctl.c
5808
KRTLD_MODE_FIRST, &error)) == NULL)) {
usr/src/uts/common/io/comstar/port/srpt/srpt_mod.c
644
ops->ibdmah = ddi_modopen("ibdma", KRTLD_MODE_FIRST, &ibdma_err);
usr/src/uts/common/io/comstar/stmf/stmf.c
1942
ddi_modopen("drv/pppt", KRTLD_MODE_FIRST, &error)) == NULL)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
300
emlxs_modsym.mod_fct = ddi_modopen("drv/fct", KRTLD_MODE_FIRST, &err);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
311
ddi_modopen("drv/stmf", KRTLD_MODE_FIRST, &err);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
2938
ddi_modopen(EMLXS_FW_MODULE, KRTLD_MODE_FIRST, &err);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1014
ddi_modopen("misc/fctl", KRTLD_MODE_FIRST, &err);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18058
ha->fw_module = ddi_modopen(module, KRTLD_MODE_FIRST, NULL);
usr/src/uts/common/io/ib/clients/of/sol_ucma/sol_ucma.c
388
KRTLD_MODE_FIRST, &ret_errno)) == NULL) {
usr/src/uts/common/io/ktest/ktest.c
756
if ((*hdl = ddi_modopen(module, KRTLD_MODE_FIRST, &err)) == NULL) {
usr/src/uts/common/io/mwl/mwl.c
945
modfw = ddi_modopen(fwname, KRTLD_MODE_FIRST, &rv);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_nvram.c
81
modhp = ddi_modopen(PMCS_FIRMWARE_FILENAME, KRTLD_MODE_FIRST, &errno);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
471
sf->sf_mod = ddi_modopen(module[i], KRTLD_MODE_FIRST, &e);
usr/src/uts/common/io/uath/uath.c
769
modp = ddi_modopen(uath_fwmod, KRTLD_MODE_FIRST, &rv);
usr/src/uts/common/os/brand.c
258
hdl = ddi_modopen(modname, KRTLD_MODE_FIRST, &err);
usr/src/uts/common/os/modctl.c
4787
ASSERT(modname && (mode == KRTLD_MODE_FIRST));
usr/src/uts/common/os/modctl.c
4788
if ((modname == NULL) || (mode != KRTLD_MODE_FIRST))
usr/src/uts/intel/io/vmm/io/iommu.c
112
iommu_modhdl = ddi_modopen(mod_name, KRTLD_MODE_FIRST, &error);