Lines Matching refs:FSIO_READY
322 if (ret != FSIO_READY)
620 if (ret != FSIO_READY)
644 if (ret != FSIO_READY)
650 *error = FSIO_READY;
696 return FSIO_READY;
702 if (_fs_wait_for_readable (conn, FontServerRequestTimeout) != FSIO_READY)
708 return FSIO_READY;
1756 if (fs_await_reply (conn) != FSIO_READY)
2322 if (fs_await_reply (conn) != FSIO_READY)
2847 case FSIO_READY:
2873 if (ret != FSIO_READY)
2897 if (ret != FSIO_READY)
2907 if (ret != FSIO_READY)
2937 if (ret != FSIO_READY)
3016 return FSIO_READY;
3070 if (_fs_write(conn, (char *) &srreq, SIZEOF(fsSetResolutionReq)) != FSIO_READY)
3072 if (_fs_write_pad(conn, (char *) res, (num_res * SIZEOF(fsResolution))) != FSIO_READY)
3085 return FSIO_READY;
3110 if (_fs_write(conn, (char *) &screq, SIZEOF(fsSetCataloguesReq)) != FSIO_READY)
3120 if (_fs_write (conn, &len, 1) != FSIO_READY)
3122 if (_fs_write (conn, cat, (int) len) != FSIO_READY)
3127 if (_fs_write (conn, "....", _fs_pad_length (clen) - clen) != FSIO_READY)
3130 return FSIO_READY;
3149 if (_fs_write(conn, (char *) &lcreq, SIZEOF(fsListCataloguesReq)) != FSIO_READY)
3152 return FSIO_READY;
3167 ret = FSIO_READY;
3230 ret = FSIO_READY;
3233 ret = FSIO_READY;
3237 case FSIO_READY:
3254 ret = FSIO_READY;
3260 } while (conn->fs_conn_state != FS_CONN_RUNNING && ret == FSIO_READY);
3261 if (ret == FSIO_READY)
3296 case FSIO_READY: