OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:register32_t
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/sys/arch/riscv/include/
frame.h
88
register32_t
tf_tval;
89
register32_t
tf_cause;
90
register32_t
tf_sr;
91
register32_t
tf_pad;
types.h
65
typedef signed int
register32_t
;
typedef
/src/sys/arch/amd64/include/
types.h
62
typedef int
register32_t
;
typedef
/src/sys/arch/arm/include/
types.h
62
typedef int register_t,
register32_t
;
typedef
/src/sys/arch/powerpc/include/
types.h
63
typedef __register32_t
register32_t
;
typedef
/src/sys/compat/linux32/common/
linux32_socketcall.h
44
register32_t
pad; \
49
(sizeof (
register32_t
) < sizeof (x)) \
51
: sizeof (
register32_t
) - sizeof (x)]; \
/src/sys/arch/aarch64/include/
types.h
62
typedef __uint32_t
register32_t
;
typedef
/src/sys/arch/sparc/include/
types.h
65
typedef unsigned int
register32_t
;
typedef
/src/sys/arch/aarch64/aarch64/
aarch32_syscall.c
55
register32_t
a32[EMULNAMEU(SYS_MAXSYSARGS)];
66
register32_t
*args32 = args32buf.a32;
154
args32, nargs_sp * sizeof(
register32_t
));
/src/sys/arch/sparc64/sparc64/
syscall.c
109
register32_t
i[MAXARGS];
219
register32_t
*argp;
221
i = (long)(*callp)->sy_argsize / sizeof(
register32_t
);
sunos_machdep.c
90
register32_t
sp;
163
sp = (
register32_t
)(uintptr_t)oldsp;
netbsd32_machdep_16.c
113
register32_t
sp;
netbsd32_machdep.c
173
register32_t
sp;
/src/sys/arch/amd64/amd64/
linux32_syscall.c
38
register32_t
code, args[6];
netbsd32_syscall.c
72
register32_t
code, args[2 + SYS_MAXSYSARGS];
/src/sys/arch/mips/include/
types.h
121
typedef __int64_t
register32_t
;
typedef
/src/sys/compat/sunos32/
sunos32_syscallargs.h
21
register32_t
pad; \
25
(sizeof (
register32_t
) < sizeof (x)) \
27
: sizeof (
register32_t
) - sizeof (x)]; \
35
<= SUNOS32_SYS_MAXSYSARGS * sizeof (
register32_t
) ? 1 : -1];
sunos32_sysent.c
31
#define n(type) (sizeof(type)/sizeof (
register32_t
))
/src/sys/compat/linux32/arch/aarch64/
linux32_syscallargs.h
21
register32_t
pad; \
25
(sizeof (
register32_t
) < sizeof (x)) \
27
: sizeof (
register32_t
) - sizeof (x)]; \
35
<= LINUX32_SYS_MAXSYSARGS * sizeof (
register32_t
) ? 1 : -1];
linux32_sysent.c
33
#define n(type) (sizeof(type)/sizeof (
register32_t
))
/src/sys/compat/linux32/arch/amd64/
linux32_syscallargs.h
21
register32_t
pad; \
25
(sizeof (
register32_t
) < sizeof (x)) \
27
: sizeof (
register32_t
) - sizeof (x)]; \
35
<= LINUX32_SYS_MAXSYSARGS * sizeof (
register32_t
) ? 1 : -1];
linux32_sysent.c
36
#define n(type) (sizeof(type)/sizeof (
register32_t
))
/src/sys/compat/netbsd32/
netbsd32_ioctl.h
635
register32_t
retval;
netbsd32_syscallargs.h
21
register32_t
pad; \
25
(sizeof (
register32_t
) < sizeof (x)) \
27
: sizeof (
register32_t
) - sizeof (x)]; \
35
<= NETBSD32_SYS_MAXSYSARGS * sizeof (
register32_t
) ? 1 : -1];
39
syscallarg(
register32_t
) args[NETBSD32_SYS_MAXSYSARGS];
1063
syscallarg(
register32_t
) args[NETBSD32_SYS_MAXSYSARGS];
netbsd32_sysent.c
143
#define n(type) (sizeof(type)/sizeof (
register32_t
))
Completed in 46 milliseconds
1
2
Indexes created Sat Feb 21 08:20:20 UTC 2026