OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYS_write
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/sys/arch/news68k/include/
romcall.h
32
#define
SYS_write
4
/src/sys/arch/newsmips/include/
romcall.h
32
#define
SYS_write
4
/src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
jemalloc_internal_decls.h
23
# if !defined(
SYS_write
) && defined(__NR_write)
24
# define
SYS_write
__NR_write
malloc_io.h
68
#if defined(JEMALLOC_USE_SYSCALL) && defined(
SYS_write
)
77
long result = syscall(
SYS_write
, fd, buf, count);
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_decls.h
23
# if !defined(
SYS_write
) && defined(__NR_write)
24
# define
SYS_write
__NR_write
malloc_io.h
68
#if defined(JEMALLOC_USE_SYSCALL) && defined(
SYS_write
)
77
long result = syscall(
SYS_write
, fd, buf, count);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
catch-syscall.c
31
int write_syscall =
SYS_write
;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
catch-syscall.c
31
int write_syscall =
SYS_write
;
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_decls.h
24
# if !defined(
SYS_write
) && defined(__NR_write)
25
# define
SYS_write
__NR_write
malloc_io.h
71
#if defined(JEMALLOC_USE_SYSCALL) && defined(
SYS_write
)
80
long result = syscall(
SYS_write
, fd, buf, count);
/src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h
24
# if !defined(
SYS_write
) && defined(__NR_write)
25
# define
SYS_write
__NR_write
malloc_io.h
71
#if defined(JEMALLOC_USE_SYSCALL) && defined(
SYS_write
)
80
long result = syscall(
SYS_write
, fd, buf, count);
/src/tests/kernel/arch/aarch64/
h_execregs.S
65
svc #
SYS_write
/src/tests/kernel/arch/i386/
h_execregs.S
71
movl $
SYS_write
,%eax /* syscall number */
/src/tests/kernel/arch/vax/
h_execregs.S
66
chmk $
SYS_write
/src/tests/kernel/arch/x86_64/
h_execregs.S
61
movl $
SYS_write
,%eax /* syscall number */
/src/external/gpl3/gdb/dist/sim/testsuite/v850/
testutils.inc
2
SYS_write
= 4
27
mov
SYS_write
,r6
37
mov
SYS_write
,r6
/src/external/gpl3/gdb.old/dist/sim/testsuite/v850/
testutils.inc
2
SYS_write
= 4
27
mov
SYS_write
,r6
37
mov
SYS_write
,r6
/src/sys/arch/news68k/stand/common/
romcalls.S
67
moveq #
SYS_write
, %d0
/src/sys/arch/news68k/news68k/
romcalls.S
73
moveq #
SYS_write
, %d0
/src/tests/kernel/arch/sh3/
h_execregs.S
69
mov #
SYS_write
, r0
/src/sys/arch/newsmips/stand/common/
romcalls.S
109
li a0,
SYS_write
/src/lib/csu/common/
crt0-common.c
85
#define write(fd, s, n) __syscall(
SYS_write
, (fd), (s), (n))
/src/sys/sys/
syscall.h
28
#define
SYS_write
4
/src/tests/kernel/arch/hppa/
h_execregs.S
147
ldi
SYS_write
, %t1
Completed in 52 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026