Searched refs:file_status_flags (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/posixcompat/
H A Dfcntl.c98 state->file_status_flags = flags;
136 return state->file_status_flags;
H A Dpty.h109 int file_status_flags; member in struct:_pty
H A Dpty.c268 if (state->file_status_flags & O_NONBLOCK) {
347 if (channel_busy && (state->file_status_flags & O_NONBLOCK)) {
610 state->file_status_flags = O_RDWR;

Completed in 45 milliseconds