Lines Matching defs:num_res
245 int num_res;
248 res = GetClientResolutions(&num_res);
250 if (num_res) {
252 srreq.num_resolutions = num_res;
254 (num_res * SIZEOF(fsResolution)) + 3) >> 2;
259 (num_res * SIZEOF(fsResolution)));
3056 int num_res;
3061 res = GetClientResolutions(&num_res);
3062 if (num_res)
3065 srreq.num_resolutions = num_res;
3067 (num_res * SIZEOF(fsResolution)) + 3) >> 2;
3072 if (_fs_write_pad(conn, (char *) res, (num_res * SIZEOF(fsResolution))) != FSIO_READY)