HomeSort by: relevance | last modified time | path
    Searched defs:tagged (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
vlan.h 17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member in struct:vlan_description
vlan_full.c 465 int untagged, *tagged, i, notempty; local
482 tagged = vlan->vlan_desc.tagged;
498 for (i = 0; i < MAX_NUM_TAGGED_VLAN && tagged[i]; i++) {
499 if (tagged[i] == untagged ||
500 tagged[i] <= 0 || tagged[i] > MAX_VLAN_ID ||
501 (i > 0 && tagged[i] == tagged[i - 1]))
503 vlan_bridge_name(br_name, hapd, vlan, tagged[i])
586 int *tagged = vlan->vlan_desc.tagged; local
    [all...]
  /src/common/lib/libc/gen/
radixtree.c 100 * into the tree and can be tagged by radix_tree_set_tag function.
977 * nodes tagged with tagid.
1417 bool tagged[RADIX_TREE_TAG_ID_MAX]; member in struct:testnode
1501 n->tagged[tag] = test2_should_tag(i, tag);
1502 if (n->tagged[tag]) {
1506 assert((n->tagged[tag] ? tagmask : 0) ==
1524 unsigned int tagged; local
1527 tagged = radix_tree_get_tag(t, n->idx, tagmask);
1528 assert((tagged & ~tagmask) == 0);
1531 n->tagged[tag] == !!(tagged & (1 << tag)))
    [all...]
  /src/dist/pf/sbin/pfctl/
parse.y 387 } tagged;
425 %token TAGGED TAG IFBOUND FLOATING STATEPOLICY ROUTE
471 %type <v.tagged> tagged
2135 | not TAGGED string {
3499 natrule : nataction interface af proto fromto tag tagged rtable
3666 tagged rtable redirection
3836 tagged : /* empty */ { $$.neg = 0; $$.name = NULL; } label
3837 | not TAGGED string { $$.neg = $1; $$.name = $3; }
4993 { "tagged", TAGGED}
    [all...]
  /src/external/bsd/tmux/dist/
mode-tree.c 102 int tagged; member in struct:mode_tree_item
266 mti->tagged = 0;
419 u_int i, tagged; local
421 tagged = 0;
424 if (mti->tagged)
425 tagged++;
427 return (tagged);
441 if (mti->tagged) {
654 mti->tagged = saved->tagged;
    [all...]
window-customize.c 1415 u_int tagged; local
1464 tagged = mode_tree_count_tagged(data->data);
1465 if (tagged == 0)
1467 xasprintf(&prompt, "Reset %u tagged to default? ", tagged);
1495 tagged = mode_tree_count_tagged(data->data);
1496 if (tagged == 0)
1498 xasprintf(&prompt, "Unset %u tagged? ", tagged);
window-tree.c 74 { "Kill Tagged", 'X', NULL },
1318 u_int tagged, x, y, idx; local
1389 tagged = mode_tree_count_tagged(data->data);
1390 if (tagged == 0)
1392 xasprintf(&prompt, "Kill %u tagged? ", tagged);
1401 tagged = mode_tree_count_tagged(data->data);
1402 if (tagged != 0)
1403 xasprintf(&prompt, "(%u tagged) ", tagged);
    [all...]
  /src/external/mit/isl/dist/
isl_scheduler_clustering.c 387 * of the corresponding tagged constraints of "edge".
394 isl_union_map *tagged; local
400 tagged = isl_union_map_copy(edge->tagged_condition);
402 tagged = isl_union_map_copy(edge->tagged_validity);
403 tagged = isl_union_map_zip(tagged);
404 tagged = isl_union_map_apply_domain(tagged,
406 tagged = isl_union_map_zip(tagged);
    [all...]
isl_scheduler.c 167 * Condition edges and conditional validity edges may have tagged
1179 * of "tagged" with "map".
1181 static __isl_give isl_map *map_intersect_domains(__isl_take isl_map *tagged,
1186 tagged = isl_map_zip(tagged);
1188 tagged = isl_map_intersect_domain(tagged, set);
1189 tagged = isl_map_zip(tagged);
1190 return tagged;
1274 isl_map *tagged = NULL; local
    [all...]
  /src/sys/dev/pci/
arcmsrvar.h 197 * byte 7 tagged queue (1 enabled)
285 uint8_t tagged; member in struct:arc_fw_scsiattr

Completed in 107 milliseconds