Home
last modified time | relevance | path

Searched refs:os_flags (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c59 int os_open(const char *pathname, int os_flags) in os_open() argument
63 switch (os_flags & OS_O_MASK) { in os_open()
78 if (os_flags & OS_O_CREAT) in os_open()
80 if (os_flags & OS_O_TRUNC) in os_open()