Searched refs:ddi_modhandle_t (Results 1 – 18 of 18) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | modctl.h | 646 typedef struct __ddi_modhandle *ddi_modhandle_t; typedef 647 extern ddi_modhandle_t ddi_modopen(const char *, 649 extern void *ddi_modsym(ddi_modhandle_t, 651 extern int ddi_modclose(ddi_modhandle_t);
|
/titanic_41/usr/src/uts/common/sys/ib/clients/of/sol_ucma/ |
H A D | sol_ucma.h | 151 ddi_modhandle_t ucma_mod_hdl;
|
/titanic_41/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_impl.h | 417 ddi_modhandle_t ibdmah;
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md.c | 175 ddi_modhandle_t *md_mods = NULL; 538 md_mods = (ddi_modhandle_t *)kmem_zalloc( in mdattach() 539 sizeof (ddi_modhandle_t) * MD_NOPS, KM_SLEEP); in mdattach() 788 kmem_free(md_mods, sizeof (ddi_modhandle_t) * MD_NOPS); in mddetach()
|
H A D | md_subr.c | 88 extern ddi_modhandle_t *md_mods; 1764 ddi_modhandle_t mod; in md_halt() 2165 ddi_modhandle_t mod; in md_loadsubmod()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 1323 ddi_modhandle_t mod_fctl; /* For Leadville */ 1334 ddi_modhandle_t mod_fct; /* For Comstar */ 1335 ddi_modhandle_t mod_stmf; /* For Comstar */ 2089 ddi_modhandle_t fw_modhandle;
|
/titanic_41/usr/src/uts/common/os/ |
H A D | modctl.c | 4727 ddi_modhandle_t 4770 return ((ddi_modhandle_t)hmodp); in ddi_modopen() 4775 ddi_modsym(ddi_modhandle_t h, const char *name, int *errnop) in ddi_modsym() 4806 ddi_modclose(ddi_modhandle_t h) in ddi_modclose()
|
H A D | brand.c | 213 ddi_modhandle_t hdl = NULL; in brand_register_zone()
|
/titanic_41/usr/src/uts/common/fs/dev/ |
H A D | sdev_zvolops.c | 59 ddi_modhandle_t zfs_mod;
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_nvram.c | 48 ddi_modhandle_t modhp; in pmcs_firmware_update()
|
/titanic_41/usr/src/uts/common/crypto/core/ |
H A D | kcf_cryptoadm.c | 509 ddi_modhandle_t modh = NULL; in crypto_get_soft_info()
|
/titanic_41/usr/src/uts/common/io/uath/ |
H A D | uath.c | 236 static int uath_loadsym(ddi_modhandle_t, char *, char **, size_t *); 717 uath_loadsym(ddi_modhandle_t modp, char *sym, char **start, size_t *len) in uath_loadsym() 759 ddi_modhandle_t modp; in uath_loadfirmware()
|
/titanic_41/usr/src/uts/common/io/mwl/ |
H A D | mwl.c | 211 static int mwl_loadsym(ddi_modhandle_t, char *, char **, size_t *); 789 mwl_loadsym(ddi_modhandle_t modp, char *sym, char **start, size_t *len) in mwl_loadsym() 925 ddi_modhandle_t modfw; in mwl_fwload()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockfilter.c | 1188 ddi_modhandle_t handle = NULL; in sof_module_hold_by_name()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 4798 ddi_modhandle_t nfs_mod; 4799 ddi_modhandle_t sharefs_mod; 4800 ddi_modhandle_t smbsrv_mod;
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 1528 ddi_modhandle_t fw_module;
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 321 ddi_modhandle_t sf_mod;
|
/titanic_41/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 139 ddi_modhandle_t pppt_mod;
|