Searched refs:ports (Results 1 - 25 of 123) sorted by relevance

12345

/freebsd-10.2-release/usr.sbin/ctm/mkCTM/
H A Dctm_conf.ports-cur3 set CTMname ports-cur
4 set CTMref /usr/ports
7 set CTMmail ctm-ports-cur@freebsd.org
/freebsd-10.2-release/sys/dev/puc/
H A Dpuc_cfg.c71 /* The number of ports on this card. */
72 switch (cfg->ports) {
135 if (cfg->ports == PUC_PORT_NONSTANDARD)
139 if (cfg->ports == PUC_PORT_1P ||
140 cfg->ports == PUC_PORT_2P)
146 if (cfg->ports == PUC_PORT_1S1P ||
147 cfg->ports == PUC_PORT_1S2P ||
148 cfg->ports == PUC_PORT_2P)
154 if (cfg->ports == PUC_PORT_1S2P ||
155 cfg->ports
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_perfmgr_db.c108 rc->ports = calloc(num_ports, sizeof(_db_port_t));
109 if (!rc->ports)
116 rc->ports[i].last_reset = cur_time;
117 rc->ports[i].err_previous.time = cur_time;
118 rc->ports[i].dc_previous.time = cur_time;
135 if (node->ports)
136 free(node->ports);
260 p_port = &(node->ports[port]);
261 previous = &(node->ports[port].err_previous);
331 *reading = node->ports[por
[all...]
H A Dosm_ucast_cache.c77 cache_port_t ports[0]; member in struct:cache_switch
85 return p_sw->ports[0].remote_lid_ho;
93 return p_sw->ports[0].is_leaf;
101 p_sw->ports[0].is_leaf = TRUE;
120 p_cache_sw->ports[0].remote_lid_ho = lid_ho;
121 p_cache_sw->ports[0].is_leaf = FALSE;
195 if (p_cache_sw->ports[p->port_num].remote_lid_ho == 0) {
197 p_cache_sw->ports[p->port_num].remote_lid_ho = remote_lid_ho;
198 p_cache_sw->ports[p->port_num].is_leaf = is_ca;
225 if (p_sw->ports[port_nu
[all...]
/freebsd-10.2-release/contrib/unbound/daemon/
H A Dworker.h96 /** ports to be used by this worker. */
97 int* ports; member in struct:worker
98 /** number of ports for this worker */
132 * @param ports: the ports it is allowed to use, array.
133 * @param n: the number of ports.
136 struct worker* worker_create(struct daemon* daemon, int id, int* ports, int n);
140 * Allocates event base, listens to ports
143 * @param ports: list of shared query ports
[all...]
/freebsd-10.2-release/share/mk/
H A Dbsd.port.subdir.mk3 PORTSDIR?= /usr/ports
H A Dbsd.port.mk3 PORTSDIR?= /usr/ports
7 # and setting MK_* variables when building ports.
/freebsd-10.2-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibprintca.pl101 my %ports = undef;
108 foreach my $port (sort { $a <=> $b } (keys %ports)) {
109 print $ports{$port};
121 $ports{$1} = $line;
H A Dibprintrt.pl101 my %ports = undef;
108 foreach my $port (sort { $a <=> $b } (keys %ports)) {
109 print $ports{$port};
121 $ports{$1} = $line;
H A Dibprintswitch.pl101 my %ports = undef;
108 foreach my $port (sort { $a <=> $b } (keys %ports)) {
109 print $ports{$port};
121 $ports{$1} = $line;
H A Dibstatus13 echo " $prog mthca1 # shows status of all ports of 'mthca1'"
15 echo " $prog # default: shows status of all '$def_ibdev' ports"
26 port_dir="$infiniband_base/$1/ports/$2"
38 ports_dir="$infiniband_base/$1/ports"
45 ports=`(cd "$infiniband_base/$1/ports" 2>/dev/null || fatal No devices; echo *)`
47 ports=$2
50 for i in $ports; do
/freebsd-10.2-release/tools/tools/portsinfo/
H A Dportsinfo.sh4 # portsinfo - Generate list of new ports for last two weeks.
11 url=$host/cgi/ports.cgi
32 For more information about using ports, see the ports collection
34 http://www.freebsd.org/handbook/ports.html
36 http://www.freebsd.org/ports/
40 lynx -dump $host/ports/ |
46 New ports added last two weeks
66 Updated ports last two weeks
/freebsd-10.2-release/usr.bin/systat/
H A Dnetcmds.c115 else if (prefix(args, "ports"))
197 } *ports; variable in typeref:struct:pitem
205 if (ports == 0)
207 free((char *)ports), ports = 0;
211 for (p = ports; p < ports+nports; p++)
217 ports = (struct pitem *)malloc(sizeof (*p));
219 ports = (struct pitem *)realloc(ports, (nport
[all...]
/freebsd-10.2-release/sys/dev/etherswitch/arswitch/
H A Darswitch_vlans.c100 arswitch_get_dot1q_vlan(struct arswitch_softc *sc, uint32_t *ports, int vid) argument
112 *ports = 0;
116 *ports = reg;
121 arswitch_set_dot1q_vlan(struct arswitch_softc *sc, uint32_t ports, int vid) argument
126 err = arswitch_vlan_op(sc, AR8X16_VLAN_OP_LOAD, vid, ports);
133 arswitch_get_port_vlan(struct arswitch_softc *sc, uint32_t *ports, int vid) argument
142 *ports = (reg >> AR8X16_PORT_VLAN_DEST_PORTS_SHIFT);
143 *ports &= AR8X16_VLAN_MEMBER;
148 arswitch_set_port_vlan(struct arswitch_softc *sc, uint32_t ports, int vid) argument
157 (ports
169 uint32_t ports; local
[all...]
/freebsd-10.2-release/release/scripts/
H A Dpkg-stage.sh21 ports-mgmt/pkg
22 ports-mgmt/portmaster
35 if [ ! -f /usr/ports/Makefile ]; then
36 echo "*** /usr/ports is missing! ***"
44 /usr/bin/make -C /usr/ports/ports-mgmt/pkg install clean
57 # Ensure the ports listed in _DVD_PACKAGES exist to sanitize the
60 if [ -d "/usr/ports/${_P}" ]; then
/freebsd-10.2-release/sys/dev/etherswitch/ip17x/
H A Dip175d.c83 uint32_t ports[IP17X_MAX_VLANS]; local
92 ports[i] = 0;
101 ports[i] = 0x3f;
106 ports[i] = v->ports;
113 if ((ports[i] & (1 << j)) == 0)
125 ports[2 * i] | (ports[2 * i + 1] << 8));
H A Dip175c.c83 uint32_t ports[IP175X_NUM_PORTS], reg[IP175X_NUM_PORTS/2]; local
90 memset(ports, 0, sizeof(ports));
94 ports[phy] = v->ports;
99 if (ports[i] & (1 << sc->cpuport)) {
100 ports[i] |= (1 << 7);
101 ports[i] &= ~(1 << sc->cpuport);
108 reg[i] = ports[i * 2] << 8 | ports[
[all...]
H A Dip17x_vlans.c80 v->ports = (1 << sc->cpuport);
84 v->ports |= (1 << j);
91 * Setup vlan 1 as PVID for all switch ports. Add all ports as
102 v->ports |= (1 << i);
126 if ((sc->vlan[vg->es_vlangroup].ports & (1 << i)) == 0)
171 sc->vlan[vg->es_vlangroup].ports = 0;
178 sc->vlan[vg->es_vlangroup].ports = 0;
183 sc->vlan[vg->es_vlangroup].ports |= (1 << phy);
/freebsd-10.2-release/usr.bin/ctlstat/
H A Dctlstat.c256 total_bytes += cur_stats->ports[port].bytes[i];
258 cur_stats->ports[port].operations[i];
259 total_dmas += cur_stats->ports[port].num_dmas[i];
261 &cur_stats->ports[port].time[i]);
263 &cur_stats->ports[port].dma_time[i]);
266 prev_stats->ports[port].bytes[i];
268 prev_stats->ports[port].operations[i];
270 prev_stats->ports[port].num_dmas[i];
272 &prev_stats->ports[port].time[i]);
274 &prev_stats->ports[por
[all...]
/freebsd-10.2-release/sys/dev/isci/scil/
H A Dscu_bios_definitions.h260 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit member in struct:SCI_BIOS_OEM_PARAM_ELEMENT
457 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit member in struct:SCI_BIOS_OEM_PARAM_ELEMENT_v_1_1
667 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit member in struct:SCI_BIOS_OEM_PARAM_ELEMENT_v_1_2
888 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit member in struct:SCI_BIOS_OEM_PARAM_ELEMENT_v_1_3
/freebsd-10.2-release/sys/xen/interface/
H A Dsched.h74 * Poll a set of event-channel ports. Return when one or more are pending. An
80 XEN_GUEST_HANDLE(evtchn_port_t) ports; member in struct:sched_poll
/freebsd-10.2-release/share/misc/
H A DMakefile8 FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dser-go32.c1 /* Remote serial interface for local (hardwired) serial ports for GO32.
212 ports[4] = variable in typeref:struct:dos_ttystate
486 port = &ports[fd];
572 port = &ports[scb->fd];
621 struct dos_ttystate *port = &ports[scb->fd];
639 struct dos_ttystate *port = &ports[scb->fd];
684 struct dos_ttystate *port = &ports[scb->fd];
727 struct dos_ttystate *port = &ports[scb->fd];
759 struct dos_ttystate *port = &ports[scb->fd];
786 volatile struct dos_ttystate *port = &ports[sc
[all...]
/freebsd-10.2-release/sys/dev/usb/
H A Dusb_hub.h58 struct usb_port ports[0]; member in struct:usb_hub
60 struct usb_port ports[USB_MAX_PORTS]; member in struct:usb_hub
/freebsd-10.2-release/sys/xen/
H A Dhypervisor.h115 /* of the specified ports or the specified number of ticks elapse */
118 evtchn_port_t *ports, unsigned int nr_ports, int ticks)
125 set_xen_guest_handle(sched_poll.ports, ports);
117 HYPERVISOR_poll( evtchn_port_t *ports, unsigned int nr_ports, int ticks) argument

Completed in 251 milliseconds

12345