Lines Matching refs:num_valid
115 prop->num_valid = 0; in RRCreateProviderProperty()
374 prop->num_valid = num_values; in RRConfigureProviderProperty()
447 if (prop->num_valid) { in ProcRRQueryProviderProperty()
448 extra = xallocarray(prop->num_valid, sizeof(INT32)); in ProcRRQueryProviderProperty()
455 .length = prop->num_valid, in ProcRRQueryProviderProperty()
465 if (prop->num_valid) { in ProcRRQueryProviderProperty()
466 memcpy(extra, prop->valid_values, prop->num_valid * sizeof(INT32)); in ProcRRQueryProviderProperty()
468 WriteSwappedDataToClient(client, prop->num_valid * sizeof(INT32), in ProcRRQueryProviderProperty()
480 int num_valid; in ProcRRConfigureProviderProperty() local
486 num_valid = in ProcRRConfigureProviderProperty()
489 stuff->range, FALSE, num_valid, in ProcRRConfigureProviderProperty()