Searched refs:resp (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dagx_device.c354 struct agx_create_notification_queue_resp resp; local in function:agx_create_notification_queue
355 size_t resp_size = sizeof(resp);
360 NULL, 0, &resp, &resp_size);
362 assert(resp_size == sizeof(resp));
366 IOConnectSetNotificationPort(connection, 0, notif_port, resp.unk2);
370 .queue = resp.queue,
371 .id = resp.unk2
/xsrc/external/mit/xdm/dist/greeter/
H A Dgreet.c769 r->resp = strdup(GetValue(login, promptId));
771 if (r->resp == NULL) {
775 /* Debug("pam_resp: '%s'\n", r->resp); */
788 if (r->resp) {
789 bzero(r->resp, strlen(r->resp));
790 free(r->resp);
/xsrc/external/mit/xfs/dist/difs/
H A Dresource.c214 register ResourcePtr *resp; local in function:FakeClientID
225 for (resp = clientTable[client].resources, i = clientTable[client].buckets;
228 for (res = *resp++; res; res = res->next)
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_renderer_vtest.c246 uint32_t resp[2]; local in function:vtest_vcmd_get_param
247 vtest_read(vtest, resp, sizeof(resp));
249 return resp[0] ? resp[1] : 0;
/xsrc/external/mit/freetype/dist/builds/
H A Ddetect.mk41 # Set auto-detection default to `ansi' resp. UNIX-like operating systems.
H A Dfreetype.mk66 # variables which is to be removed for the `clean' resp.
/xsrc/external/mit/xterm/dist/
H A Dtrace.c1227 #define XRES_S(name) Trace(#name " = %s\n", NonNull(resp->name))
1228 #define XRES_B(name) Trace(#name " = %s\n", MtoS(resp->name))
1229 #define XRES_I(name) Trace(#name " = %d\n", resp->name)
1234 XTERM_RESOURCE *resp = &resource; local in function:TraceXtermResources
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dresource.c380 ResourcePtr *resp; local in function:GetXIDRange
390 for (resp = clientTable[client].resources, i = clientTable[client].buckets;
393 for (res = *resp++; res; res = res->next)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dresource.c710 ResourcePtr *resp; local in function:GetXIDRange
720 for (resp = clientTable[client].resources, i = clientTable[client].buckets;
722 for (res = *resp++; res; res = res->next) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst88 supported, e.g. RGBA8 and RGBA32F as the first and second colorbuffer, resp.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst98 supported, e.g. RGBA8 and RGBA32F as the first and second colorbuffer, resp.

Completed in 30 milliseconds