HomeSort by: relevance | last modified time | path
    Searched refs:port_type (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl2/gmake/dist/tests/
run_make_tests.pl 242 $port_type = 'W32';
250 $port_type = 'DOS';
254 $port_type = 'OS/2';
260 $port_type = 'UNIX';
266 $wtime = $port_type eq 'UNIX' ? 1 : $port_type eq 'OS/2' ? 2 : 4;
268 print "Port type: $port_type\n" if $debug;
  /src/sys/external/bsd/drm2/include/drm/
i915_mei_hdcp_interface.h 39 uint8_t port_type; member in struct:hdcp_port_data
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-ports.c 161 ioscm_open_port (scm_t_bits port_type, long mode_bits, scm_t_bits stream)
169 port = scm_new_port_table_entry (port_type);
171 SCM_SET_CELL_TYPE (port, port_type | mode_bits);
184 ioscm_open_port (scm_t_port_type *port_type, long mode_bits, scm_t_bits stream)
186 return scm_c_make_port (port_type, mode_bits, stream);
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-ports.c 161 ioscm_open_port (scm_t_bits port_type, long mode_bits, scm_t_bits stream)
169 port = scm_new_port_table_entry (port_type);
171 SCM_SET_CELL_TYPE (port, port_type | mode_bits);
184 ioscm_open_port (scm_t_port_type *port_type, long mode_bits, scm_t_bits stream)
186 return scm_c_make_port (port_type, mode_bits, stream);
  /src/sys/dev/pci/cxgb/
cxgb_main.c 752 if (!strcmp(p->port_type->desc, "10GBASE-CX4")) {
754 } else if (!strcmp(p->port_type->desc, "10GBASE-SR")) {
756 } else if (!strcmp(p->port_type->desc, "10GBASE-XR")) {
758 } else if (!strcmp(p->port_type->desc, "10/100/1000BASE-T")) {
770 printf("unsupported media type %s\n", p->port_type->desc);
1587 if (!(p->port_type->caps & SUPPORTED_IRQ))
cxgb_t3_hw.c 664 p->port_type[0] = uses_xaui(adapter) ? 1 : 2;
665 p->port_type[1] = uses_xaui(adapter) ? 6 : 2;
667 p->port_type[0] = (u8)hex2int(vpd.port0_data[0]);
668 p->port_type[1] = (u8)hex2int(vpd.port1_data[0]);
669 p->port_type[2] = (u8)hex2int(vpd.port2_data[0]);
670 p->port_type[3] = (u8)hex2int(vpd.port3_data[0]);
1635 if (!(p->port_type->caps & SUPPORTED_IRQ))
3776 while (!adapter->params.vpd.port_type[j])
3779 p->port_type = &port_types[adapter->params.vpd.port_type[j]]
    [all...]
cxgb_adapter.h 107 const struct port_type_info *port_type; member in struct:port_info
cxgb_common.h 353 u8 port_type[MAX_NPORTS]; member in struct:vpd_params
  /src/external/bsd/unbound/dist/util/
netevent.h 635 * @param port_type: the type of port we are creating a TCP listener for. Used
651 enum listen_type port_type, int pp2_enabled,
netevent.c 6208 struct sldns_buffer* spoolbuf, enum listen_type port_type,
6262 c->pp2_enabled = (port_type==listen_type_http?0:pp2_enabled);
6281 if(port_type == listen_type_tcp ||
6282 port_type == listen_type_ssl ||
6283 port_type == listen_type_tcp_dnscrypt) {
6286 } else if(port_type == listen_type_http) {
  /src/external/bsd/unbound/dist/services/
listen_dnsport.c 1441 enum listen_type port_type; local
1446 port_type = listen_type_ssl;
1449 port_type = listen_type_http;
1454 port_type = listen_type_tcp_dnscrypt;
1457 port_type = listen_type_tcp;
1473 if(!port_insert(list, s, port_type, is_pp2, ub_sock)) {
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-nat.c 2909 mach_msg_type_name_t port_type;
2916 &port, &port_type);
2868 mach_msg_type_name_t port_type; local
  /src/external/gpl3/gdb/dist/gdb/
gnu-nat.c 2909 mach_msg_type_name_t port_type;
2916 &port, &port_type);
2868 mach_msg_type_name_t port_type; local
  /src/sys/dev/pci/
mpiireg.h 522 u_int8_t port_type; member in struct:mpii_msg_portfacts_reply
mpii.c 1536 sc->sc_porttype = pfp->port_type;
if_mcx.c 880 uint8_t port_type; member in struct:mcx_cap_device
4037 if ((hca->port_type & MCX_CAP_DEVICE_PORT_TYPE)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdcp.c 1859 data->port_type = (u8)HDCP_PORT_TYPE_INTEGRATED;

Completed in 106 milliseconds