Searched refs:got_read (Results 1 – 2 of 2) sorted by relevance
63 got_read=$(smack_notroot $CAT "$testfile")65 if [ "$got_read" != "InitialData" ]; then70 got_read=$(smack_notroot $CAT "$testfile" 2> /dev/null)72 if [ "$got_read" = "InitialData" ]; then
154 static void fd_end_poll(grpc_fd_watcher* rec, int got_read, int got_write);690 static void fd_end_poll(grpc_fd_watcher* watcher, int got_read, int got_write) { argument704 if (!got_read) {722 if (got_read) {