Searched refs:modctl (Results 1 - 25 of 1177) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dmodctl.s30 .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 Ddc_ki.h34 #include <sys/modctl.h>
47 extern int clboot_modload(struct modctl *mp);
H A Dkdi.h56 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 Dkdi_impl.h53 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 Dkmdb.h32 #include <sys/modctl.h>
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.h36 #include <sys/modctl.h>
48 extern void kmdb_kvm_defbp_process(uint_t, struct modctl *);
H A Dkmdb_kdi.h33 #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 Dkmdb_module.h32 #include <sys/modctl.h>
80 struct modctl *kmc_modctl; /* kernel's modctl for this dmod */
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_kdi.h36 #include <sys/modctl.h>
45 extern void kobj_kdi_mod_notify(uint_t, struct modctl *);
H A Dkobj_kdi.c41 * 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 Dmodops.c34 #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 Dtlimod.c32 #include <sys/modctl.h>
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fw_hdr.c28 #include <sys/modctl.h>
/illumos-gate/usr/src/uts/sun4/os/
H A Dmach_sysconfig.c33 #include <sys/modctl.h>
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_dim.c30 #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 Dkctl.h37 #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 Dicmp6ddi.c28 #include <sys/modctl.h>
H A Dip6ddi.c28 #include <sys/modctl.h>
/illumos-gate/usr/src/uts/common/bignum/
H A Dbignum_mod.c28 #include <sys/modctl.h>
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp6ddi.c28 #include <sys/modctl.h>
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp6ddi.c28 #include <sys/modctl.h>
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_extern.c36 #include <sys/modctl.h>
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsecmod.c29 #include <sys/modctl.h>
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gssmod.c29 #include <sys/modctl.h>
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_mod.c29 #include <sys/modctl.h>

Completed in 132 milliseconds

1234567891011>>