/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_config.c | 417 ptree->auth.keysdir = NULL; in free_auth_node() argument 440 init_syntax_tree(config_tree * ptree) init_syntax_tree() argument 452 config_tree *ptree; free_all_config_trees() local 467 free_config_tree(config_tree * ptree) free_config_tree() argument 543 dump_config_tree(config_tree * ptree,FILE * df,int comment) dump_config_tree() argument 1961 config_other_modes(config_tree * ptree) config_other_modes() argument 2025 free_config_other_modes(config_tree * ptree) free_config_other_modes() argument 2037 config_auth(config_tree * ptree) config_auth() argument 2186 free_config_auth(config_tree * ptree) free_config_auth() argument 2203 config_tos_clock(config_tree * ptree) config_tos_clock() argument 2233 config_tos(config_tree * ptree) config_tos() argument 2420 free_config_tos(config_tree * ptree) free_config_tos() argument 2430 config_monitor(config_tree * ptree) config_monitor() argument 2586 free_config_monitor(config_tree * ptree) free_config_monitor() argument 2603 config_access(config_tree * ptree) config_access() argument 3134 free_config_access(config_tree * ptree) free_config_access() argument 3146 config_rlimit(config_tree * ptree) config_rlimit() argument 3226 config_tinker(config_tree * ptree) config_tinker() argument 3287 free_config_rlimit(config_tree * ptree) free_config_rlimit() argument 3295 free_config_tinker(config_tree * ptree) free_config_tinker() argument 3309 config_nic_rules(config_tree * ptree,int input_from_file) config_nic_rules() argument 3423 free_config_nic_rules(config_tree * ptree) free_config_nic_rules() argument 3540 config_system_opts(config_tree * ptree) config_system_opts() argument 3551 free_config_system_opts(config_tree * ptree) free_config_system_opts() argument 3562 config_logconfig(config_tree * ptree) config_logconfig() argument 3592 free_config_logconfig(config_tree * ptree) free_config_logconfig() argument 3603 config_phone(config_tree * ptree) config_phone() argument 3626 config_mdnstries(config_tree * ptree) config_mdnstries() argument 3639 free_config_phone(config_tree * ptree) free_config_phone() argument 3650 config_setvar(config_tree * ptree) config_setvar() argument 3679 free_config_setvar(config_tree * ptree) free_config_setvar() argument 3690 config_ttl(config_tree * ptree) config_ttl() argument 3718 free_config_ttl(config_tree * ptree) free_config_ttl() argument 3729 config_trap(config_tree * ptree) config_trap() argument 3904 free_config_trap(config_tree * ptree) free_config_trap() argument 3915 config_fudge(config_tree * ptree) config_fudge() argument 4041 config_device(config_tree * ptree) config_device() argument 4103 free_config_fudge(config_tree * ptree) free_config_fudge() argument 4111 free_config_device(config_tree * ptree) free_config_device() argument 4121 config_vars(config_tree * ptree) config_vars() argument 4228 free_config_vars(config_tree * ptree) free_config_vars() argument 4373 config_peers(config_tree * ptree) config_peers() argument 4619 free_config_peers(config_tree * ptree) free_config_peers() argument 4642 config_unpeers(config_tree * ptree) config_unpeers() argument 4777 free_config_unpeers(config_tree * ptree) free_config_unpeers() argument 4800 config_reset_counters(config_tree * ptree) config_reset_counters() argument 4850 free_config_reset_counters(config_tree * ptree) free_config_reset_counters() argument 4861 config_sim(config_tree * ptree) config_sim() argument 4934 free_config_sim(config_tree * ptree) free_config_sim() argument 4980 config_ntpd(config_tree * ptree,int input_from_files) config_ntpd() argument 5047 config_ntpdsim(config_tree * ptree) config_ntpdsim() argument 5196 config_tree *ptree; save_and_apply_config_tree() local [all...] |
/freebsd/sys/sys/ |
H A D | pctrie.h | 58 #define pctrie_subtree_lookup_gt_assert(node, key, ptree, res) argument 59 #define pctrie_subtree_lookup_lt_assert(node, key, ptree, res) argument 420 pctrie_init(struct pctrie *ptree) in pctrie_init() 426 pctrie_is_empty(struct pctrie *ptree) in pctrie_is_empty() 451 struct pctrie *ptree; member 465 pctrie_iter_init(struct pctrie_iter *it, struct pctrie *ptree) in pctrie_iter_init() 473 pctrie_iter_limit_init(struct pctrie_iter *it, struct pctrie *ptree, in pctrie_iter_limit_init()
|
/freebsd/sys/kern/ |
H A D | subr_pctrie.c | 174 pctrie_root(struct pctrie *ptree) in pctrie_root() 183 pctrie_root_load(struct pctrie *ptree, smr_t smr, enum pctrie_access access) in pctrie_root_load() 286 pctrie_insert_lookup_compound(struct pctrie *ptree, uint64_t *val, in pctrie_insert_lookup_compound() 364 pctrie_insert_lookup_strict(struct pctrie *ptree, uint64_t *val) in pctrie_insert_lookup_strict() 383 pctrie_insert_lookup(struct pctrie *ptree, uint64_t *val, in pctrie_insert_lookup() 397 pctrie_insert_lookup_gt(struct pctrie *ptree, uint64_t *val, in pctrie_insert_lookup_gt() 412 pctrie_insert_lookup_lt(struct pctrie *ptree, uint64_t *val, in pctrie_insert_lookup_lt() 492 _pctrie_lookup(struct pctrie *ptree, uint64_t index, smr_t smr, in _pctrie_lookup() 512 pctrie_lookup(struct pctrie *ptree, uint64_t index) in pctrie_lookup() 523 pctrie_lookup_unlocked(struct pctrie *ptree, uint64_t index, smr_t smr) in pctrie_lookup_unlocked() [all …]
|
H A D | subr_rangeset.c | 57 rs_node_alloc(struct pctrie *ptree) in rs_node_alloc()
|
H A D | vfs_subr.c | 528 buf_trie_alloc(struct pctrie *ptree) in buf_trie_alloc() argument 534 buf_trie_free(struct pctrie *ptree, void *node) in buf_trie_free() argument
|
/freebsd/sys/vm/ |
H A D | vm_radix.c | 74 vm_radix_node_alloc(struct pctrie *ptree) in vm_radix_node_alloc() 80 vm_radix_node_free(struct pctrie *ptree, void *node) in vm_radix_node_free()
|
H A D | swap_pager.c | 519 swblk_trie_alloc(struct pctrie *ptree) in swblk_trie_alloc() 527 swblk_trie_free(struct pctrie *ptree, void *node) in swblk_trie_free()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | pcy_tree.c | 97 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, in tree_init() 660 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy, in X509_policy_check()
|
/freebsd/sys/netipsec/ |
H A D | ipsec_offload.c | 122 drvspi_sa_trie_alloc(struct pctrie *ptree) in drvspi_sa_trie_alloc() 133 drvspi_sa_trie_free(struct pctrie *ptree, void *node) in drvspi_sa_trie_free()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_pci.c | 143 struct pctrie ptree; member 1423 linux_dma_trie_alloc(struct pctrie *ptree) in linux_dma_trie_alloc() 1430 linux_dma_trie_free(struct pctrie *ptree, void *node) in linux_dma_trie_free()
|