Searched defs:port (Results 1 - 20 of 20) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsNXprops.h86 int port; member in struct:__anon258
H A DcsstartNX.c82 unsigned short port, startPort = 0; local
95 /* So, for Ultrix we just default to the default default port :-) */
100 DPSWarnProc(NULL, "Creating TCP socket while recommending port\n");
110 a prioi what port is free, so we try to bind to each
121 "Couldn't set TCP SO_DONTLINGER while recommending port.");
130 for (port = startPort; (int) port < (int) startPort + CSDPSMAXPORT; port++)
133 insock.sin_port = htons(port);
141 DPSWarnProc(NULL, "Binding TCP socket while recommending port
[all...]
H A Dcsopendi.c164 int transport, port; local
188 switch(XDPSNXFindNX(dpy, licMeth, &agentHost, &transport, &port)) {
216 DPSWarnProc(NULL, "Auto-launcher can't get a port.");
226 transport/port, unless agent changes to take this
263 port);
H A Dcsconndi.c204 * Step 3, find the port number. This field is required.
205 * Zero is acceptable as a port number, meaning use the default.
220 * iagent agent port number
308 DPSWarnProc(NULL, "Services database specifies a protocol other than tcp. Using default port.\n");
309 } else /* extract the port number */
503 int port = (iagent == 0) ? CSDPSPORT : iagent; local
506 sprintf (unaddr.sun_path, "%s_%d", CSDPS_UNIX_PATH, port);
H A DcsfindNX.c77 static int XDPSLNXPort = 0; /* default port to be used */
240 int *port)
323 *port = transInfo->port;
360 int *port) /* RETURN */
382 * Step 2, get the port number. It follows the colon(s)
384 if (*p == '\0') /* No port number specified... */
387 *port = atoi(p);
432 int *port)
475 retVal = ParseAgentString((char *) value.addr, host, transport, port);
235 XDPSNXOnDisplay( Display *dpy, char *licenseMethod, char **host, int *transport, int *port) argument
356 ParseAgentString( char *string, char **hostname, int *transport, int *port) argument
428 FindXDPSNXInXrmDatabase( Display *dpy, char **host, int *transport, int *port) argument
513 XDPSNXFindNX( Display *dpy, char *licenseMethod, char **host, int *transport, int *port) argument
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_edid.c31 efb_read_edid(efb_private_t *efb_priv, int port, uint8_t *data, uint_t *len) argument
39 if ((status = efb_initial_steps(efb_priv, port)) == 0) {
49 status = efb_i2c_start(efb_priv, port, &efb_i2c_fcns);
54 status = efb_i2c_write_byte(efb_priv, port, &efb_i2c_fcns, 0xA1);
59 status = efb_read_edid_data(efb_priv, port, data, len);
66 efb_initial_steps(efb_private_t *efb_priv, int port) argument
76 (void) efb_i2c_stop(efb_priv, port, &efb_i2c_fcns);
80 status = efb_i2c_start(efb_priv, port, &efb_i2c_fcns);
85 status = efb_i2c_write_byte(efb_priv, port, &efb_i2c_fcns, 0xA0);
90 status = efb_i2c_write_byte(efb_priv, port,
97 efb_read_edid_data(efb_private_t *efb_priv, int port, uint8_t *data, uint_t *len) argument
[all...]
H A Defb_i2c.c16 efb_i2c_stop(void *efb_priv, int port, const efb_i2c_functions_t *fcns) argument
42 fcns->set_scl(efb_priv, port, 0); /* make sure clock is low */
43 fcns->ddc_clk(efb_priv, port, 1);
45 fcns->set_sda(efb_priv, port, 0); /* make sure data is low */
46 fcns->ddc_clk(efb_priv, port, 1);
48 fcns->set_scl(efb_priv, port, 1); /* release clock */
50 status = efb_i2c_clk_stretch(efb_priv, port, fcns);
55 fcns->ddc_clk(efb_priv, port, 1);
57 fcns->set_sda(efb_priv, port, 1); /* generate the stop */
58 fcns->ddc_clk(efb_priv, port,
65 efb_i2c_start(void *efb_priv, int port, const efb_i2c_functions_t *fcns) argument
96 efb_read_byte_data(void *efb_priv, int port, const efb_i2c_functions_t *fcns, uint8_t *rval) argument
130 efb_i2c_read_byte(void *efb_priv, int port, const efb_i2c_functions_t *fcns, uint8_t *rval) argument
145 efb_i2c_read_byte_noack(void *efb_priv, int port, const efb_i2c_functions_t *fcns, uint8_t *rval) argument
178 efb_read_bit(void *efb_priv, int port, const efb_i2c_functions_t *fcns, int *rval) argument
206 efb_i2c_write_byte(void *efb_priv, int port, const efb_i2c_functions_t *fcns, int data) argument
229 efb_write_bit(void *efb_priv, int port, const efb_i2c_functions_t *fcns, int data) argument
269 efb_i2c_check_write_ack(void *efb_priv, int port, const efb_i2c_functions_t *fcns) argument
303 efb_i2c_write_reg(void *efb_priv, const efb_i2c_functions_t *fcns, uint_t port, uint_t i2c_addr, uint_t reg_addr, uchar_t data) argument
317 efb_i2c_clk_stretch(void *efb_priv, int port, const efb_i2c_functions_t *fcns) argument
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sideband.c30 u32 port, u32 opcode, u32 addr, u32 *val)
37 (port << IOSF_PORT_SHIFT) | (be << IOSF_BYTE_ENABLES_SHIFT) |
29 vlv_sideband_rw(struct drm_i915_private *dev_priv, u32 devfn, u32 port, u32 opcode, u32 addr, u32 *val) argument
H A Dintel_i2c.c550 u32 port = i + 1; /* +1 to map gmbus index to pin pair */ local
563 bus->reg0 = port | GMBUS_RATE_100KHZ;
569 intel_gpio_setup(bus, port);
578 unsigned port)
580 WARN_ON(!intel_gmbus_is_port_valid(port));
582 return (intel_gmbus_is_port_valid(port)) ?
583 &dev_priv->gmbus[port - 1].adapter : NULL;
577 intel_gmbus_get_adapter(struct drm_i915_private *dev_priv, unsigned port) argument
H A Dintel_ddi.c65 static enum port intel_ddi_get_encoder_port(struct intel_encoder *intel_encoder)
74 return intel_dig_port->port;
84 /* On Haswell, DDI port buffers must be programmed with correct values
90 static void intel_prepare_ddi_buffers(struct drm_device *dev, enum port port, argument
100 DRM_DEBUG_DRIVER("Initializing DDI buffers for port %c in %s mode\n",
101 port_name(port),
104 if (use_fdi_mode && (port != PORT_E))
105 DRM_ERROR("Programming port %c in FDI mode, this probably will not work.",
106 port_name(port));
119 int port; local
146 intel_wait_ddi_buf_idle(struct drm_i915_private *dev_priv, enum port port) argument
294 int port = intel_ddi_get_encoder_port(intel_encoder); local
770 enum port port = intel_ddi_get_encoder_port(intel_encoder); local
867 enum port port = intel_ddi_get_encoder_port(intel_encoder); local
906 enum port port = intel_ddi_get_encoder_port(encoder); local
953 enum port port = I915_MAX_PORTS; local
1018 enum port port = intel_ddi_get_encoder_port(intel_encoder); local
1042 enum port port = intel_ddi_get_encoder_port(intel_encoder); local
1070 enum port port = intel_ddi_get_encoder_port(intel_encoder); local
1107 enum port port = intel_ddi_get_encoder_port(intel_encoder); local
1201 enum port port = intel_dig_port->port; local
1303 int port = intel_ddi_get_encoder_port(encoder); local
1325 intel_ddi_init(struct drm_device *dev, enum port port) argument
[all...]
H A Dintel_hdmi.c57 DRM_ERROR("HDMI port enabled, expecting disabled\n");
393 u32 port; local
417 switch (intel_dig_port->port) {
419 port = VIDEO_DIP_PORT_B;
422 port = VIDEO_DIP_PORT_C;
429 if (port != (val & VIDEO_DIP_PORT_MASK)) {
436 val |= port;
458 u32 port; local
474 switch (intel_dig_port->port) {
476 port
1037 int port = vlv_dport_to_channel(dport); local
1082 int port = vlv_dport_to_channel(dport); local
1112 int port = vlv_dport_to_channel(dport); local
1164 enum port port = intel_dig_port->port; local
1230 intel_hdmi_init(struct drm_device *dev, int hdmi_reg, enum port port) argument
[all...]
H A Di915_irq.c967 /* Consume port. Then clear IIR or we'll miss events */
1005 int port = ffs((pch_iir & SDE_AUDIO_POWER_MASK) >> local
1007 DRM_DEBUG_DRIVER("PCH audio power change on port %d\n",
1008 port_name(port));
1107 int port = ffs((pch_iir & SDE_AUDIO_POWER_MASK_CPT) >> local
1109 DRM_DEBUG_DRIVER("PCH audio power change on port %c\n",
1110 port_name(port));
3198 /* Consume port. Then clear IIR or we'll miss events */
3435 /* Consume port. Then clear IIR or we'll miss events */
H A Dintel_dp.c48 * is_edp - is the given port attached to an eDP panel (either CPU or PCH)
316 } else if (intel_dig_port->port == PORT_A) {
687 enum port port = dp_to_dig_port(intel_dp)->port; local
697 if (HAS_PCH_SPLIT(dev) && !HAS_DDI(dev) && port != PORT_A)
833 enum port port = dp_to_dig_port(intel_dp)->port; local
873 if (port
1296 enum port port = dp_to_dig_port(intel_dp)->port; local
1349 enum port port = dp_to_dig_port(intel_dp)->port; local
1382 enum port port = dp_to_dig_port(intel_dp)->port; local
1400 enum port port = dp_to_dig_port(intel_dp)->port; local
1453 int port = vlv_dport_to_channel(dport); local
1478 int port = vlv_dport_to_channel(dport); local
1558 enum port port = dp_to_dig_port(intel_dp)->port; local
1574 enum port port = dp_to_dig_port(intel_dp)->port; local
1633 int port = vlv_dport_to_channel(dport); local
1887 enum port port = intel_dig_port->port; local
1922 enum port port = intel_dig_port->port; local
2015 enum port port = intel_dig_port->port; local
2203 enum port port = intel_dig_port->port; local
3085 enum port port = intel_dig_port->port; local
3218 intel_dp_init(struct drm_device *dev, int output_reg, enum port port) argument
[all...]
H A Dintel_drv.h248 * Frequence the dpll for the port should run at. Differs from the
486 enum port port; member in struct:intel_digital_port
495 switch (dport->port) {
553 int hdmi_reg, enum port port);
571 enum port port);
668 struct intel_digital_port *port);
683 extern void vlv_wait_port_ready(struct drm_i915_private *dev_priv, int port);
[all...]
H A Dintel_display.c841 * ibx_digital_port_connected - is the specified port connected?
843 * @port: the port to test
845 * Returns true if @port is connected, false otherwise.
848 struct intel_digital_port *port)
853 switch(port->port) {
867 switch(port->port) {
1261 DRM_ERROR("IBX PCH dp port stil
847 ibx_digital_port_connected(struct drm_i915_private *dev_priv, struct intel_digital_port *port) argument
1375 vlv_wait_port_ready(struct drm_i915_private *dev_priv, int port) argument
[all...]
H A Di915_drv.h79 enum port { enum
1905 static inline bool intel_gmbus_is_port_valid(unsigned port) argument
1907 return (port >= GMBUS_PORT_SSC && port <= GMBUS_PORT_DPD);
1911 struct drm_i915_private *dev_priv, unsigned port);
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Drtn_grab.c629 u_int port; local
692 * and the port number.
716 * Now get the port number for this display
720 (void) sscanf(dpystr, ":%u", &port);
722 (void) sscanf(dpystr, "%[^:]:%u", host, &port);
725 * Combine the port number and the window id with the path
729 (void) sprintf(path+size, "%01x.%08x", port, win);
H A Dpix_grab.c103 u_int port; local
138 /* Now get the port number for this display */
141 (void) sscanf(dpystr, ":%u", &port);
143 (void) sscanf(dpystr, "%[^:]:%u", host, &port);
199 sprintf(c_fn+size,"%01x.%08x", port, token);
/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/
H A Ddtlogin.c244 dtlogin_create_pipe(int port, struct dmdata *dmd) argument
262 snprintf(pipename, sizeof(pipename), "%s/%d", DTLOGIN_PATH, port);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dtools.c1040 register uint_t const port,
1049 ast_mmio_write32(port, value);
1050 readvalue = ast_mmio_read32(port);
1060 ast_mmio_write32(port, value);
1061 readvalue = ast_mmio_read32(port);
1068 ast_mmio_write32(port, value);
1069 readvalue = ast_mmio_read32(port);
1146 register uint_t const port)
1149 (uint_t volatile const *) (ast_info.ast_mmio_ptr + port);
1184 register uint_t const port,
1039 ast_store_mmio( register uint_t const port, register uint_t const value) argument
1145 ast_mmio_read32( register uint_t const port) argument
1183 ast_mmio_write32( register uint_t const port, register uint_t const val) argument
[all...]

Completed in 233 milliseconds