Searched refs:ddi_modsym (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_mod.c651 ops->ibdma_register = (ibdma_hdl_t (*)())ddi_modsym(ops->ibdmah,
660 ops->ibdma_unregister = (ibdma_status_t (*)())ddi_modsym(ops->ibdmah,
669 ops->ibdma_update = (ibdma_status_t (*)())ddi_modsym(ops->ibdmah,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_nvram.c89 fwvp = ddi_modsym(modhp, PMCS_FIRMWARE_VERSION_NAME, &errno);
118 cstart = ddi_modsym(modhp, buf, &errno);
128 cend = ddi_modsym(modhp, buf, &errno);
138 istart = ddi_modsym(modhp, buf, &errno);
148 iend = ddi_modsym(modhp, buf, &errno);
158 sstart = ddi_modsym(modhp, buf, &errno);
168 send = ddi_modsym(modhp, buf, &errno);
/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h649 extern void *ddi_modsym(ddi_modhandle_t,
652 #pragma unknown_control_flow(ddi_modopen, ddi_modsym, ddi_modclose)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c318 emlxs_modsym.fct_alloc = (void *(*)())ddi_modsym(emlxs_modsym.mod_fct,
328 emlxs_modsym.fct_free = (void (*)())ddi_modsym(emlxs_modsym.mod_fct,
340 uint16_t, uint16_t))ddi_modsym(emlxs_modsym.mod_fct,
352 (int (*)())ddi_modsym(emlxs_modsym.mod_fct,
364 (void (*)())ddi_modsym(emlxs_modsym.mod_fct,
376 (void (*)())ddi_modsym(emlxs_modsym.mod_fct, "fct_handle_event",
388 (void (*)())ddi_modsym(emlxs_modsym.mod_fct, "fct_post_rcvd_cmd",
398 emlxs_modsym.fct_ctl = (void (*)())ddi_modsym(emlxs_modsym.mod_fct,
408 (void (*)())ddi_modsym(emlxs_modsym.mod_fct,
419 (void (*)())ddi_modsym(emlxs_modsy
[all...]
H A Demlxs_hba.c2927 (int (*)())ddi_modsym(hba->fw_modhandle, name, &err);
H A Demlxs_solaris.c1025 (int (*)())ddi_modsym(emlxs_modsym.mod_fctl, "fc_fca_attach",
1036 (int (*)())ddi_modsym(emlxs_modsym.mod_fctl, "fc_fca_detach",
1047 (int (*)())ddi_modsym(emlxs_modsym.mod_fctl, "fc_fca_init", &err);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c362 * ddi_modopen() and ddi_modsym() for the sol_uverbs driver.
398 if ((uverbs_get_hdl_fp = (uverbs_get_clnt_hdl_t)ddi_modsym(
402 "ddi_modsym(%s, ...) failed",
413 if ((uverbs_qpnum2qphdl_fp = (uverbs_qpnum2qphdl_t)ddi_modsym(
417 "ddi_modsym(%s, ...) failed",
429 (uverbs_disable_uqpn_mod_t)ddi_modsym(
433 "ddi_modsym(%s, ...) failed",
445 (uverbs_uqpn_cq_ctrl_t)ddi_modsym(
449 "ddi_modsym(%s, ...) failed",
461 (uverbs_set_qp_free_state_t)ddi_modsym(
[all...]
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_zvolops.c107 ddi_modsym(zfs_mod, "zvol_create_minor", &rc)) == NULL) {
112 ddi_modsym(zfs_mod, "zvol_name2minor", &rc)) == NULL) {
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1948 ddi_modsym(pppt_mod, "stmf_ic_reg_port_msg_alloc",
1958 ddi_modsym(pppt_mod, "stmf_ic_dereg_port_msg_alloc",
1967 ddi_modsym(pppt_mod, "stmf_ic_reg_lun_msg_alloc",
1976 ddi_modsym(pppt_mod, "stmf_ic_lun_active_msg_alloc",
1985 ddi_modsym(pppt_mod, "stmf_ic_dereg_lun_msg_alloc",
1994 ddi_modsym(pppt_mod, "stmf_ic_scsi_cmd_msg_alloc",
2004 ddi_modsym(pppt_mod, "stmf_ic_scsi_data_xfer_done_msg_alloc",
2015 ddi_modsym(pppt_mod, "stmf_ic_session_create_msg_alloc",
2026 ddi_modsym(pppt_mod, "stmf_ic_session_destroy_msg_alloc",
2035 (stmf_ic_tx_msg_func_t)ddi_modsym(pppt_mo
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c17077 if ((code = ddi_modsym(ha->fw_module, "risc_code01",
17081 } else if ((p_usaddr = ddi_modsym(ha->fw_module,
17085 } else if ((p_uslen = ddi_modsym(ha->fw_module,
17089 } else if ((p_ucfw = ddi_modsym(ha->fw_module,
17109 if ((code = ddi_modsym(ha->fw_module, "risc_code01",
17113 } else if ((p_uiaddr = ddi_modsym(ha->fw_module,
17117 } else if ((p_uilen = ddi_modsym(ha->fw_module,
17121 } else if ((p_uifw = ddi_modsym(ha->fw_module,
17127 if ((code02 = ddi_modsym(ha->fw_module, "risc_code02",
17131 } else if ((p_uiaddr02 = ddi_modsym(h
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4876 ddi_modsym(sharefs_mod, "sharefs_impl", &error)) == NULL)) {
4900 ddi_modsym(nfs_mod,
4925 (int (*)(void *, boolean_t))ddi_modsym(smbsrv_mod,
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c728 p = (char *)ddi_modsym(modp, start_sym, &rv);
735 end = (char *)ddi_modsym(modp, end_sym, &rv);
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c800 p = (char *)ddi_modsym(modp, start_sym, &rv);
807 end = (char *)ddi_modsym(modp, end_sym, &rv);
/illumos-gate/usr/src/man/man9f/
H A DMakefile817 ddi_modsym.9f \
1593 ddi_modsym.9f := LINKSRC = ddi_modopen.9f
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c4775 ddi_modsym(ddi_modhandle_t h, const char *name, int *errnop) function
4795 printf("ddi_modsym in %s of %s: %d %p\n",
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c2199 pops = ddi_modsym(mod, "md_interface_ops", &err);
2208 /* ddi_modsym returns pointer to md_interface_ops in submod */
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c481 sf->sf_sfo = ddi_modsym(sf->sf_mod,

Completed in 205 milliseconds