Searched refs:mod_sysctl (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | audit_core.c | 67 if (mod_sysctl(SYS_CHECK_EXCLUDE, "c2audit") != 0) { in audit_init()
|
H A D | modctl.c | 3401 if (mod_sysctl(SYS_CHECK_EXCLUDE, mp->mod_modname) != 0 || in mod_load() 3402 mod_sysctl(SYS_CHECK_EXCLUDE, mp->mod_filename) != 0) { in mod_load() 3468 (void) mod_sysctl(SYS_SET_MVAR, (void *)mp); in mod_load()
|
H A D | modsysfile.c | 822 (void) mod_sysctl(SYS_SET_KVAR, NULL); in mod_read_system_file() 1092 mod_sysctl(int fcn, void *p) in mod_sysctl() function
|
H A D | cred.c | 1068 if (mod_sysctl(SYS_CHECK_EXCLUDE, "c2audit") != 0) in get_c2audit_load()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | modctl.h | 572 extern int mod_sysctl(int, void *);
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | startup.c | 2256 (void) mod_sysctl(SYS_FORCELOAD, NULL); in post_startup()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | startup.c | 2318 (void) mod_sysctl(SYS_FORCELOAD, NULL); in post_startup()
|