Home
last modified time | relevance | path

Searched refs:FSSH_O_NONBLOCK (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_fcntl.h46 #define FSSH_O_NONBLOCK 0x00000080 /* non blocking io */ macro
H A Dfssh_api_wrapper.h786 #define O_NONBLOCK FSSH_O_NONBLOCK
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp212 SET_OPEN_MODE_FLAG(O_NONBLOCK, FSSH_O_NONBLOCK) in to_platform_open_mode()
H A Dvfs.cpp3572 argument &= FSSH_O_APPEND | FSSH_O_NONBLOCK; in common_fcntl()
3577 descriptor->open_mode = (descriptor->open_mode & ~(FSSH_O_APPEND | FSSH_O_NONBLOCK)) in common_fcntl()