| /freebsd/sbin/pfctl/ |
| H A D | pf_ruleset.c | 160 struct pfctl_anchor *anchor; in pf_find_ruleset() local 166 anchor = pf_find_anchor(path); in pf_find_ruleset() 167 if (anchor == NULL) in pf_find_ruleset() 170 return (&anchor->ruleset); in pf_find_ruleset() 178 struct pfctl_anchor *anchor = NULL, *dup, *parent = NULL; in pf_find_or_create_ruleset() local 194 parent = ruleset->anchor; in pf_find_or_create_ruleset() 216 anchor = (struct pfctl_anchor *)rs_malloc(sizeof(*anchor)); in pf_find_or_create_ruleset() 217 if (anchor == NULL) { in pf_find_or_create_ruleset() 221 RB_INIT(&anchor->children); in pf_find_or_create_ruleset() 222 strlcpy(anchor->name, q, sizeof(anchor->name)); in pf_find_or_create_ruleset() [all …]
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_ruleset.c | 177 struct pf_kanchor *anchor; in pf_find_kruleset() local 183 anchor = pf_find_kanchor(path); in pf_find_kruleset() 184 if (anchor == NULL) in pf_find_kruleset() 187 return (&anchor->ruleset); in pf_find_kruleset() 235 struct pf_kanchor *anchor, *dup; in pf_create_kanchor() local 241 anchor = uma_zalloc(V_pf_anchor_z, M_NOWAIT | M_ZERO); in pf_create_kanchor() 242 if (anchor == NULL) in pf_create_kanchor() 245 RB_INIT(&anchor->children); in pf_create_kanchor() 246 strlcpy(anchor->name, aname, sizeof(anchor->name)); in pf_create_kanchor() 252 strlcpy(anchor->path, parent->path, sizeof(anchor->path)); in pf_create_kanchor() [all …]
|
| /freebsd/sys/dev/isci/scil/ |
| H A D | sci_fast_list.h | 70 * - anchor : This is the list container and has a 85 * Initialize the double linked list anchor. The other macros require the list 86 * anchor to be set up using this macro. 88 #define sci_fast_list_init(anchor) \ argument 90 (anchor)->list_head = NULL; \ 91 (anchor)->list_tail = NULL; \ 92 (anchor)->element_count = 0; \ 106 * See if there is anything on the list by checking the list anchor. 108 #define sci_fast_list_is_empty(anchor) ((anchor)->list_head == NULL) argument 120 #define sci_fast_list_get_head(anchor) \ argument [all …]
|
| H A D | sci_simple_list.h | 67 * 2) it is possible to detach the entire list from its anchor 82 * Initialize the singely linked list anchor. The other macros require the 83 * list anchor to be properly initialized. 85 #define sci_simple_list_init(anchor) \ argument 87 (anchor)->list_head = NULL; \ 88 (anchor)->list_tail = NULL; \ 89 (anchor)->list_count = 0; \ 105 #define sci_simple_list_is_empty(anchor) ((anchor)->list_head == NULL) argument 111 #define sci_simple_list_get_head(anchor) ((anchor)->list_head) argument 117 #define sci_simple_list_get_tail(anchor) ((anchor)->list_tail) argument [all …]
|
| /freebsd/contrib/unbound/validator/ |
| H A D | val_anchor.h | 2 * validator/val_anchor.h - validator trust anchor storage. 54 * Trust anchor store. 56 * And then an anchor searched for. Which can be locked or deleted. Then 58 * on a trust anchor and look it up again to delete it. 75 * Trust anchor key 89 * A trust anchor in the trust anchor store. 95 /** lock on the entire anchor and its keys; for autotrust changes */ 97 /** name of this trust anchor */ 106 * List of DS or DNSKEY rrs that form the trust anchor [all...] |
| H A D | autotrust.c | 2 * validator/autotrust.c - RFC5011 trust anchor management for unbound. 72 static void do_revoked(struct module_env* env, struct autr_ta* anchor, int* c); 135 * @param ta: trust anchor key with DNSKEY data. 359 log_err("trust anchor for '%s' presented twice", buf); in autr_tp_create() 370 log_err("trust anchor for '%s' in probetree twice", buf); in autr_tp_create() 428 log_err("anchor cannot be with and without autotrust"); in find_add_tp() 442 /** Add trust anchor from RR */ 464 * Add new trust anchor from a string in file. 466 * @param str: string with anchor and comments, if any comments. 517 * Load single anchor 854 parse_var_line(char * line,struct val_anchors * anchors,struct trust_anchor ** anchor) parse_var_line() argument 1733 do_newkey(struct module_env * env,struct autr_ta * anchor,int * c) do_newkey() argument 1741 do_addtime(struct module_env * env,struct autr_ta * anchor,int * c) do_addtime() argument 1763 do_remtime(struct module_env * env,struct autr_ta * anchor,int * c) do_remtime() argument 1775 do_keyrem(struct module_env * env,struct autr_ta * anchor,int * c) do_keyrem() argument 1786 do_keypres(struct module_env * env,struct autr_ta * anchor,int * c) do_keypres() argument 1794 do_revoked(struct module_env * env,struct autr_ta * anchor,int * c) do_revoked() argument 1806 anchor_state_update(struct module_env * env,struct autr_ta * anchor,int * c) anchor_state_update() argument 1865 struct autr_ta* anchor; init_zsk_to_ksk() local 1897 struct autr_ta* anchor; remove_missing_trustanchors() local 1958 struct autr_ta* anchor; do_statetable() local 1973 struct autr_ta* anchor; autr_holddown_exceed() local [all...] |
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound-anchor.8 | 1 .TH "unbound-anchor" "8" "Jul 16, 2025" "NLnet Labs" "unbound 1.23.1" 3 .\" unbound-anchor.8 -- unbound anchor maintenance utility manual 11 .B unbound\-anchor 12 \- Unbound anchor utility. 14 .B unbound\-anchor 17 .B Unbound\-anchor 18 performs setup or update of the root trust anchor for DNSSEC validation. 19 The program fetches the trust anchor with the method from RFC7958 when 28 # provide or update the root anchor (if necessary) 29 unbound-anchor \-a "/var/unbound/root.key" [all …]
|
| H A D | unbound-anchor.8.in | 30 .TH "UNBOUND-ANCHOR" "8" "Oct 22, 2025" "1.24.1" "Unbound" 32 unbound-anchor \- Unbound 1.24.1 anchor utility. 35 \fBunbound\-anchor\fP [\fBopts\fP] 38 \fBunbound\-anchor\fP performs setup or update of the root trust anchor for DNSSEC 40 The program fetches the trust anchor with the method from \fI\%RFC 7958\fP when 53 # provide or update the root anchor (if necessary) 54 unbound\-anchor \-a \(dq@UNBOUND_ROOTKEY_FILE@\(dq 55 # Please note usage of this root anchor is at your own risk 60 # auto\-trust\-anchor\-file: \(dq@UNBOUND_ROOTKEY_FILE@\(dq 67 This tool provides builtin default contents for the root anchor and root update [all …]
|
| H A D | unbound-anchor.rst | 37 .. program:: unbound-anchor 39 unbound-anchor(8) 45 **unbound-anchor** [``opts``] 50 ``unbound-anchor`` performs setup or update of the root trust anchor for DNSSEC 52 The program fetches the trust anchor with the method from :rfc:`7958` when 63 # provide or update the root anchor (if necessary) 64 unbound-anchor -a "@UNBOUND_ROOTKEY_FILE@" 65 # Please note usage of this root anchor is at your own risk 70 # auto-trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@" 73 This tool provides builtin default contents for the root anchor and root update [all …]
|
| /freebsd/sbin/pfctl/tests/files/ |
| H A D | pf0100.in | 2 anchor "a/b" 3 anchor "1/2/3" # test anchors with multiple path components 4 anchor "relative" { 7 anchor "camield/*" # empty wildcard anchor 9 anchor "relayd/*" 11 anchor "foo" in on lo0 { 12 anchor "bar" in { # nested named inlined anchor 13 anchor "/1/2/3" # absolute multicomponent path 14 anchor "/relative" # absolute path 17 anchor in { # nested unnamed inlined anchor
|
| H A D | pf0041.in | 1 anchor foo 2 anchor bar all 3 anchor bar from any to any 4 anchor foo inet 5 anchor foo inet6 6 anchor foo inet all 7 anchor foo proto tcp 8 anchor foo inet proto tcp from 10.1.2.3 port smtp to 10.2.3.4 port ssh 9 anchor foobar inet6 proto udp from ::1 port 1 to ::1 port 2 10 anchor filteropt out proto tcp to any port 22 user root [all …]
|
| H A D | pf0041.ok | 1 anchor "foo" all 2 anchor "bar" all 3 anchor "bar" all 4 anchor "foo" inet all 5 anchor "foo" inet6 all 6 anchor "foo" inet all 7 anchor "foo" proto tcp all 8 anchor "foo" inet proto tcp from 10.1.2.3 port = smtp to 10.2.3.4 port = ssh 9 anchor "foobar" inet6 proto udp from ::1 port = tcpmux to ::1 port = compressnet 10 anchor "filteropt" out proto tcp from any to any port = ssh user = 0 [all …]
|
| H A D | pf0092.in | 1 anchor { # testing comments 2 anchor in { 7 anchor out { 8 anchor in { 9 anchor out { 10 anchor in { 11 anchor out { 12 anchor in { 13 anchor out { 14 anchor in { [all …]
|
| H A D | pf0092.ok | 1 anchor all { 2 anchor in all { 5 anchor out all { 6 anchor in all { 7 anchor out all { 8 anchor in all { 9 anchor out all { 10 anchor in all { 11 anchor out all { 12 anchor in all { [all …]
|
| H A D | pf0100.ok | 2 anchor "a/b" all 3 anchor "1/2/3" all 4 anchor "relative" all { 7 anchor "camield/*" all 8 anchor "relayd/*" all 9 anchor "foo" in on lo0 all { 10 anchor "bar" in all { 11 anchor "/1/2/3" all 12 anchor "/relative" all 15 anchor in all {
|
| /freebsd/contrib/ntp/include/ |
| H A D | ntp_lists.h | 60 * anchor contains the head and indirect tail pointers. Example: 81 * HEAD_FIFO(anchor) 82 * TAIL_FIFO(anchor) 85 * LINK_FIFO(anchor, pentry, nextlink) 88 * UNLINK_FIFO(punlinked, anchor, nextlink) 236 #define HEAD_FIFO(anchor) ((anchor).phead) 237 #define TAIL_FIFO(anchor) ((NULL == (anchor).pptail) \ 239 : *((anchor) 234 HEAD_FIFO(anchor) global() argument 235 TAIL_FIFO(anchor) global() argument 244 CHECK_FIFO_CONSISTENCY(anchor) global() argument 246 CHECK_FIFO_CONSISTENCY(anchor) global() argument 264 LINK_FIFO(anchor,pentry,nextlink) global() argument 281 UNLINK_FIFO(punlinked,anchor,nextlink) global() argument 298 UNLINK_MID_FIFO(punlinked,anchor,tounlink,nextlink,entrytype) global() argument [all...] |
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | API.cpp | 126 void GlobalFunctionRecord::anchor() {} in anchor() function in GlobalFunctionRecord 127 void GlobalVariableRecord::anchor() {} in anchor() function in GlobalVariableRecord 128 void EnumConstantRecord::anchor() {} in anchor() function in EnumConstantRecord 129 void EnumRecord::anchor() {} in anchor() function in EnumRecord 130 void StructFieldRecord::anchor() {} in anchor() function in StructFieldRecord 131 void StructRecord::anchor() {} in anchor() function in StructRecord 132 void UnionFieldRecord::anchor() {} in anchor() function in UnionFieldRecord 133 void UnionRecord::anchor() {} in anchor() function in UnionRecord 134 void CXXFieldRecord::anchor() {} in anchor() function in CXXFieldRecord 135 void CXXClassRecord::anchor() {} in anchor() function in CXXClassRecord [all …]
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | update-anchor.sh | 2 # update-anchor.sh, update a trust anchor. 11 echo "usage: update-anchor [-r hs] [-b] <zone name> <trust anchor file>" 12 echo " performs an update of trust anchor file" 13 echo " the trust anchor file is overwritten with the latest keys" 14 echo " the trust anchor file should contain only keys for one zone" 19 echo " update-anchor [-r hints] [-b] -d directory" 20 echo " update all <zone>.anchor files in the directory." 22 echo " name the files br.anchor se.anchor ..., and include them in" 24 echo " put keys for the root in a file with the name root.anchor." 57 tmpfile="/tmp/update-anchor.$$" [all …]
|
| /freebsd/tests/sys/netpfil/pf/ |
| H A D | anchor.sh | 48 "anchor \"epair\" on ${epair}b { \n\ 64 atf_set descr "Test that we can retrieve longer anchor names, PR 279225" 75 "nat-anchor \"appjail-nat/jail/*\" all" \ 76 "rdr-anchor \"appjail-rdr/*\" all" \ 77 "anchor \"appjail/jail/*\" all" 79 atf_check -s exit:0 -o match:"nat-anchor \"appjail-nat/jail/\*\" all \{" \ 81 atf_check -s exit:0 -o match:"rdr-anchor \"appjail-rdr/\*\" all \{" \ 83 atf_check -s exit:0 -o match:"anchor \"appjail/jail/\*\" all \{" \ 107 "anchor \"foo\" { \n\ 108 anchor \"bar\" { \n\ [all …]
|
| /freebsd/contrib/libyaml/src/ |
| H A D | dumper.c | 25 * Anchor functions. 43 yaml_emitter_dump_alias(yaml_emitter_t *emitter, yaml_char_t *anchor); 47 yaml_char_t *anchor); 51 yaml_char_t *anchor); 55 yaml_char_t *anchor); 203 * Check the references of a node and assign the anchor id if needed. 236 emitter->anchors[index-1].anchor = (++ emitter->last_anchor_id); in yaml_emitter_anchor_node() 241 * Generate a textual representation for an anchor. 250 yaml_char_t *anchor = YAML_MALLOC(ANCHOR_TEMPLATE_LENGTH); in yaml_emitter_generate_anchor() local 252 if (!anchor) return NULL; in yaml_emitter_generate_anchor() [all …]
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | test_chain.in | 55 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1 61 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1 66 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1 72 anchor:FILE:$srcdir/data/ca.crt > /dev/null && exit 1 79 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1 84 anchor:FILE:$srcdir/data/sub-ca.crt > /dev/null || exit 1 91 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1 98 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1 104 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1 111 anchor:FILE:$srcdir/data/ca.crt > /dev/null && exit 1 [all …]
|
| /freebsd/contrib/libyaml/tests/ |
| H A D | run-emitter.c | 39 event_from->data.alias.anchor); in copy_event() 43 event_from->data.scalar.anchor, in copy_event() 53 event_from->data.sequence_start.anchor, in copy_event() 63 event_from->data.mapping_start.anchor, in copy_event() 119 return (strcmp((char *)event1->data.alias.anchor, in compare_events() 120 (char *)event2->data.alias.anchor) == 0); in compare_events() 123 if ((event1->data.scalar.anchor && !event2->data.scalar.anchor) in compare_events() 124 || (!event1->data.scalar.anchor && event2->data.scalar.anchor) in compare_events() 125 || (event1->data.scalar.anchor && event2->data.scalar.anchor in compare_events() 126 && strcmp((char *)event1->data.scalar.anchor, in compare_events() [all …]
|
| /freebsd/contrib/llvm-project/lld/docs/llvm-theme/static/ |
| H A D | llvm.css | 182 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { 189 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, 190 h5:hover a.anchor, h6:hover a.anchor { 194 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover, 195 h5 a.anchor:hover, h6 a.anchor:hover {
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_fast.c | 63 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_generic() local 134 { size_t const step = ((size_t)(ip0-anchor) >> (kSearchStrength - 1)) + stepSize; in ZSTD_compressBlock_fast_generic() 147 while (((ip0>anchor) & (match0>prefixStart)) in ZSTD_compressBlock_fast_generic() 153 ZSTD_storeSeq(seqStore, (size_t)(ip0-anchor), anchor, iend, offcode, mLength-MINMATCH); in ZSTD_compressBlock_fast_generic() 156 anchor = ip0; in ZSTD_compressBlock_fast_generic() 171 … ZSTD_storeSeq(seqStore, 0 /*litLen*/, anchor, iend, 0 /*offCode*/, rLength-MINMATCH); in ZSTD_compressBlock_fast_generic() 172 anchor = ip0; in ZSTD_compressBlock_fast_generic() 183 return (size_t)(iend - anchor); in ZSTD_compressBlock_fast_generic() 220 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_dictMatchState_generic() local 276 ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, 0, mLength-MINMATCH); in ZSTD_compressBlock_fast_dictMatchState_generic() [all …]
|
| /freebsd/contrib/libxo/tests/xo/saved/ |
| H A D | xo_01.X.out | 1 …anchor><address>0xdeadbeef</address><foo>1</foo></anchor><anchor><address>0xdeadbeef</address><foo…
|