HomeSort by: relevance | last modified time | path
    Searched refs:SYS_open (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/news68k/include/
romcall.h 33 #define SYS_open 5
  /src/sys/arch/newsmips/include/
romcall.h 33 #define SYS_open 5
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
jemalloc_internal_decls.h 27 # if defined(SYS_open) && defined(__aarch64__)
28 /* Android headers may define SYS_open to __NR_open even though
30 # undef SYS_open
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_decls.h 27 # if defined(SYS_open) && defined(__aarch64__)
28 /* Android headers may define SYS_open to __NR_open even though
30 # undef SYS_open
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_decls.h 27 # if defined(SYS_open) && defined(__aarch64__)
28 /* Android headers may define SYS_open to __NR_open even though
30 # undef SYS_open
malloc_io.h 74 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_open)
75 return (int)syscall(SYS_open, path, flags);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 27 # if defined(SYS_open) && defined(__aarch64__)
28 /* Android headers may define SYS_open to __NR_open even though
30 # undef SYS_open
malloc_io.h 74 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_open)
75 return (int)syscall(SYS_open, path, flags);
  /src/sys/arch/news68k/stand/common/
romcalls.S 40 moveq #SYS_open, %d0
  /src/sys/arch/news68k/news68k/
romcalls.S 45 moveq #SYS_open, %d0
  /src/sys/arch/newsmips/stand/common/
romcalls.S 54 li a0, SYS_open
  /src/external/bsd/jemalloc.old/dist/src/
pages.c 626 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_open)
628 fd = (int)syscall(SYS_open, "/proc/sys/vm/overcommit_memory", O_RDONLY |
631 fd = (int)syscall(SYS_open, "/proc/sys/vm/overcommit_memory", O_RDONLY);
716 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_open)
717 int fd = (int)syscall(SYS_open,
  /src/sys/sys/
syscall.h 31 #define SYS_open 5
  /src/external/gpl3/gdb.old/dist/gdb/
proc-events.c 298 #ifdef SYS_open
299 syscall_table[SYS_open] = "open";
  /src/external/gpl3/gdb/dist/gdb/
proc-events.c 298 #ifdef SYS_open
299 syscall_table[SYS_open] = "open";
  /src/external/gpl3/gdb/dist/gdb/stubs/
m32r-stub.c 130 SYS_open,
272 case SYS_open:
273 gdb_error ("Target attempts SYS_open call at %s\n", buf);
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
m32r-stub.c 130 SYS_open,
272 case SYS_open:
273 gdb_error ("Target attempts SYS_open call at %s\n", buf);
  /src/usr.bin/ktruss/
dump.c 510 case SYS_open:
  /src/usr.bin/make/filemon/
filemon_ktrace.c 85 [SYS_open] = &filemon_sys_open,
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 142 error = rsys_syscall(SYS_open, &callarg, sizeof(callarg), retval);

Completed in 69 milliseconds