Searched defs:modinfo32 (Results 1 – 1 of 1) sorted by relevance
417 struct modinfo32 { struct418 int32_t mi_info; /* Flags for info wanted */419 int32_t mi_state; /* Flags for module state */420 int32_t mi_id; /* id of this loaded module */421 int32_t mi_nextid; /* id of next module or -1 */422 caddr32_t mi_base; /* virtual addr of text */423 uint32_t mi_size; /* size of module in bytes */424 int32_t mi_rev; /* loadable modules rev */425 int32_t mi_loadcnt; /* # of times loaded */426 char mi_name[MODMAXNAMELEN32]; /* name of module */[all …]