Home
last modified time | relevance | path

Searched refs:ports (Results 1 – 25 of 95) sorted by relevance

1234

/dragonfly/usr.bin/systat/
H A Dnetcmds.c190 } *ports; variable
198 if (ports == NULL) in selectport()
200 free((char *)ports), ports = NULL; in selectport()
204 for (p = ports; p < ports+nports; p++) in selectport()
210 ports = (struct pitem *)malloc(sizeof (*p)); in selectport()
212 ports = (struct pitem *)realloc(ports, (nports+1)*sizeof (*p)); in selectport()
213 p = &ports[nports++]; in selectport()
224 if (ports) in checkport()
225 for (p = ports; p < ports+nports; p++) { in checkport()
239 for (p = ports; p < ports+nports; p++) { in showports()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c62 u16 ports; member
241 u16 ports, const u8 *addr) in wpa_driver_roboswitch_join() argument
256 ROBO_ARLCTRL_VEC_1, &ports, 1); in wpa_driver_roboswitch_join()
260 ROBO_ARLCTRL_VEC_2, &ports, 1); in wpa_driver_roboswitch_join()
280 ROBO_ARLCTRL_VEC_1, &ports, 1); in wpa_driver_roboswitch_join()
287 u16 ports, const u8 *addr) in wpa_driver_roboswitch_leave() argument
305 if (os_memcmp(addr_read, addr_be16, 6) == 0 && ports_read == ports) { in wpa_driver_roboswitch_leave()
315 ports_read == ports) { in wpa_driver_roboswitch_leave()
344 ports_read == ports) { in wpa_driver_roboswitch_leave()
443 drv->ports = _read[0] & 0x001F; in wpa_driver_roboswitch_init()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Dintel_dsi.c338 if (intel_dsi->ports == BIT(PORT_C)) in intel_dsi_compute_config()
365 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_enable_io()
376 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_enable_io()
386 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_enable_io()
394 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_enable_io()
410 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_device_ready()
422 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_device_ready()
460 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_device_ready()
468 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_device_ready()
486 for_each_dsi_port(port, intel_dsi->ports) { in bxt_dsi_device_ready()
[all …]
H A Dintel_dsi_pll.c131 if (intel_dsi->ports & (1 << PORT_A)) in vlv_compute_dsi_pll()
134 if (intel_dsi->ports & (1 << PORT_C)) in vlv_compute_dsi_pll()
547 for_each_dsi_port(port, intel_dsi->ports) in gen9lp_enable_dsi_pll()
H A Dintel_dsi.h50 u16 ports; member
/dragonfly/dports.base/
H A DREADME.dports.base16 The dragonfly/base meta-port specifies all ports that we intend to include
17 in our official distributions. Many additional ports that the main set of
18 ports are dependent on will also be built.
20 Our Makefile system for building the world is now able to build these ports
22 a completely pristine build of the required ports.
/dragonfly/sys/dev/misc/puc/
H A Dpuc.c244 if (rid == sc->sc_desc->ports[i].bar) in puc_pci_attach()
246 rid = sc->sc_desc->ports[i].bar; in puc_pci_attach()
276 rid = sc->sc_desc->ports[i].bar; in puc_pci_attach()
281 switch (sc->sc_desc->ports[i].type) { in puc_pci_attach()
315 sc->sc_desc->ports[i].offset; in puc_pci_attach()
320 sc->sc_desc->ports[i].offset, 8, in puc_pci_attach()
324 pdev->serialfreq = sc->sc_desc->ports[i].serialfreq; in puc_pci_attach()
344 sc->sc_desc->ports[i].type, in puc_pci_attach()
345 sc->sc_desc->ports[i].bar, in puc_pci_attach()
346 sc->sc_desc->ports[i].offset); in puc_pci_attach()
[all …]
H A Dpucvar.h80 } ports[PUC_MAX_PORTS]; member
99 ((port) < PUC_MAX_PORTS && (desc)->ports[(port)].type != PUC_PORT_TYPE_NONE)
/dragonfly/sys/netgraph7/netflow/
H A Dng_netflow.h105 } ports; member
120 #define r_ports ports.both
121 #define r_sport ports.dir.s_port
122 #define r_dport ports.dir.d_port
/dragonfly/sys/dev/drm/
H A Ddrm_dp_mst_topology.c394 repmsg->u.link_addr.ports[i].input_port = 1; in drm_dp_sideband_parse_link_address()
404 if (repmsg->u.link_addr.ports[i].input_port == 0) in drm_dp_sideband_parse_link_address()
850 INIT_LIST_HEAD(&mstb->ports); in drm_dp_add_mst_branch_device()
984 list_for_each_entry(port, &mstb->ports, next) { in drm_dp_mst_get_validated_mstb_ref_locked()
1008 list_for_each_entry(port, &mstb->ports, next) { in drm_dp_mst_get_port_ref_locked()
1036 list_for_each_entry(port, &mstb->ports, next) { in drm_dp_get_port()
1177 list_add(&port->next, &mstb->ports); in drm_dp_add_port()
1279 list_for_each_entry(port, &mstb->ports, next) { in drm_dp_get_mst_branch_device()
1308 list_for_each_entry(port, &mstb->ports, next) { in get_mst_branch_device_by_guid_helper()
1347 list_for_each_entry(port, &mstb->ports, next) { in drm_dp_check_and_send_link_address()
[all …]
/dragonfly/sys/bus/u4b/
H A Dusb_hub.h58 struct usb_port ports[0]; member
60 struct usb_port ports[USB_MAX_PORTS]; member
H A Dusb_hub.c319 up = hub->ports + port - 1; in uhub_tt_buffer_reset_async_locked()
374 up = udev->hub->ports + x; in uhub_reset_tt_callback()
431 up = hub->ports + x; in uhub_count_active_host_ports()
625 udev->hub->ports + portno - 1); in uhub_reattach_port()
894 udev->hub->ports + portno - 1); in uhub_suspend_resume_port()
1035 up = hub->ports + x; in uhub_explore()
1367 hub = kmalloc(sizeof(hub[0]) + (sizeof(hub->ports[0]) * nports), in uhub_attach()
1462 struct usb_port *up = hub->ports + x; in uhub_attach()
1569 child = usb_bus_port_get_device(bus, hub->ports + x); in uhub_detach()
1640 hub->ports + x); in uhub_find_iface_index()
[all …]
/dragonfly/usr.bin/sockstat/
H A Dsockstat.c70 static int *ports; variable
73 #define SET_PORT(p) do { ports[p / INT_BIT] |= 1 << (p % INT_BIT); } while (0)
74 #define CHK_PORT(p) (ports[p / INT_BIT] & (1 << (p % INT_BIT)))
114 if (ports == NULL) in parse_ports()
115 if ((ports = calloc(65536 / INT_BIT, sizeof(int))) == NULL) in parse_ports()
452 if (ports == NULL) in check_ports()
/dragonfly/tools/tools/netrate/kq_sendrecv/kq_sendcli/
H A Dkq_sendcli.c529 uint16_t *ports; in send_build_addrlist() local
562 ports = malloc(ports_sz); in send_build_addrlist()
563 if (ports == NULL) in send_build_addrlist()
566 n = read(s, ports, ports_sz); in send_build_addrlist()
570 free(ports); in send_build_addrlist()
589 da->sin_port = ports[d - ndaddr]; in send_build_addrlist()
593 free(ports); in send_build_addrlist()
/dragonfly/sys/dev/disk/ahci/
H A DTODO40 6 ports, 32 tags/port, gen 1 (1.5Gbps) and 2 (3Gbps)
43 <S64A,NCQ,SSNTF,SAL,SCLO,SPM,PMD>, 6 ports, 32 tags/port, gen 1 (1.5Gbps) and 2 (3Gbps)
45 0xf722ff83<S64A,NCQ,SSNTF,SMPS,SALP,SAL,SCLO,SPM,PMD,SSC,PSC,CCCS> 4 ports, 32
/dragonfly/gnu/usr.bin/rcs/
H A DREFS29 ports, and prebuilt documentation.
45 <ftp://ftp.leo.org/pub/comp/os/os2/gnu/devtools/> DOS, OS/2 ports
66 <ftp://ftp-os2.cdrom.com/pub/os2/unix/> DOS, OS/2 ports
/dragonfly/sys/dev/disk/isp/
H A DHardware.txt53 Of the two, the 1000 (7 ports, vs. 12 ports) has had fewer problems-
60 Don't forget to use telnet to configure the Cappellix ports
81 as E-ports to make a large fabric (at least with the f/w *I*
94 These switches don't form E-ports with each other for a larger
197 'B' ports- which are completely separate loops). This seems to work
/dragonfly/dports.base/dragonfly/base/
H A DMakefile14 COMPONENTS+= ports-mgmt/pkg \
/dragonfly/contrib/gcc-4.7/gcc/doc/include/
H A Dfunding.texi44 program for the whole community contributes much. Easy new ports
46 ports such as adding a new CPU to the GNU Compiler Collection contribute more;
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcontrib.texi151 Stephane Carrez for 68HC11 and 68HC12 ports.
223 various bug fixes, and the M32C, MeP, and RL78 ports.
364 the c30/c40 ports functional. Lots of loop and unroll improvements and
401 Mat Hostetter for work on the TILE-Gx and TILEPro ports.
515 Walter Lee for work on the TILE-Gx and TILEPro ports.
699 FreeBSD/PowerPC, and FreeBSD/SPARC64 ports and related infrastructure
716 Tru64 UNIX ports.
823 GCC 2.95.3, and work on the Blackfin and C6X ports.
852 folding and help with the original VAX & m68k ports.
872 Danny Smith for his major efforts on the Mingw (and Cygwin) ports.
[all …]
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_dp_mst_helper.h130 struct list_head ports; member
179 } ports[16]; member
/dragonfly/lib/libalias/
H A DHISTORY7 - Host accepts incoming connections for ports 0 to 1023.
30 ports.
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dconfig.c3164 int *ports, *nports; in wpa_config_set_cred_req_conn_capab() local
3190 ports = NULL; in wpa_config_set_cred_req_conn_capab()
3196 os_free(ports); in wpa_config_set_cred_req_conn_capab()
3199 ports = nports; in wpa_config_set_cred_req_conn_capab()
3200 ports[num_ports++] = atoi(pos); in wpa_config_set_cred_req_conn_capab()
3210 os_free(ports); in wpa_config_set_cred_req_conn_capab()
3213 ports = nports; in wpa_config_set_cred_req_conn_capab()
3214 ports[num_ports] = -1; in wpa_config_set_cred_req_conn_capab()
3693 int *ports; in wpa_config_get_cred_no_key() local
3703 if (ports) { in wpa_config_get_cred_no_key()
[all …]
/dragonfly/usr.sbin/installer/libaura/
H A DREADME35 An alternative method is to build libaura using the ports system and
/dragonfly/usr.sbin/installer/libinstaller/
H A DREADME33 An alternative method is to build libinstaller using the ports system and

1234