Searched defs:modctl (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | modctl.h | 493 typedef struct modctl { struct 494 struct modctl *mod_next; /* &modules based list */ argument 495 struct modctl *mod_prev; argument 515 struct modctl_list *mod_requisites; /* mods this one depends on. */ argument 524 struct modctl *mod_requisite_loading; /* mod circular dependency */ argument
|
/titanic_50/usr/src/uts/common/krtld/ |
H A D | kobj_kdi.c | 98 kobj_kdi_mod_iter(int (*func)(struct modctl *, void *), void *arg) in kobj_kdi_mod_iter()
|
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kdi.c | 101 kmdb_kdi_mod_iter(int (*cb)(struct modctl *, void *), void *arg) in kmdb_kdi_mod_iter()
|
H A D | kmdb_dpi.c | 126 kmdb_dpi_modchg_register(void (*func)(struct modctl *, int)) in kmdb_dpi_modchg_register()
|
/titanic_50/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kaif.c | 714 kaif_modchg_register(void (*func)(struct modctl *, int)) in kaif_modchg_register()
|
/titanic_50/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kaif.c | 851 kaif_modchg_register(void (*func)(struct modctl *, int)) in kaif_modchg_register()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | devinfo.c | 1209 struct modctl modctl; in modctl2devinfo() local
|
/titanic_50/usr/src/cmd/mdb/intel/modules/mdb_kb/ |
H A D | mdb_kb.c | 888 uintptr_t modctl = modhead; in xkb_walk_syms() local
|
/titanic_50/usr/src/uts/common/os/ |
H A D | modctl.c | 2362 modctl(int cmd, uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4, in modctl() function
|