Searched refs:switches (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_lash.c107 switch_t **switches; member in struct:_lash
125 unsigned num = p_lash->switches[sw1]->num_connections;
127 p_lash->switches[sw1]->phys_connections[num] = sw2;
128 p_lash->switches[sw1]->virtual_physical_port_table[num] = phy_port_1;
129 p_lash->switches[sw1]->num_connections++;
207 switch_t **switches = p_lash->switches; local
214 output_link = switches[sw]->routing_table[dest_switch].out_link;
215 i_next_switch = switches[sw]->phys_connections[output_link];
230 switches[i_next_switc
296 switch_t **switches = p_lash->switches, *sw, *swi; local
360 switch_t **switches = p_lash->switches; local
432 switch_t **switches = p_lash->switches; local
462 switch_t **switches = p_lash->switches; local
865 switch_t **switches = p_lash->switches; local
[all...]
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibqueryerrors.pl122 my %switches = ();
131 $switches{$1} = $2;
143 print " Report counters on all switches in subnet\n";
206 foreach my $sw_addr (keys %switches) {
214 foreach my $sw_port (1 .. $switches{$sw_addr}) {
/freebsd-9.3-release/contrib/gcc/
H A Dgcc.c31 them, forwarding the users switches to those programs selectively,
277 collect2 that describes all of the relevant switches of what to
485 %<S* remove all occurrences of all switches beginning with -S from the
496 %{S*} substitutes all the switches specified to CC whose names start
497 with -S. This is used for -o, -I, etc; switches that take
508 %{S*:X} substitutes X if one or more switches whose names start
510 once, no matter how many such switches appeared. However,
536 The -O, -f, -m, and -W switches are handled specifically in these
546 Note that it is built into CC which switches take arguments and which
548 allow each compiler's spec to say which switches tak
3094 static struct switchstr *switches; variable in typeref:struct:switchstr
[all...]
/freebsd-9.3-release/usr.bin/ncal/
H A Dncal.c71 /* The switches from Julian to Gregorian in some countries */
76 } switches[] = { variable in typeref:struct:djswitch
115 switches + sizeof(switches) / sizeof(struct djswitch) - 2;
222 * switchdate and date format from the switches table.
233 q = switches + sizeof(switches) / sizeof(struct djswitch);
234 for (p = switches; p != q; p++)
329 q = switches +
330 sizeof(switches) / sizeo
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dmain.c202 struct switches { struct
211 ProcessArgs(int argc, char **argv, struct switches *sw)
310 struct switches sw;
/freebsd-9.3-release/sys/dev/isp/
H A DHardware.txt94 These switches don't form E-ports with each other for a larger
296 substantially if you cascade switches.
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm1146 code here switches to the correct mode before executing the function. */
1186 switches to the correct mode before executing the function. Unfortunately
/freebsd-9.3-release/sys/geom/journal/
H A Dg_journal.c205 SYSCTL_ULONG(_kern_geom_journal_stats, OID_AUTO, switches, CTLFLAG_RW,
206 &g_journal_stats_switches, 0, "Number of journal switches");

Completed in 166 milliseconds