HomeSort by: relevance | last modified time | path
    Searched refs:MODCTL_LOAD (Results 1 - 14 of 14) sorted by relevancy

  /src/tests/modules/k_helper3/
k_helper3.c 84 rv = modctl(MODCTL_LOAD, &ml);
  /src/tests/modules/
t_x86_pte.c 73 if (modctl(MODCTL_LOAD, &params) != 0)
t_builtin.c 113 struct modctl_load mod;
126 RL(rump_sys_modctl(MODCTL_LOAD, &mod));
t_modctl.c 299 if (modctl(MODCTL_LOAD, &ml) == -1) {
301 fprintf(stderr, "modctl(MODCTL_LOAD, %s), failed: %s\n",
353 atf_tc_set_md_var(tc, "descr", "Tests for the MODCTL_LOAD command");
383 atf_tc_set_md_var(tc, "descr", "Tests for the MODCTL_LOAD command, "
452 atf_tc_set_md_var(tc, "descr", "Tests for the MODCTL_LOAD command, "
t_ufetchstore.c 78 if (modctl(MODCTL_LOAD, &params) != 0) {
  /src/sys/compat/netbsd32/
netbsd32_module.c 225 case MODCTL_LOAD:
258 (void *)(uintptr_t)MODCTL_LOAD,
  /src/sys/sys/
module.h 236 typedef struct modctl_load { struct
248 MODCTL_LOAD, /* modctl_load_t *ml */
  /src/sys/kern/
sys_module.c 281 case MODCTL_LOAD:
314 (void *)(uintptr_t)MODCTL_LOAD,
kern_module.c 298 KAUTH_SYSTEM_MODULE, 0, (void *)(uintptr_t)MODCTL_LOAD,
712 0, (void *)(uintptr_t)MODCTL_LOAD, NULL, NULL);
757 0, (void *)(uintptr_t)MODCTL_LOAD, (void *)(uintptr_t)1, NULL);
  /src/sbin/modload/
main.c 171 if (prog_modctl(MODCTL_LOAD, &cmdargs)) {
  /src/usr.sbin/autofs/
automountd.c 447 error = modctl(MODCTL_LOAD, &args);
  /src/usr.sbin/npf/npfctl/
npfctl.c 280 if (modctl(MODCTL_LOAD, &args) != 0 && errno != EEXIST) {
  /src/tests/modules/ufetchstore/
t_ufetchstore.c 78 if (modctl(MODCTL_LOAD, &params) != 0) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 2310 const int modctl_load = MODCTL_LOAD; member in namespace:__sanitizer

Completed in 43 milliseconds