Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.h71 sys_open(__c_file* __file, ios_base::openmode);
74 sys_open(int __fd, ios_base::openmode __mode);
H A 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
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dstdio_filebuf.h131 this->_M_file.sys_open(__fd, __mode); in stdio_filebuf()
148 this->_M_file.sys_open(__f, __mode); in stdio_filebuf()
/freebsd-12.1/sys/dev/filemon/
H A Dfilemon_wrapper.c221 if ((ret = sys_open(td, uap)) == 0) in filemon_wrapper_open()
438 sysent[SYS_open].sy_call = (sy_call_t *)sys_open; in filemon_wrapper_deinstall()
448 freebsd32_sysent[FREEBSD32_SYS_open].sy_call = (sy_call_t *)sys_open; in filemon_wrapper_deinstall()
/freebsd-12.1/sys/kern/
H A Dinit_sysent.c57 …{ AS(open_args), (sy_call_t *)sys_open, AUE_OPEN_RWTC, NULL, 0, 0, 0, SY_THR_STATIC }, /* 5 = open…
H A Dvfs_syscalls.c1018 sys_open(struct thread *td, struct open_args *uap) in sys_open() function
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c64 …{ AS(open_args), (sy_call_t *)sys_open, AUE_OPEN_RWTC, NULL, 0, 0, 0, SY_THR_STATIC }, /* 5 = open…
/freebsd-12.1/contrib/libstdc++/
H A 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.
H A 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.
H A 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
H A DChangeLog-20023148 * config/io/basic_file_stdio.h (__basic_file::sys_open): Add fd ctor.
H A DChangeLog-20003318 (__basic_file::sys_open): Clean.
H A DChangeLog-20016009 * config/c_io_stdio.cc (__basic_file<_CharT>::sys_open()): On
/freebsd-12.1/sys/sys/
H A Dsysproto.h1798 int sys_open(struct thread *, struct open_args *);