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

  /src/sys/compat/netbsd32/
netbsd32_module.c 67 0, (void *)(uintptr_t)MODCTL_STAT, NULL, NULL);
240 case MODCTL_STAT:
netbsd32_compat_80.c 72 0, (void *)(uintptr_t)MODCTL_STAT, NULL, NULL);
  /src/sbin/modstat/
main.c 171 if (prog_modctl(MODCTL_STAT, &iov)) {
172 err(EXIT_FAILURE, "modctl(MODCTL_STAT)");
  /src/sys/compat/common/
kern_mod_80.c 82 0, (void *)(uintptr_t)MODCTL_STAT, NULL, NULL);
  /src/sys/sys/
module.h 252 MODCTL_STAT /* struct iovec *buffer */
256 * This structure is used with the newer version of MODCTL_STAT, which
  /src/tests/modules/
t_builtin.c 160 if (rump_sys_modctl(MODCTL_STAT, &iov) != 0) {
162 fprintf(stderr, "modctl(MODCTL_STAT) failed: %s\n",
t_modctl.c 101 if (modctl(MODCTL_STAT, &iov) != 0) {
103 fprintf(stderr, "modctl(MODCTL_STAT) failed: %s\n",
152 * successfully. This implementation uses modctl(2)'s MODCTL_STAT
490 atf_tc_set_md_var(tc, "descr", "Tests for the MODCTL_STAT command");
  /src/sys/kern/
sys_module.c 296 case MODCTL_STAT:
  /src/tests/lib/libc/stdio/
t_fopen.c 325 if (modctl(MODCTL_STAT, &iov) != 0) {
326 fprintf(stderr, "modctl(MODCTL_STAT) failed: %s\n",
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 2312 const int modctl_stat = MODCTL_STAT; variable in namespace:__sanitizer

Completed in 19 milliseconds