Searched defs:modctl (Results  1 – 8 of 8) sorted by relevance
| /illumos-gate/usr/src/uts/common/sys/ | 
| H A D | modctl.h | 499 typedef struct modctl {  struct 500 	struct modctl	*mod_next;	/* &modules based list */  argument 501 	struct modctl	*mod_prev;  argument 521 	struct modctl_list *mod_requisites;	/* mods this one depends on. */  argument 530 	struct modctl	*mod_requisite_loading;	/* mod circular dependency */  argument
  | 
| /illumos-gate/usr/src/uts/common/krtld/ | 
| H A D | kobj_kdi.c | 96 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 D | kmdb_kdi.c | 99 kmdb_kdi_mod_iter(int (*cb)(struct modctl *, void *), void *arg)  in kmdb_kdi_mod_iter()
  | 
| H A D | kmdb_dpi.c | 124 kmdb_dpi_modchg_register(void (*func)(struct modctl *, int))  in kmdb_dpi_modchg_register()
  | 
| /illumos-gate/usr/src/cmd/mdb/intel/kmdb/ | 
| H A D | kaif.c | 722 kaif_modchg_register(void (*func)(struct modctl *, int))  in kaif_modchg_register()
  | 
| /illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/ | 
| H A D | mdb_kb.c | 888 	uintptr_t modctl = modhead;  in xkb_walk_syms()  local
  | 
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ | 
| H A D | devinfo.c | 1303 	struct modctl modctl;  in modctl2devinfo()  local
  | 
| /illumos-gate/usr/src/uts/common/os/ | 
| H A D | modctl.c | 2380 modctl(int cmd, uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4,  in modctl()  function
  |