/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/ |
H A D | kctl_dmod.c | 138 for (modp = kctl_dmods.mod_next; modp != &kctl_dmods; in kctl_dmod_load() 139 modp = modp->mod_next) { in kctl_dmod_load() 166 modp->mod_next = &kctl_dmods; in kctl_dmod_load() 168 modp->mod_prev->mod_next = modp; in kctl_dmod_load() 185 modp->mod_next->mod_prev = modp->mod_prev; in kctl_dmod_load() 186 modp->mod_prev->mod_next = modp->mod_next; in kctl_dmod_load() 280 } while ((modp = modp->mod_next) != &modules); in kctl_dmod_load_all() 309 for (m = kctl_dmods.mod_next; m != &kctl_dmods; m = m->mod_next) { in kctl_dmod_unload_common() 328 modp->mod_next->mod_prev = modp->mod_prev; in kctl_dmod_unload_common() 329 modp->mod_prev->mod_next = modp->mod_next; in kctl_dmod_unload_common() [all …]
|
H A D | kctl_main.c | 281 } while ((modp = modp->mod_next) != &modules); in kctl_startup_modules()
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_root.c | 97 } while ((mp = mp->mod_next) != &modules); in objfs_root_do_lookup() 127 mp = mp->mod_next; in objfs_root_do_readdir() 132 mp = mp->mod_next; in objfs_root_do_readdir()
|
H A D | objfs_common.c | 103 } while ((mp = mp->mod_next) != &modules); in objfs_nobjs()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_module.c | 307 ASSERT(mdb.m_mtail->mod_next == NULL); in mdb_module_create() 308 mdb.m_mtail->mod_next = mod; in mdb_module_create() 383 mdb.m_mhead = mod->mod_next; in mdb_module_unload_common() 385 mod->mod_prev->mod_next = mod->mod_next; in mdb_module_unload_common() 387 if (mod->mod_next == NULL) { in mdb_module_unload_common() 391 mod->mod_next->mod_prev = mod->mod_prev; in mdb_module_unload_common()
|
H A D | mdb_module.h | 62 struct mdb_module *mod_next; /* Next module on dependency list */ member
|
H A D | mdb_kvm.c | 274 } while ((addr = (uintptr_t)ctl.mod_next) != head); in kt_load_modules()
|
H A D | mdb_target.c | 210 for (mp = mdb.m_mhead; mp != NULL; mp = mp->mod_next) { in mdb_tgt_create()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_module.c | 1040 nmp = mp->mod_next; in fmd_modhash_destroy() 1041 mp->mod_next = NULL; in fmd_modhash_destroy() 1102 np = mp->mod_next; in fmd_modhash_apply() 1121 np = mp->mod_next; in fmd_modhash_tryapply() 1139 for (mp = mhp->mh_hash[i]; mp != NULL; mp = mp->mod_next) { in fmd_modhash_dispatch() 1179 for (mp = mhp->mh_hash[h]; mp != NULL; mp = mp->mod_next) { in fmd_modhash_lookup() 1212 for (mp = mhp->mh_hash[h]; mp != NULL; mp = mp->mod_next) { in fmd_modhash_load() 1235 mp->mod_next = mhp->mh_hash[h]; in fmd_modhash_load() 1254 for (mp = *pp; mp != NULL; mp = mp->mod_next) { in fmd_modhash_unload() 1258 pp = &mp->mod_next; in fmd_modhash_unload() [all …]
|
H A D | fmd_module.h | 110 struct fmd_module *mod_next; /* next module in fmd_modhash chain */ member
|
H A D | fmd_xprt.c | 341 for (mp = mhp->mh_hash[i]; mp != NULL; mp = mp->mod_next) in fmd_xprt_subscribe_modhash() 351 for (mp = mhp->mh_hash[i]; mp != NULL; mp = mp->mod_next) { in fmd_xprt_subscribe_modhash() 360 for (mp = mhp->mh_hash[i]; mp != NULL; mp = mp->mod_next) in fmd_xprt_subscribe_modhash()
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | obpsym.c | 106 } while ((mp = mp->mod_next) != &modules); in name_to_value() 141 } while ((modp = modp->mod_next) != &modules); in value_to_name()
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_kdi.c | 116 } while ((modp = modp->mod_next) != &modules); in kobj_kdi_mod_iter()
|
H A D | kobj.c | 512 if (modp->mod_next == kobj_modules) in kobj_init() 513 modp->mod_next = &modules; in kobj_init() 516 } while ((modp = modp->mod_next) != &modules); in kobj_init() 1109 cp->mod_prev = cp->mod_next = cp; in add_primary() 1112 cp->mod_next = kobj_modules; in add_primary() 1113 kobj_modules->mod_prev->mod_next = cp; in add_primary() 1269 mctl = mctl->mod_next; in mod_already_loaded() 3140 } while ((modp = modp->mod_next) != &modules); in kobj_getsymvalue() 3178 } while ((modp = modp->mod_next) != &modules); in kobj_getsymname() 3422 } while ((mctl = mctl->mod_next) != kobj_modules); in kobj_boot_mod_lookup()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 149 _NOTE(RWLOCK_PROTECTS_DATA(fctl_ulp_lock, ulp_module::mod_next)) 686 for (mod = fctl_ulp_modules, prev = NULL; mod; mod = mod->mod_next) { in fc_ulp_add() 704 mod->mod_next = NULL; in fc_ulp_add() 707 prev->mod_next = mod; in fc_ulp_add() 775 mod = mod->mod_next) { in fc_ulp_remove() 786 prev->mod_next = mod->mod_next; in fc_ulp_remove() 788 fctl_ulp_modules = mod->mod_next; in fc_ulp_remove() 2441 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_remove_port() 2538 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_attach_ulps() 2561 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_attach_ulps() [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modctl.c | 3227 } while ((mp = mp->mod_next) != &modules); in mod_find_by_filename() 3246 } while ((mp = mp->mod_next) != &modules); in mod_find_by_name() 3321 mp->mod_next = &modules; in modadd() 3323 modules.mod_prev->mod_next = mp; in modadd() 4090 } while ((mp = mp->mod_next) != &modules); in mod_hold_by_name_common() 4171 } while ((mp = mp->mod_next) != &modules); in mod_hold_by_id() 4199 } while ((mp = mp->mod_next) != &modules); in mod_hold_next_by_id() 4253 } while ((mp = mp->mod_next) != &modules); in mod_name_to_modid()
|
H A D | modsubr.c | 358 } while ((modp = modp->mod_next) != &modules); in mod_getctl() 829 } while ((mcp = mcp->mod_next) != &modules); in mod_containing_pc()
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 764 xpv_modctl->mod_next = &modules; in xpv_do_panic() 766 modules.mod_prev->mod_next = xpv_modctl; in xpv_do_panic()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl_private.h | 90 struct ulp_module *mod_next; member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 74 wsp->walk_addr = (uintptr_t)mwd->mwd_modctl.mod_next; in modctl_walk_step()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | modctl.h | 500 struct modctl *mod_next; /* &modules based list */ member
|
/illumos-gate/usr/src/uts/intel/dtrace/ |
H A D | fbt.c | 582 } while ((mp = mp->mod_next) != &modules); in fbt_getargdesc()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/ |
H A D | fctl.c | 344 (uintptr_t)(((fc_ulp_module_t *)wsp->walk_data)->mod_next); in ulpmod_walk_s()
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | fbt.c | 1652 } while ((mp = mp->mod_next) != &modules); in fbt_getargdesc()
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/ |
H A D | mdb_kb.c | 938 modctl + offsetof(struct modctl, mod_next), &modctl)) in xkb_walk_syms()
|