Searched refs:modctl (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/icp/include/sys/ |
| H A D | modctl.h | 363 struct modctl *mp; 369 struct modctl *modl_modp; 378 typedef struct modctl { struct 379 struct modctl *mod_next; /* &modules based list */ argument 380 struct modctl *mod_prev; argument 409 struct modctl *mod_requisite_loading; /* mod circular dependency */ argument
|
| /freebsd-13.1/contrib/netbsd-tests/modules/ |
| H A D | t_modctl.c | 72 err = modctl(MODCTL_EXISTS, 0); in check_permission() 97 if (modctl(MODCTL_STAT, &iov) != 0) { in get_modstat_info() 236 if (modctl(MODCTL_LOAD, &ml) == -1) { in load() 262 if (modctl(MODCTL_UNLOAD, __UNCONST(name)) == -1) { in unload() 280 (void)modctl(MODCTL_UNLOAD, __UNCONST(name)); in unload_cleanup()
|
| /freebsd-13.1/contrib/netbsd-tests/modules/k_helper3/ |
| H A D | k_helper3.c | 84 rv = modctl(MODCTL_LOAD, &ml); in load() 97 (void)modctl(MODCTL_UNLOAD, shortname); in load()
|
| /freebsd-13.1/contrib/openbsm/etc/ |
| H A D | audit_event | 236 242:AUE_MODCTL:modctl(2) system call place holder:no 237 243:AUE_MODLOAD:modctl(2) - load module:ad 238 244:AUE_MODUNLOAD:modctl(2) - unload module:ad 239 245:AUE_MODCONFIG:modctl(2) - configure module:ad 240 246:AUE_MODADDMAJ:modctl(2) - bind module:ad 284 290:AUE_MODDEVPLCY:modctl(2) - configure device policy:ad 285 291:AUE_MODADDPRIV:modctl(2) - configure additional privilege:ad
|
| /freebsd-13.1/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | sched_impl.h | 515 extern struct modctl *kcf_get_modctl(crypto_provider_info_t *);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 8119 INTERCEPTOR(int, modctl, int operation, void *argp) { 8122 COMMON_INTERCEPTOR_ENTER(ctx, modctl, operation, argp); 8134 ret = REAL(modctl)(operation, argp); 8140 ret = REAL(modctl)(operation, argp); 8148 ret = REAL(modctl)(operation, argp); 8153 ret = REAL(modctl)(operation, argp); 8155 ret = REAL(modctl)(operation, argp); 8160 #define INIT_MODCTL COMMON_INTERCEPT_FUNCTION(modctl)
|
| H A D | sanitizer_syscalls_netbsd.inc | 1839 PRE_SYSCALL(modctl)(long long cmd_, void *arg_) { /* TODO */ } 1840 POST_SYSCALL(modctl)(long long res, long long cmd_, void *arg_) { /* TODO */ }
|