Home
last modified time | relevance | path

Searched refs:sys_open (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/libstdc++/config/io/
Dbasic_file_stdio.h71 sys_open(__c_file* __file, ios_base::openmode);
74 sys_open(int __fd, ios_base::openmode __mode);
Dbasic_file_stdio.cc193 __basic_file<char>::sys_open(__c_file* __file, ios_base::openmode) in sys_open() function in __basic_file
214 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) in sys_open() function in __basic_file
/NextBSD/contrib/libstdc++/include/ext/
Dstdio_filebuf.h131 this->_M_file.sys_open(__fd, __mode); in stdio_filebuf()
148 this->_M_file.sys_open(__f, __mode); in stdio_filebuf()
/NextBSD/sys/dev/filemon/
HDfilemon_wrapper.c49 #define sys_open open macro
250 if ((ret = sys_open(td, uap)) == 0) { in filemon_wrapper_open()
653 sv_table[SYS_open].sy_call = (sy_call_t *)sys_open; in filemon_wrapper_deinstall()
672 sv_table[FREEBSD32_SYS_open].sy_call = (sy_call_t *)sys_open; in filemon_wrapper_deinstall()
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_sysent.c55 …{ AS(open_args), (sy_call_t *)sys_open, AUE_OPEN_RWTC, NULL, 0, 0, 0, SY_THR_STATIC }, /* 5 = open…
/NextBSD/sys/kern/
HDinit_sysent.c54 …{ AS(open_args), (sy_call_t *)sys_open, AUE_OPEN_RWTC, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }…
HDvfs_syscalls.c928 sys_open(td, uap) in sys_open() function
/NextBSD/contrib/libstdc++/
DChangeLog-20042045 (__basic_file<char>::sys_open): Likewise, for sync.
3102 __basic_file::sys_open(FILE*, _Ios_Openmode).
4030 * config/io/basic_file_stdio.cc (__basic_file::sys_open): Remove cast.
5539 (__basic_file<char>::sys_open, __basic_file<char>::open): Use it.
DChangeLog-19992748 * src/basic_file.cc(sys_open) [O_BINARY]: Declare __testb.
3012 * src/basic_file.cc (sys_open): Add call that opens a specific fileno.
DChangeLog-2003452 * config/io/basic_file_stdio.cc (__basic_file::sys_open): Sync.
617 * config/io/basic_file_stdio.h (__basic_file::sys_open): Remove
DChangeLog-20023148 * config/io/basic_file_stdio.h (__basic_file::sys_open): Add fd ctor.
DChangeLog-20016009 * config/c_io_stdio.cc (__basic_file<_CharT>::sys_open()): On
DChangeLog-20003318 (__basic_file::sys_open): Clean.
/NextBSD/sys/sys/
HDsysproto.h2072 int sys_open(struct thread *, struct open_args *);