Home
last modified time | relevance | path

Searched full:switches (Results 1 – 25 of 633) sorted by relevance

12345678910>>...26

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c71 unsigned num = p_lash->switches[sw1]->node->num_links; in connect_switches()
72 switch_t *s1 = p_lash->switches[sw1]; in connect_switches()
82 * pair of switches to a single locical link in connect_switches()
104 s2 = p_lash->switches[sw2]; in connect_switches()
173 return p_lash->switches[sw]->node->links[link]->switch_id; in get_next_switch()
179 switch_t **switches = p_lash->switches; in remove_semipermanent_depend_for_sp() local
186 output_link = switches[sw]->routing_table[dest_switch].out_link; in remove_semipermanent_depend_for_sp()
202 switches[i_next_switch]->routing_table[dest_switch].out_link; in remove_semipermanent_depend_for_sp()
231 output_link = switches[sw]->routing_table[dest_switch].out_link; in remove_semipermanent_depend_for_sp()
264 switch_t **switches = p_lash->switches, *sw, *swi; in shortest_path() local
[all …]
H A Dosm_mesh.c601 switch_t *s = p_lash->switches[sw]; in get_switch_metric()
615 s1 = p_lash->switches[sw1]; in get_switch_metric()
619 p_lash->switches[sw2]->node->temp = LARGE; in get_switch_metric()
627 s2 = p_lash->switches[sw2]; in get_switch_metric()
632 s3 = p_lash->switches[sw3]; in get_switch_metric()
647 s2 = p_lash->switches[sw2]; in get_switch_metric()
678 switch_t *s = p_lash->switches[sw]; in classify_switch()
687 s1 = p_lash->switches[mesh->class_type[i]]; in classify_switch()
713 switch_t *s = p_lash->switches[sw]; in classify_mesh_type()
753 n = p_lash->switches[sw]->node; in remove_edges()
[all …]
H A Dosm_ucast_ftree.c65 * Switches are stored in two cl_qmaps - one is
924 in hca's that lead to switches */ in hca_add_port()
1041 /* free the leaf switches array */ in fabric_clear()
1192 "-- Rank %u switches\n", i); in fabric_dump()
1220 " - FatTree rank (roots to leaf switches): %u\n", in fabric_dump_general_info()
1225 " - Fabric has %u CAs, %u CA ports (%u of them CNs), %u switches\n", in fabric_dump_general_info()
1241 " - Fabric has %u switches at rank %u (roots)\n", in fabric_dump_general_info()
1245 " - Fabric has %u switches at rank %u (%u of them leafs)\n", in fabric_dump_general_info()
1249 " - Fabric has %u switches at rank %u\n", j, in fabric_dump_general_info()
1255 " - Root switches:\n"); in fabric_dump_general_info()
[all …]
H A Dosm_ucast_dnup.c234 /* add all node level switches to the list */ in dnup_subn_rank()
306 /* Go over all the switches in the subnet - for each init their Min Hop in dnup_set_min_hop_table()
309 "Init Min Hop Table of all switches [\n"); in dnup_set_min_hop_table()
320 "Init Min Hop Table of all switches ]\n"); in dnup_set_min_hop_table()
376 /* Rank the subnet switches */ in dnup_build_lid_matrices()
381 "Setting all switches' Min Hop Table\n"); in dnup_build_lid_matrices()
457 OSM_LOG_ERROR, "ERR AE0D: No leaf switches found, DnUp routing failed\n"); in dnup_lid_matrices()
/freebsd/usr.sbin/pw/
H A Dpw.c224 fprintf(stderr, "usage:\n pw [user|group|lock|unlock] [add|del|mod|show|next] [help|switches/values]\n"); in cmdhelp()
226 fprintf(stderr, "usage:\n pw %s [add|del|mod|show|next] [help|switches/values]\n", Which[which]); in cmdhelp()
235 "usage: pw useradd [name] [switches]\n" in cmdhelp()
275 "usage: pw userdel [uid|name] [switches]\n" in cmdhelp()
283 "usage: pw usermod [uid|name] [switches]\n" in cmdhelp()
308 "usage: pw usershow [uid|name] [switches]\n" in cmdhelp()
317 "usage: pw usernext [switches]\n" in cmdhelp()
322 "usage pw: lock [switches]\n" in cmdhelp()
326 "usage pw: unlock [switches]\n" in cmdhelp()
332 "usage: pw groupadd [group|gid] [switches]\ in cmdhelp()
[all...]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dgoogle,cros-ec-keyb.yaml19 switches/buttons like power and volume buttons.
24 - description: ChromeOS EC with only buttons/switches
25 const: google,cros-ec-keyb-switches
26 - description: ChromeOS EC with keyboard and possibly buttons/switches
136 /* No matrix keyboard, just buttons/switches */
138 compatible = "google,cros-ec-keyb-switches";
/freebsd/contrib/ofed/infiniband-diags/man/
H A Dibcacheedit.846 should be separated by a colon. On switches, port guids are identical
47 to the switch guid, so port guids will be adjusted as well on switches.
61 On switches, port guids are identical to the switch guid, so the switch
62 guid will be adjusted as well on switches.
H A Diblinkinfo.854 \fB\-\-switches\-only\fP
55 Show only switches in output.
87 \fBNote:\fP For switches results are printed for all ports not just switch port 0.
116 fabric. By default, the following are compared for differences: switches,
124 are: \fBsw = switches\fP, \fBca = channel adapters\fP, \fBrouter\fP = routers,
135 where switches are not fully populated, thus much of the default iblinkinfo
/freebsd/contrib/ofed/opensm/man/
H A Dopensm.8128 ports, i.e. multiple interconnects between switches.
180 e.g. when one or more CAs/RTRs/leaf switches going down, or one or
189 fat-tree) to make connectivity between root switches and in
221 I/O nodes are non-CN nodes allowed to use up to max_reverse_hops switches
395 CCkey into switches and CAs. Defaults to 0.
402 This option indicates the partition enforcement type (for switches).
753 qos_sw0_ - parameters set for switches' port 0.
754 qos_swe_ - parameters set for switches' external ports.
811 Switches and HCAs with a non-zero MKey will not accept requests to change
816 MKey protection levels modify how switches and CAs respond to SMPs lacking
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSimpleLoopUnswitch.h58 /// This pass transforms loops that contain branches or switches on loop-
87 /// be done for switches, the requirements are extreme - we need the loop
92 /// switches. For branches, it also always does trivial, partial unswitching.
95 /// additionally do non-trivial, full unswitching for branches and switches, and
98 /// Because partial unswitching of switches is extremely unlikely to be possible
/freebsd/crypto/openssl/test/
H A Drun_tests.pl45 switches => '-w',
277 my @switches = ();
278 if ($self->{switches}) {
279 push @switches, $self->{switches};
285 # It seems that $switches is getting interpreted with 'eval'
289 push @switches, "-I$l";
293 $Test::Harness::switches = join(' ', @switches);
/freebsd/share/man/man4/
H A Dvale.441 module that implements multiple Virtual switches that can
53 dynamically creates switches and ports as clients connect
79 number of switches is provided by the max_bridges sysctl variable.
94 Create two switches,
/freebsd/usr.bin/indent/
H A Dindent.1102 according to the switches.
103 The switches which can be
403 These switches have no effect if
512 whatever switches you like.
519 Switches on the command line, though, always override profile
520 switches.
521 The switches should be separated by spaces, tabs or newlines.
604 utility has even more switches than
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx7d-colibri-iris-v2.dts31 * This switches the LVDS transceiver to VESA color mapping mode.
43 * This switches the LVDS transceiver to the 24-bit RGB mode.
53 * This switches the LVDS transceiver to the single-channel
H A Dimx7s-colibri-iris-v2.dts31 * This switches the LVDS transceiver to VESA color mapping mode.
43 * This switches the LVDS transceiver to the 24-bit RGB mode.
53 * This switches the LVDS transceiver to the single-channel
H A Dimx6ull-colibri-wifi-iris-v2.dts42 * This switches the LVDS transceiver to the single-channel
53 * This switches the LVDS transceiver to the 24-bit RGB mode.
65 * This switches the LVDS transceiver to VESA color mapping mode.
H A Dimx6ull-colibri-iris-v2.dts42 * This switches the LVDS transceiver to the single-channel
53 * This switches the LVDS transceiver to the 24-bit RGB mode.
65 * This switches the LVDS transceiver to VESA color mapping mode.
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Drealtek.yaml7 title: Realtek switches for unmanaged switches
16 Realtek advertises these chips as fast/gigabit switches or unmanaged
17 switches. They can be controlled using different interfaces, like SMI,
26 The MDIO-connected switches use MDIO protocol to access their registers.
31 switch belongs to. Roughly speaking, a family is any set of Realtek switches
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dsbc8548.dts57 0x1 0x0 0x5 0x100000 0x1fff /* Switches */
67 switches@1,0 {
68 compatible = "switches";
H A Dsbc8548-altflash.dts60 0x1 0x0 0x5 0x100000 0x1fff /* Switches */
70 switches@1,0 {
71 compatible = "switches";
/freebsd/contrib/bmake/unit-tests/
H A Dsh-flags.mk4 # error check, trace), which are controlled by 12 different switches. These
5 # switches interact in various non-obvious ways. To analyze the interactions,
6 # this test runs each possible combination of these switches, for now.
8 # As soon as an interaction of switches is identified as obvious and expected,
/freebsd/usr.bin/ncal/
H A Dncal.c70 /* The switches from Julian to Gregorian in some countries */
75 } switches[] = { variable
113 switches + sizeof(switches) / sizeof(struct djswitch) - 2;
226 * switchdate and date format from the switches table. in main()
237 q = switches + sizeof(switches) / sizeof(struct djswitch); in main()
238 for (p = switches; p != q; p++) in main()
336 q = switches + in main()
337 sizeof(switches) / sizeof(struct djswitch); in main()
338 for (p = switches; in main()
524 /* Print the assumed switches for all countries. */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmediatek,mt7620-gsw.txt9 - interrupts: Should contain the gigabit switches interrupt
10 - resets: Should contain the gigabit switches resets
H A Dralink,rt3050-esw.txt10 - interrupts: Should contain the embedded switches interrupt
11 - resets: Should contain the embedded switches resets
/freebsd/lib/geom/journal/
H A Dgjournal.8245 switches, metadata updates, etc.
311 .It "switches integer yes"
321 .It Li switches
322 The number of journal switches.

12345678910>>...26