Searched refs:modid_t (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | sunldi_impl.h | 88 modid_t li_modid; 201 modid_t src_modid; 209 modid_t tgt_modid;
|
H A D | modctl.h | 541 typedef int modid_t; typedef 586 extern modctl_t *mod_hold_by_id(modid_t); 624 extern modid_t mod_name_to_modid(char *);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | modctl.c | 81 static int modinfo(modid_t, struct modinfo *); 93 static struct modctl *mod_hold_next_by_id(modid_t); 386 modctl_modunload(modid_t id) in modctl_modunload() 409 modctl_modinfo(modid_t id, struct modinfo *umodi) in modctl_modinfo() 480 modctl_modreserve(modid_t id, int *data) in modctl_modreserve() 2377 error = modctl_modunload((modid_t)a1); in modctl() 2381 error = modctl_modinfo((modid_t)a1, (struct modinfo *)a2); in modctl() 2385 error = modctl_modreserve((modid_t)a1, (int *)a2); in modctl() 2822 modunrload(modid_t id, struct modctl **rmodp, int unload) in modunrload() 2830 if ((modp = mod_hold_by_id((modid_t)id)) == NULL) in modunrload() [all …]
|
H A D | driver_lyr.c | 187 ident_hash_func(modid_t modid, dev_info_t *dip, dev_t dev) in ident_hash_func() 201 ident_find_ref_nolock(modid_t modid, dev_info_t *dip, dev_t dev, major_t major) in ident_find_ref_nolock() 226 modid_t modid; in ident_alloc()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | utssys.c | 641 modid_t modid; in dofkusers_walker()
|
/titanic_41/usr/src/uts/common/crypto/core/ |
H A D | kcf_cryptoadm.c | 794 modid_t id; in crypto_unload_soft_module()
|