Searched refs:ports (Results 76 - 100 of 152) sorted by relevance

1234567

/freebsd-13-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc.h80 struct ibnd_port **ports; /* array of ports, indexed by port number member in struct:ibnd_node
81 ports[1] == port 1,
82 ports[2] == port 2,
86 port 0 therefore node.ports[0] == NULL
H A Dibnetdisc_cache.c67 * Bytes X-Y - ports (variable length)
80 * 1 byte - number of ports stored
85 * ... etc., depending on number of ports stored
512 node->ports[port_cache->port->portnum] = port_cache->port;
561 /* Rebuild node ports array */
563 if (!(node->ports =
564 calloc(sizeof(*node->ports), node->numports + 1))) {
565 IBND_DEBUG("OOM: node->ports\n");
828 /* need to come back later and store number of stored ports
836 if (node->ports[
[all...]
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr_db.h134 * group port counters for ports into the nodes
142 db_port_t *ports; member in struct:db_node
/freebsd-13-stable/crypto/openssh/
H A Dservconf.h19 #define MAX_PORTS 256 /* Max # ports. */
51 * with any ports requested by ListenPort.
68 int ports[MAX_PORTS]; /* Port number to listen on. */ member in struct:__anon6892
/freebsd-13-stable/sys/dev/usb/
H A Dusb_hub.c291 up = hub->ports + port - 1;
346 up = udev->hub->ports + x;
381 * This function counts the number of active ports at the given speed.
403 up = hub->ports + x;
615 udev->hub->ports + portno - 1);
885 udev->hub->ports + portno - 1);
1032 up = hub->ports + x;
1269 /* get number of ports */
1278 /* check number of ports */
1280 DPRINTFN(0, "Invalid number of USB 2.0 ports,"
[all...]
/freebsd-13-stable/contrib/ntp/
H A DMakefile.am57 ports \
/freebsd-13-stable/share/mk/
H A Dsys.mk334 # Hack for ports compatibility. Historically, ports makefiles have
338 # the ports files are modernized, and a reasonable transition
339 # period has passed, include it while we're in a ports tree here
/freebsd-13-stable/sys/ofed/include/rdma/
H A Drdma_vt.h378 struct rvt_ibport **ports; member in struct:rvt_dev_info
432 * All ports have same number of pkeys.
456 return rdi->ports[port_index]->pkey_table[index];
/freebsd-13-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh49 -p portsdir -- Location of uncompressed ports tree
50 (default: /usr/ports/)
59 fetch -- Fetch a compressed snapshot of the ports tree,
62 extract -- Extract snapshot of ports tree, replacing existing
64 update -- Update ports tree to match current snapshot, replacing
66 auto -- Fetch updates, and either extract a new ports tree or
234 _PORTSDIR="/usr/ports"
804 # This means that we should always have a "complete snapshot" of the ports
816 # Generate a list of wanted ports patches
822 # Attempt to fetch ports patche
[all...]
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_eq.c313 port <= 0 || !test_bit(port - 1, actv_ports.ports)) {
330 port <= 0 || !test_bit(port - 1, actv_ports.ports)) {
376 port <= 0 || !test_bit(port - 1, actv_ports.ports)) {
1209 int port = find_first_bit(eq->actv_ports.ports,
1394 return test_bit(port - 1, priv->eq_table.eq[vector].actv_ports.ports);
1406 priv->eq_table.eq[i].actv_ports.ports);
1420 return !!(bitmap_weight(priv->eq_table.eq[vector].actv_ports.ports,
1439 priv->eq_table.eq[requested_vector].actv_ports.ports)) {
1450 test_bit(port - 1, eq->actv_ports.ports)) {
1463 test_bit(port - 1, eq->actv_ports.ports)) {
[all...]
H A Dmlx4_cmd.c2006 int min_port = find_first_bit(actv_ports.ports,
2009 bitmap_weight(actv_ports.ports, priv->dev.caps.num_ports);
2012 if (!test_bit(port - 1, actv_ports.ports))
2071 int min_port = find_first_bit(actv_ports.ports,
2074 bitmap_weight(actv_ports.ports, priv->dev.caps.num_ports);
2078 if (!test_bit(port - 1, actv_ports.ports))
2768 bitmap_zero(actv_ports.ports, MLX4_MAX_PORTS);
2771 bitmap_fill(actv_ports.ports, dev->caps.num_ports);
2779 bitmap_set(actv_ports.ports, dev->dev_vfs[vf].min_port - 1,
2791 unsigned m = bitmap_weight(actv_ports.ports, de
[all...]
/freebsd-13-stable/sys/dev/puc/
H A Dpucdata.c297 * IBM SurePOS 300 Series (481033H) serial ports
302 "IBM SurePOS 300 Series (481033H) serial ports",
708 * The Advantech PCI-1602 Rev. A use the first two ports of an Oxford
790 * I/O Flex PCI I/O Card Model-223 with 4 serial and 1 parallel ports.
1632 if (cfg->ports == PUC_PORT_8S) {
1638 if (cfg->ports == PUC_PORT_8S) {
1642 if (cfg->ports == PUC_PORT_2S1P) {
1678 int ports; member in struct:__anon14070
1705 while (subdevs[dev].ports != 0) {
1709 sc->sc_cfg_data = subdevs[dev].ports;
[all...]
/freebsd-13-stable/usr.bin/sockstat/
H A Dsockstat.c100 static int *ports; variable
103 #define SET_PORT(p) do { ports[p / INT_BIT] |= 1 << (p % INT_BIT); } while (0)
104 #define CHK_PORT(p) (ports[p / INT_BIT] & (1 << (p % INT_BIT)))
211 if (ports == NULL)
212 if ((ports = calloc(65536 / INT_BIT, sizeof(int))) == NULL)
933 if (ports == NULL)
1302 "usage: sockstat [-46cLlSsUuvw] [-j jid] [-p ports] [-P protocols]\n");
/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound.spec108 - Using parts from ports collection entry by Jaap Akkerhuis.
/freebsd-13-stable/sys/dev/bhnd/bcma/
H A Dbcma_subr.c156 * @p ports.
160 * @param ports The set of ports to be enumerated
164 struct bcma_sport_list *ports)
170 STAILQ_FOREACH(port, ports, sp_link) {
374 /* The device ports must always be initialized first to ensure that
163 bcma_dinfo_init_port_resource_info(device_t bus, struct bcma_devinfo *dinfo, struct bcma_sport_list *ports) argument
/freebsd-13-stable/tools/tools/tinybsd/
H A Dtinybsd19 PORTSFILE="tinybsd.ports"
20 PORTSDIR=/usr/ports
297 if [ ! -d "${WORKDIR}/usr/ports" ]; then
298 mkdir -p "${WORKDIR}/usr/ports"
302 PORT_OPTION_FILE="/var/db/ports/${PNAME}/options"
305 mkdir -p "${WORKDIR}/var/db/ports/${PNAME}"
306 cp "${PORT_OPTION_FILE}" "${WORKDIR}/var/db/ports/${PNAME}/"
312 mount_nullfs /usr/ports "${WORKDIR}/usr/ports"
324 umount "${WORKDIR}/usr/ports"
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.c3164 int *ports, *nports; local
3190 ports = NULL;
3194 nports = os_realloc_array(ports, num_ports + 1, sizeof(int));
3196 os_free(ports);
3199 ports = nports;
3200 ports[num_ports++] = atoi(pos);
3208 nports = os_realloc_array(ports, num_ports + 1, sizeof(int));
3210 os_free(ports);
3213 ports = nports;
3214 ports[num_port
3693 int *ports; local
[all...]
/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c212 struct ccr_port ports[MAX_NPORTS]; member in struct:ccr_softc
2058 &sc->port_mask, 0, "Mask of enabled ports");
2119 for (i = 0; i < nitems(sc->ports); i++) {
2120 if (sc->ports[i].rxq == NULL)
2132 CTLFLAG_RD, &sc->ports[i].active_sessions, 0,
2135 CTLFLAG_RD, &sc->ports[i].stats_queued, "Requests queued");
2137 CTLFLAG_RD, &sc->ports[i].stats_completed,
2148 sc->ports[port].txq = &sc->adapter->sge.ctrlq[port];
2149 sc->ports[port].rxq = &sc->adapter->sge.rxq[pi->vi->first_rxq];
2150 sc->ports[por
[all...]
/freebsd-13-stable/sys/dev/etherswitch/e6000sw/
H A De6060sw.c118 int numports; /* number of ports */
662 uint32_t ports; local
669 ports = (1 << (sc->numports + 1)) - 1;
670 ports &= ~(1 << i);
678 data |= ports;
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatypes.h223 agsaPort_t ports[AGSA_MAX_VALID_PORTS]; /**< Ports */ member in struct:agsaLLRoot_s
224 SALINK_LIST freePorts; /**< List of free ports */
225 SALINK_LIST validPorts; /**< List of valid ports */
228 bit8 portCount; /**< number of ports */
/freebsd-13-stable/contrib/ofed/libibumad/
H A Dumad.h135 #define SYS_CA_PORTS_DIR "ports"
183 umad_port_t *ports[UMAD_CA_MAX_PORTS]; member in struct:umad_ca
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c797 if (port->node->ports[0])
798 info = (uint8_t *)&port->node->ports[0]->info;
810 if (port->remoteport->node->ports[0])
811 info = (uint8_t *)&port->remoteport->node->ports[0]->info;
/freebsd-13-stable/tools/build/options/
H A Dmakeman336 .Xr ports 7
/freebsd-13-stable/contrib/unbound/daemon/
H A Dworker.c1699 worker_create(struct daemon* daemon, int id, int* ports, int n) argument
1707 worker->ports = (int*)memdup(ports, sizeof(int)*n);
1708 if(!worker->ports) {
1715 free(worker->ports);
1723 free(worker->ports);
1733 struct listen_port* ports, int do_sigs)
1794 worker->front = listen_create(worker->base, ports,
1813 cfg->use_caps_bits_for_id, worker->ports, worker->numports,
1973 free(worker->ports);
1732 worker_init(struct worker* worker, struct config_file *cfg, struct listen_port* ports, int do_sigs) argument
[all...]
/freebsd-13-stable/sys/dev/mvs/
H A Dmvs_pci.c61 int ports; member in struct:__anon13393
114 ctlr->channels = mvs_ids[i].ports;
129 "Gen-%s, %d %sGbps ports, Port Multiplier %s%s\n",
348 /* Acknowledge all-ports CCC interrupt. */

Completed in 161 milliseconds

1234567