Home
last modified time | relevance | path

Searched defs:syscall_args (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Dproc.h50 struct syscall_args { struct
51 u_int code;
52 struct sysent *callp;
53 register_t args[MAXARGS];
/f-stack/freebsd/i386/include/
H A Dproc.h65 struct syscall_args { struct
66 u_int code;
67 struct sysent *callp;
68 register_t args[8];
/f-stack/freebsd/arm/include/
H A Dproc.h76 struct syscall_args { struct
77 u_int code;
78 struct sysent *callp;
79 register_t args[MAXARGS];
/f-stack/freebsd/mips/include/
H A Dproc.h85 struct syscall_args { struct
86 u_int code;
87 struct sysent *callp;
88 register_t args[MAXARGS];
/f-stack/freebsd/amd64/include/
H A Dproc.h93 struct syscall_args { struct
94 u_int code;
95 struct sysent *callp;
96 register_t args[8];