Home
last modified time | relevance | path

Searched defs:modctl (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h493 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
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_kdi.c96 kobj_kdi_mod_iter(int (*func)(struct modctl *, void *), void *arg) in kobj_kdi_mod_iter()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kdi.c99 kmdb_kdi_mod_iter(int (*cb)(struct modctl *, void *), void *arg) in kmdb_kdi_mod_iter()
H A Dkmdb_dpi.c124 kmdb_dpi_modchg_register(void (*func)(struct modctl *, int)) in kmdb_dpi_modchg_register()
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkaif.c722 kaif_modchg_register(void (*func)(struct modctl *, int)) in kaif_modchg_register()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1302 struct modctl modctl; in modctl2devinfo() local
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c888 uintptr_t modctl = modhead; in xkb_walk_syms() local
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2368 modctl(int cmd, uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4, in modctl() function