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)
H A Dvfs.cpp3571 // we only accept changes to FSSH_O_APPEND and FSSH_O_NONBLOCK
3572 argument &= FSSH_O_APPEND | FSSH_O_NONBLOCK;
3577 descriptor->open_mode = (descriptor->open_mode & ~(FSSH_O_APPEND | FSSH_O_NONBLOCK))

Completed in 163 milliseconds