Searched refs:switches (Results 1 - 14 of 14) sorted by path

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2222 % style and the set of \ifmarkupSTYLE switches for all styles
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm1144 code here switches to the correct mode before executing the function. */
1184 switches to the correct mode before executing the function. Unfortunately
/freebsd-11-stable/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-11-stable/contrib/ofed/libibnetdisc/
H A Dchassis.c635 /* All mellanox IS4 switches have the same vendor id*/
707 /* The switch will be displayed under Line or Spine and not under Chassis switches */
1251 /* first pass on switches and build for every Voltaire node */
1255 for (node = fabric->switches; node; node = node->type_next) {
1270 for (node = fabric->switches; node; node = node->type_next) {
H A Dibnetdisc.c712 node->type_next = fabric->switches;
713 fabric->switches = node;
898 list = fabric->switches;
H A Dibnetdisc.h85 Most notable is non-switches have no
182 ibnd_node_t *switches; member in struct:ibnd_fabric
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_ucast_lash.h91 switch_t **switches; member in struct:_lash
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c601 switch_t *s = p_lash->switches[sw];
615 s1 = p_lash->switches[sw1];
619 p_lash->switches[sw2]->node->temp = LARGE;
627 s2 = p_lash->switches[sw2];
632 s3 = p_lash->switches[sw3];
647 s2 = p_lash->switches[sw2];
678 switch_t *s = p_lash->switches[sw];
687 s1 = p_lash->switches[mesh->class_type[i]];
713 switch_t *s = p_lash->switches[sw];
753 n = p_lash->switches[s
1408 switch_t **switches; local
[all...]
H A Dosm_ucast_lash.c71 unsigned num = p_lash->switches[sw1]->node->num_links;
72 switch_t *s1 = p_lash->switches[sw1];
82 * pair of switches to a single locical link
104 s2 = p_lash->switches[sw2];
173 return p_lash->switches[sw]->node->links[link]->switch_id;
179 switch_t **switches = p_lash->switches; local
186 output_link = switches[sw]->routing_table[dest_switch].out_link;
202 switches[i_next_switch]->routing_table[dest_switch].out_link;
231 output_link = switches[s
264 switch_t **switches = p_lash->switches, *sw, *swi; local
331 switch_t **switches = p_lash->switches; local
392 switch_t **switches = p_lash->switches; local
421 switch_t **switches = p_lash->switches; local
787 switch_t **switches = p_lash->switches; local
[all...]
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c202 SYSCTL_ULONG(_kern_geom_journal_stats, OID_AUTO, switches, CTLFLAG_RW,
203 &g_journal_stats_switches, 0, "Number of journal switches");
/freebsd-11-stable/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;
226 * switchdate and date format from the switches table.
237 q = switches + sizeof(switches) / sizeof(struct djswitch);
238 for (p = switches; p != q; p++)
333 q = switches +
334 sizeof(switches) / sizeo
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dmain.c204 struct switches { struct
213 ProcessArgs(int argc, char **argv, struct switches *sw)
312 struct switches sw;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c489 "switched subtrees (switches "
/freebsd-11-stable/lib/clang/libclang/
H A DMakefile914 ${CLANG_TBLGEN} -gen-clang-attr-parser-string-switches \
921 ${CLANG_TBLGEN} -gen-clang-attr-subject-match-rules-parser-string-switches \

Completed in 191 milliseconds