/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | modctl.s | 30 .file "modctl.s" 32 /* C library -- modctl */ 33 /* int modctl(int opcode, char *arg) */ 37 SYSCALL_RVAL1(modctl) 39 SET_SIZE(modctl)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | dc_ki.h | 34 #include <sys/modctl.h> 47 extern int clboot_modload(struct modctl *mp);
|
H A D | kdi.h | 56 struct modctl; 64 extern struct modctl *kdi_dmods; 76 extern void kdi_dvec_mod_loaded(struct modctl *); 77 extern void kdi_dvec_mod_unloading(struct modctl *);
|
H A D | kdi_impl.h | 53 void (*dv_mod_loaded)(struct modctl *); 54 void (*dv_mod_unloading)(struct modctl *); 100 int (*kdi_mod_iter)(int (*)(struct modctl *, void *), void *); 105 int (*kdi_mod_isloaded)(struct modctl *); 108 * Has anything changed between two versions of the same modctl? 110 int (*kdi_mod_haschanged)(struct modctl *, struct module *, 111 struct modctl *, struct module *);
|
H A D | kmdb.h | 32 #include <sys/modctl.h>
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.h | 36 #include <sys/modctl.h> 48 extern void kmdb_kvm_defbp_process(uint_t, struct modctl *);
|
H A D | kmdb_kdi.h | 33 #include <sys/modctl.h> 65 extern int kmdb_kdi_mod_iter(int (*)(struct modctl *, void *), void *); 66 extern int kmdb_kdi_mod_isloaded(struct modctl *); 67 extern int kmdb_kdi_mod_haschanged(struct modctl *, struct module *, 68 struct modctl *, struct module *);
|
H A D | kmdb_module.h | 32 #include <sys/modctl.h> 80 struct modctl *kmc_modctl; /* kernel's modctl for this dmod */
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_kdi.h | 36 #include <sys/modctl.h> 45 extern void kobj_kdi_mod_notify(uint_t, struct modctl *);
|
H A D | kobj_kdi.c | 41 * convenience. An example is the modctl iterator, kdi_mod_iter. Using the 42 * modules symbol, this function iterates through the kernel's modctl list, 98 kobj_kdi_mod_iter(int (*func)(struct modctl *, void *), void *arg) 113 struct modctl *modp = &modules; 125 kobj_kdi_mod_isloaded(struct modctl *modp) 143 kobj_kdi_mod_notify(uint_t why, struct modctl *what) 166 * Compare two modctl and module snapshots, attempting to determine whether 174 kobj_kdi_mod_haschanged(struct modctl *mc1, struct module *mp1, 175 struct modctl *mc2, struct module *mp2)
|
/illumos-gate/usr/src/lib/lvm/libsvm/common/ |
H A D | modops.c | 34 #include <sys/modctl.h> 64 if (modctl(MODINFO, id, &modinfo) < 0) 104 if (modctl(MODUNLOAD, id) < 0) { 109 if ((modctl(MODGETMAJBIND, modname, strlen(modname) + 1, 114 if ((modctl(MODUNLOADDRVCONF, major) != 0) || 115 (modctl(MODLOADDRVCONF, major) != 0)) {
|
/illumos-gate/usr/src/uts/common/ktli/ |
H A D | tlimod.c | 32 #include <sys/modctl.h>
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_fw_hdr.c | 28 #include <sys/modctl.h>
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mach_sysconfig.c | 33 #include <sys/modctl.h>
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_dim.c | 30 #include <sys/modctl.h> 85 if (modctl(MODGETMAJBIND, drv_name, strlen(drv_name) + 1, &major) < 0) 89 if (modctl(MODGETDEVFSPATH_MI_LEN, major, instance, &len) != 0) 103 if (modctl(MODGETDEVFSPATH_MI, major, instance, len, devices) != 0) {
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/ |
H A D | kctl.h | 37 #include <sys/modctl.h> 117 extern int kctl_mod_decompress(struct modctl *); 118 extern void kctl_mod_loaded(struct modctl *); 119 extern void kctl_mod_changed(uint_t, struct modctl *);
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp6ddi.c | 28 #include <sys/modctl.h>
|
H A D | ip6ddi.c | 28 #include <sys/modctl.h>
|
/illumos-gate/usr/src/uts/common/bignum/ |
H A D | bignum_mod.c | 28 #include <sys/modctl.h>
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp6ddi.c | 28 #include <sys/modctl.h>
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp6ddi.c | 28 #include <sys/modctl.h>
|
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_extern.c | 36 #include <sys/modctl.h>
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | secmod.c | 29 #include <sys/modctl.h>
|
/illumos-gate/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gssmod.c | 29 #include <sys/modctl.h>
|
/illumos-gate/usr/src/uts/common/io/sdcard/impl/ |
H A D | sda_mod.c | 29 #include <sys/modctl.h>
|