Searched refs:reply (Results 1 - 25 of 28) sorted by relevance

12

/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/libXaw5/sun-src/
H A DPorthole.c272 static XtGeometryResult GeometryManager (w, req, reply)
274 XtWidgetGeometry *req, *reply;
282 *reply = *req; /* assume we'll grant everything */
285 reply->border_width = 0; /* require border width of 0 */
289 layout_child (pw, child, req, &reply->x, &reply->y,
290 &reply->width, &reply->height);
292 if ((req->request_mode & CWX) && req->x != reply->x) okay = FALSE;
293 if ((req->request_mode & CWY) && req->x != reply
[all...]
H A DSimpleMenu.c507 * reply - the allowed geometry.
512 GeometryManager(w, request, reply)
514 XtWidgetGeometry * request, * reply;
525 reply->width = request->width;
526 reply->height = request->height;
531 Layout(w, &(reply->width), &(reply->height) );
542 if ( (reply->width == request->width) &&
543 (reply->height == request->height) ) {
558 if ( ((reply
[all...]
H A DForm.c548 static XtGeometryResult GeometryManager(w, request, reply)
551 XtWidgetGeometry *reply; /* RETURN */
774 static XtGeometryResult PreferredGeometry( widget, request, reply )
776 XtWidgetGeometry *request, *reply;
780 reply->width = w->form.preferred_width;
781 reply->height = w->form.preferred_height;
782 reply->request_mode = CWWidth | CWHeight;
785 && request->width == reply->width
786 && request->height == reply->height)
788 else if (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...]
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 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 DVendor.c396 static XtGeometryResult GeometryManager( wid, request, reply )
399 XtWidgetGeometry *reply;
H A DViewport.c883 static XtGeometryResult GeometryManager(child, request, reply)
885 XtWidgetGeometry *request, *reply;
897 return QueryGeometry(w, request, reply);
955 *reply = allowed;
1008 static XtGeometryResult PreferredGeometry(w, constraints, reply)
1010 XtWidgetGeometry *constraints, *reply;
1014 constraints, reply );
H A DPanner.c697 static void SetValuesAlmost (gold, gnew, req, reply)
699 XtWidgetGeometry *req, *reply;
701 if (reply->request_mode == 0) { /* got turned down, so cope */
705 (gold, gnew, req, reply);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_irq.c291 vblwait.reply.tval_sec = now.tv_sec;
292 vblwait.reply.tval_usec = now.tv_usec;
298 vblwait32.reply.type = vblwait.reply.type;
299 vblwait32.reply.sequence = vblwait.reply.sequence;
300 vblwait32.reply.tval_sec = (int32_t)vblwait.reply.tval_sec;
301 vblwait32.reply.tval_usec = (int32_t)vblwait.reply
[all...]
H A Ddrm_io32.h159 struct drm_wait_vblank_reply_32 reply; member in union:drm_wait_vblank_32
/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/lib/libXaw4/sun-src/
H A DXaw3_1Form.c410 static XtGeometryResult GeometryManager(w, request, reply)
413 XtWidgetGeometry *reply; /* RETURN */
516 static XtGeometryResult PreferredGeometry( widget, request, reply )
518 XtWidgetGeometry *request, *reply;
522 reply->width = w->form.preferred_width;
523 reply->height = w->form.preferred_height;
524 reply->request_mode = CWWidth | CWHeight;
526 reply->request_mode & CWWidth | CWHeight
527 && request->width == reply->width
528 && request->height == reply
[all...]
H A DXaw3_1SimpleMenu.c494 * reply - the allowed geometry.
499 GeometryManager(w, request, reply)
501 XtWidgetGeometry * request, * reply;
512 reply->width = request->width;
513 reply->height = request->height;
518 Layout(w, &(reply->width), &(reply->height) );
529 if ( (reply->width == request->width) &&
530 (reply->height == request->height) ) {
545 if ( ((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...]
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_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_1Viewport.c747 static XtGeometryResult GeometryManager(child, request, reply)
749 XtWidgetGeometry *request, *reply;
811 *reply = allowed;
863 static XtGeometryResult PreferredGeometry(w, constraints, reply)
865 XtWidgetGeometry *constraints, *reply;
869 constraints, reply );
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_io32.c348 src32.reply.type = src64->reply.type;
349 src32.reply.sequence = src64->reply.sequence;
350 src32.reply.tval_sec = (int32_t)src64->reply.tval_sec;
351 src32.reply.tval_usec = (int32_t)src64->reply.tval_usec;
H A Ddrm_irq.c1294 vblwait->reply.sequence = vblwait->request.sequence;
1305 vblwait->reply.sequence = seq;
1309 vblwait->reply.sequence = vblwait->request.sequence;
1411 vblwait->reply.sequence = drm_vblank_count_and_time(dev, crtc, &now);
1413 vblwait->reply.tval_sec = now.tv_sec;
1414 vblwait->reply.tval_usec = now.tv_usec;
1416 vblwait->reply.sequence);
/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/sys/drm/
H A Ddrm_io32.h176 struct drm_wait_vblank_reply_32 reply; member in union:drm_wait_vblank_32
/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 148 milliseconds

12