Searched defs:reply (Results 1 - 15 of 15) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_ask.c41 * Ask a variable format yes/no question of the user, read the reply,
42 * and return TRUE iff the reply seems to be in the affirmative.
52 int reply; /* TRUE => Affirmative response */ local
64 reply = FALSE;
73 * Read the reply, and return the sense of the answer
89 reply = TRUE;
96 return (reply);
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Box.c446 XtWidgetGeometry constraints, reply; local
449 (void)PreferredSize((Widget)bbw, &constraints, &reply);
462 * 'reply' is unused; we say only yeay or nay, never almost.
467 static XtGeometryResult GeometryManager(w, request, reply)
470 XtWidgetGeometry *reply; /* RETURN */
H A DXaw3_1List.c247 XtWidgetGeometry request, reply; local
253 switch ( XtMakeGeometryRequest(w, &request, &reply) ) {
258 Layout(w, (request.height != reply.height),
259 (request.width != reply.width),
260 &(reply.width), &(reply.height));
261 request = reply;
262 switch (XtMakeGeometryRequest(w, &request, &reply) ) {
267 request = reply;
277 XtMakeGeometryRequest(w, &request, &reply);
[all...]
H A DXaw3_1Paned.c270 XtWidgetGeometry request, reply; local
294 *result_ret = XtMakeGeometryRequest( (Widget) pw, &request, &reply );
306 *on_size_ret = GetRequestInfo( &reply, IsVert(pw) );
307 *off_size_ret = GetRequestInfo( &reply, !IsVert(pw) );
314 &request, &reply) == XtGeometryAlmost)
315 XtMakeGeometryRequest( (Widget) pw, &reply, &request);
1236 XtWidgetGeometry request, reply; local
1255 if ((XtQueryGeometry( *childP, &request, &reply )
1257 (reply.request_mode = (vert ? CWHeight : CWWidth)))
1258 PaneInfo(*childP)->wp_size = GetRequestInfo(&reply, ver
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBox.c475 XtWidgetGeometry constraints, reply; local
478 (void)PreferredSize((Widget)bbw, &constraints, &reply);
491 * 'reply' is unused; we say only yeay or nay, never almost.
496 static XtGeometryResult GeometryManager(w, request, reply)
499 XtWidgetGeometry *reply; /* RETURN */
H A DList.c306 XtWidgetGeometry request, reply; local
312 switch ( XtMakeGeometryRequest(w, &request, &reply) ) {
318 Layout(w, (request.height != reply.height),
319 (request.width != reply.width),
320 &(reply.width), &(reply.height));
321 request = reply;
322 switch (XtMakeGeometryRequest(w, &request, &reply) ) {
327 request = reply;
330 XtMakeGeometryRequest(w, &request, &reply);
[all...]
H A DPaned.c294 XtWidgetGeometry request, reply; local
318 *result_ret = XtMakeGeometryRequest( (Widget) pw, &request, &reply );
331 *on_size_ret = GetRequestInfo( &reply, IsVert(pw) );
332 *off_size_ret = GetRequestInfo( &reply, !IsVert(pw) );
339 &request, &reply) == XtGeometryAlmost)
340 XtMakeGeometryRequest( (Widget) pw, &reply, &request);
1264 XtWidgetGeometry request, reply; local
1283 if ((XtQueryGeometry( *childP, &request, &reply )
1285 (reply.request_mode = (vert ? CWHeight : CWWidth)))
1286 PaneInfo(*childP)->wp_size = GetRequestInfo(&reply, ver
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibext.c107 } reply; local
195 if (CSDPSConfirmDisplay(agent, dpy, &setup, &reply, fullDisplayName) == 1)
197 p = (xCAPConnReplyPrefix *)&reply.good;
200 /* Read normal reply */
203 /* Read common reply prefix */
205 p = (xCAPConnReplyPrefix *)&reply.good;
214 c = (char *)&reply.bad.serverVersion;
218 c = (char *)Xmalloc(reply.bad.reasonLength);
220 N_XReadPad(agent, c, (long)reply.bad.reasonLength);
221 if (!reply
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_io32.h159 struct drm_wait_vblank_reply_32 reply; member in union:drm_wait_vblank_32
H A Ddrm.h609 struct drm_wait_vblank_reply reply; member in union:drm_wait_vblank
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_io32.h176 struct drm_wait_vblank_reply_32 reply; member in union:drm_wait_vblank_32
H A Ddrm.h524 struct drm_wait_vblank_reply reply; member in union:drm_wait_vblank
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c333 xInternAtomReply reply; local
334 reply.type = X_Reply;
335 reply.length = 0;
336 reply.sequenceNumber = client->sequence;
337 reply.atom = atom;
338 WriteReplyToClient(client, sizeof(xInternAtomReply), &reply);
349 xGetAtomNameReply reply; local
377 reply.type = X_Reply;
378 reply.length = (len + 3) >> 2;
379 reply
725 xQueryTreeReply reply; local
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_dp.c482 uint8_t reply[20]; local
498 reply, reply_bytes);
503 ack = reply[0];
505 (void) memcpy(recv, reply + 1, ret - 1);
525 uint8_t reply[2]; local
565 reply, reply_bytes);
571 switch (reply[0] & AUX_NATIVE_REPLY_MASK) {
584 DRM_ERROR("aux_ch invalid native reply 0x%02x\n",
585 reply[0]);
589 switch (reply[
[all...]
H A Dintel_sdvo.c531 * reply PENDING and stall for time. TVs are notorious for
537 * to reply within 5*15us.
1780 * Note! This is in reply order (see loop in get_tv_modes).
1847 uint32_t reply = 0, format_map = 0; local
1864 if (!intel_sdvo_read_response(intel_sdvo, &reply, 3))
1868 if (reply & (1 << i)) {
2792 struct intel_sdvo_enhancements_reply reply; member in union:__anon168
2806 return intel_sdvo_create_enhance_property_tv(intel_sdvo, intel_sdvo_connector, enhancements.reply);
2808 return intel_sdvo_create_enhance_property_lvds(intel_sdvo, intel_sdvo_connector, enhancements.reply);

Completed in 347 milliseconds