Home
last modified time | relevance | path

Searched defs:_open (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_m/targets/riscv_nuclei_demo_soc_gcc/SoC/demosoc/Common/Source/Stubs/
Dopen.c8 __WEAK int _open(const char* name, int flags, int mode) in _open() function
/kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Source/Stubs/
Dopen.c8 __WEAK int _open(const char *name, int flags, int mode) in _open() function
/kernel/linux/linux-4.19/net/batman-adv/
Ddebugfs.c172 #define BATADV_DEBUGINFO(_name, _mode, _open) \ argument
240 #define BATADV_HARDIF_DEBUGINFO(_name, _mode, _open) \ argument
/kernel/linux/linux-5.10/net/batman-adv/
Ddebugfs.c198 #define BATADV_DEBUGINFO(_name, _mode, _open) \ argument
266 #define BATADV_HARDIF_DEBUGINFO(_name, _mode, _open) \ argument
/kernel/liteos_m/kal/libc/newlib/porting/src/
Dfs.c55 int _open(const char *path, int oflag, ...) in _open() function
162 int _open(const char *path, int oflag, ...) in _open() function
/kernel/linux/linux-4.19/drivers/staging/wilc1000/
Dwilc_debugfs.c67 #define FOPS(_open, _read, _write, _poll) { \ argument