Home
last modified time | relevance | path

Searched refs:modid_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsunldi_impl.h88 modid_t li_modid;
201 modid_t src_modid;
209 modid_t tgt_modid;
H A Dmodctl.h541 typedef int modid_t; typedef
587 extern modctl_t *mod_hold_by_id(modid_t);
625 extern modid_t mod_name_to_modid(const char *);
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c86 static int modinfo(modid_t, struct modinfo *);
391 modctl_modunload(modid_t id) in modctl_modunload()
486 modctl_modreserve(modid_t id, int *data) in modctl_modreserve()
2383 error = modctl_modunload((modid_t)a1); in modctl()
2867 modunload(modid_t id) in modunload()
2884 modinfo(modid_t id, struct modinfo *modinfop) in modinfo()
2887 modid_t mid; in modinfo()
3819 modid_t modid; in mod_uninstall_all()
4120 mod_hold_by_id(modid_t modid) in mod_hold_by_id()
4144 mod_hold_next_by_id(modid_t modid) in mod_hold_next_by_id()
[all …]
H A Ddriver_lyr.c187 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()
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c641 modid_t modid; in dofkusers_walker()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c803 modid_t id; in crypto_unload_soft_module()