Lines Matching defs:num_res
248 int num_res;
251 res = GetClientResolutions(&num_res);
253 if (num_res) {
255 srreq.num_resolutions = num_res;
257 (num_res * SIZEOF(fsResolution)) + 3) >> 2;
262 (num_res * SIZEOF(fsResolution)));
3095 int num_res;
3100 res = GetClientResolutions(&num_res);
3101 if (num_res)
3104 srreq.num_resolutions = num_res;
3106 (num_res * SIZEOF(fsResolution)) + 3) >> 2;
3111 if (_fs_write_pad(conn, (char *) res, (num_res * SIZEOF(fsResolution))) != FSIO_READY)