Home
last modified time | relevance | path

Searched defs:TARGET_O_DIRECTORY (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dtarget_fcntl.h11 #define TARGET_O_DIRECTORY 040000 /* must be a directory */ macro
/openbmc/qemu/linux-user/arm/
H A Dtarget_fcntl.h11 #define TARGET_O_DIRECTORY 040000 /* must be a directory */ macro
/openbmc/qemu/linux-user/m68k/
H A Dtarget_fcntl.h11 #define TARGET_O_DIRECTORY 040000 /* must be a directory */ macro
/openbmc/qemu/linux-user/ppc/
H A Dtarget_fcntl.h11 #define TARGET_O_DIRECTORY 040000 /* must be a directory */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_fcntl.h19 #define TARGET_O_DIRECTORY 0100000 /* must be a directory */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_fcntl.h19 #define TARGET_O_DIRECTORY 000010000 /* must be a directory */ macro
/openbmc/qemu/linux-user/generic/
H A Dfcntl.h47 #define TARGET_O_DIRECTORY 0200000 /* must be a directory */ macro