Searched defs:io_mode (Results 1 – 7 of 7) sorted by relevance
19 int io_mode ) { in open()61 int io_mode ) { in attach()261 void gzfilestream_common::attach( int fd, int io_mode ) { in attach()270 void gzfilestream_common::open( const char *name, int io_mode ) { in open()297 gzifstream::gzifstream( const char *name, int io_mode ) : in gzifstream()303 gzifstream::gzifstream( int fd, int io_mode ) : in gzifstream()317 gzofstream::gzofstream( const char *name, int io_mode ) : in gzofstream()323 gzofstream::gzofstream( int fd, int io_mode ) : in gzofstream()
191 std::ios_base::openmode io_mode; variable
372 std::ios::openmode io_mode = std::ios::out | std::ios::trunc | in writeToDisk() local
459 std::ios::openmode io_mode = std::ios::out | std::ios::trunc | in doExtract() local
284 u8 io_mode; in dm9000_init() local
2296 canonicalize_shader_io(exec_list *ir, enum ir_variable_mode io_mode) in canonicalize_shader_io()2343 ir_variable_mode io_mode) in reserved_varying_slot()
4583 set_always_active_io(exec_list *ir, ir_variable_mode io_mode) in set_always_active_io()