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

/solaris-x11-s12/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-s12/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-s12/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-s12/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:__anon128
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 34 milliseconds