OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MODCTL_UNLOAD
(Results
1 - 12
of
12
) sorted by relevancy
/src/sbin/modunload/
main.c
58
if (prog_modctl(
MODCTL_UNLOAD
, argv[i])) {
/src/tests/modules/
t_builtin.c
82
RL(rump_sys_modctl(
MODCTL_UNLOAD
, kernfs));
98
RL(rump_sys_modctl(
MODCTL_UNLOAD
, kernfs));
118
RL(rump_sys_modctl(
MODCTL_UNLOAD
, kernfs));
152
RL(rump_sys_modctl(
MODCTL_UNLOAD
, kernfs));
203
rump_sys_modctl(
MODCTL_UNLOAD
, kernfs) == -1);
t_x86_pte.c
79
if (modctl(
MODCTL_UNLOAD
, module_name) != 0)
t_modctl.c
325
if (modctl(
MODCTL_UNLOAD
, __UNCONST(name)) == -1) {
327
fprintf(stderr, "modctl(
MODCTL_UNLOAD
, %s) failed: %s\n",
343
(void)modctl(
MODCTL_UNLOAD
, __UNCONST(name));
520
atf_tc_set_md_var(tc, "descr", "Tests for the
MODCTL_UNLOAD
command");
t_ufetchstore.c
96
if (modctl(
MODCTL_UNLOAD
, module_name) != 0) {
/src/tests/modules/k_helper3/
k_helper3.c
97
(void)modctl(
MODCTL_UNLOAD
, shortname);
/src/sys/sys/
module.h
249
MODCTL_UNLOAD
, /* char *name */
/src/sys/compat/netbsd32/
netbsd32_module.c
233
case
MODCTL_UNLOAD
:
/src/sys/kern/
sys_module.c
289
case
MODCTL_UNLOAD
:
kern_module.c
385
KAUTH_SYSTEM_MODULE, 0, (void *)(uintptr_t)
MODCTL_UNLOAD
,
780
0, (void *)(uintptr_t)
MODCTL_UNLOAD
, NULL, NULL);
/src/tests/modules/ufetchstore/
t_ufetchstore.c
96
if (modctl(
MODCTL_UNLOAD
, module_name) != 0) {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc
2311
const int
modctl_unload
=
MODCTL_UNLOAD
;
variable in namespace:__sanitizer
Completed in 23 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025