HomeSort by relevance Sort by last modified time
    Searched defs:modctl (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
mdb_kb.c 59 #include <sys/modctl.h>
888 uintptr_t modctl = modhead; local
919 modctl + offsetof(struct modctl, mod_mp), &modulep))
938 modctl + offsetof(struct modctl, mod_next), &modctl))
941 if (modctl == modhead)
965 struct modctl modules;
970 sizeof (struct modctl)) != sizeof (struct modctl)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
devinfo.c 32 #include <sys/modctl.h>
1210 struct modctl modctl; local
1216 if (mdb_vread(&modctl, sizeof (modctl), addr) == -1) {
1217 mdb_warn("couldn't read modctl at %p", addr);
1222 (uintptr_t)modctl.mod_modname) == -1) {
1223 mdb_warn("couldn't read modname at %p", modctl.mod_modname);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
modctl.h 46 * The following structure defines the operations used by modctl
60 * Defined in modctl.c
89 * modctl with the MODINFO cmd.
227 * commands. These are the commands supported by the modctl system call.
385 * Structure returned by modctl with MODINFO command.
440 * flag may lead 32-bit apps to receive an EOVERFLOW error from modctl(MODINFO)
479 struct modctl *mp;
485 struct modctl *modl_modp;
491 * are replicated in the modctl structure so that mod_containing_pc()
494 typedef struct modctl { struct
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
modctl.c 28 * modctl system call for loadable module support.
57 #include <sys/modctl.h>
81 static int mod_circdep(struct modctl *);
85 static int mod_getinfo(struct modctl *, struct modinfo *);
86 static struct modctl *allocate_modp(const char *, const char *);
88 static int mod_load(struct modctl *, int);
89 static void mod_unload(struct modctl *);
90 static int modinstall(struct modctl *);
91 static int moduninstall(struct modctl *);
93 static struct modctl *mod_hold_by_name_common(struct modctl *, const char *)
2353 modctl(int cmd, uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4, function
    [all...]

Completed in 180 milliseconds