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

  /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 in function:test2
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/sys/dev/pci/
arcmsrvar.h 197 * byte 7 tagged queue (1 enabled)
285 uint8_t tagged; member in struct:arc_fw_scsiattr

Completed in 14 milliseconds