OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:op_modctl
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/modload/
prog_ops.h
38
int (*
op_modctl
)(int, void *);
member in struct:prog_ops
43
#define prog_modctl prog_ops.
op_modctl
/src/sbin/modstat/
prog_ops.h
38
int (*
op_modctl
)(int, void *);
member in struct:prog_ops
43
#define prog_modctl prog_ops.
op_modctl
/src/sbin/modunload/
prog_ops.h
38
int (*
op_modctl
)(int, void *);
member in struct:prog_ops
43
#define prog_modctl prog_ops.
op_modctl
/src/lib/librumphijack/
hijack.c
2475
int (*
op_modctl
)(int operation, void *argp);
local in function:modctl
2478
op_modctl
= GETSYSCALL(rump, MODCTL);
2480
op_modctl
= GETSYSCALL(host, MODCTL);
2483
return
op_modctl
(operation, argp);
Completed in 14 milliseconds
Indexes created Sun Sep 21 14:09:52 GMT 2025