Home
last modified time | relevance | path

Searched refs:int_node (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/kyua/utils/config/
H A Dtree_test.cpp136 tree.define< config::int_node >("var1"); in ATF_TEST_CASE_BODY()
140 tree.set< config::int_node >("var1", 42); in ATF_TEST_CASE_BODY()
183 tree2.define< config::int_node >("var1"); in ATF_TEST_CASE_BODY()
241 t1.set< config::int_node >("int-node", 3); in ATF_TEST_CASE_BODY()
258 t2.set< config::int_node >("int-node", 3); in ATF_TEST_CASE_BODY()
383 t2.define< config::int_node >("top.foo"); in ATF_TEST_CASE_BODY()
413 tree.define< config::int_node >("a.b.c"); in ATF_TEST_CASE_BODY()
454 tree.define< config::int_node >("var1"); in ATF_TEST_CASE_BODY()
571 tree.set< config::int_node >("abc", 2); in ATF_TEST_CASE_BODY()
640 tree.define< config::int_node >("var1"); in ATF_TEST_CASE_BODY()
[all …]
H A Dlua_module_test.cpp175 tree.define< config::int_node >("first"); in ATF_TEST_CASE_BODY()
176 tree.define< config::int_node >("second"); in ATF_TEST_CASE_BODY()
193 tree.define< config::int_node >("first"); in ATF_TEST_CASE_BODY()
209 tree.define< config::int_node >("first"); in ATF_TEST_CASE_BODY()
210 tree.set< config::int_node >("first", 100); in ATF_TEST_CASE_BODY()
250 tree.define< config::int_node >("a.first"); in ATF_TEST_CASE_BODY()
251 tree.define< config::int_node >("a.second"); in ATF_TEST_CASE_BODY()
269 tree.define< config::int_node >("a.first"); in ATF_TEST_CASE_BODY()
285 tree.define< config::int_node >("a.first"); in ATF_TEST_CASE_BODY()
286 tree.set< config::int_node >("a.first", 100); in ATF_TEST_CASE_BODY()
[all …]
H A Dparser_test.cpp62 tree.define< config::int_node >("inner.int"); in setup()
127 ATF_REQUIRE_EQ(12345, tree.lookup< config::int_node >("inner.int")); in ATF_TEST_CASE_BODY()
209 tree.define< config::int_node >("var"); in ATF_TEST_CASE_BODY()
223 tree.define< config::int_node >("var"); in ATF_TEST_CASE_BODY()
235 ATF_REQUIRE_EQ(3, tree.lookup< config::int_node >("var")); in ATF_TEST_CASE_BODY()
H A Dnodes_test.cpp46 class validation_node : public config::int_node {
192 config::int_node node; in ATF_TEST_CASE_BODY()
195 config::int_node* copy = static_cast< config::int_node* >(raw_copy); in ATF_TEST_CASE_BODY()
207 config::int_node node; in ATF_TEST_CASE_BODY()
217 config::int_node node; in ATF_TEST_CASE_BODY()
230 config::int_node node; in ATF_TEST_CASE_BODY()
244 config::int_node node; in ATF_TEST_CASE_BODY()
260 config::int_node node; in ATF_TEST_CASE_BODY()
271 config::int_node node; in ATF_TEST_CASE_BODY()
282 config::int_node node; in ATF_TEST_CASE_BODY()
[all …]
H A Dnodes.cpp481 config::int_node::deep_copy(void) const in deep_copy()
483 std::auto_ptr< int_node > new_node(new int_node()); in deep_copy()
493 config::int_node::push_lua(lutok::state& state) const in push_lua()
507 config::int_node::set_lua(lutok::state& state, const int value_index) in set_lua()
H A Dnodes.hpp172 class int_node : public native_leaf_node< int > { class
182 class positive_int_node : public int_node {
H A Dnodes_fwd.hpp60 class int_node;
/freebsd-14.2/contrib/ntp/include/
H A Dntp_config.h94 typedef struct int_node_tag int_node; typedef
96 int_node * link;
100 typedef DECL_FIFO_ANCHOR(int_node) int_fifo;
329 int_node *create_int_node(int val);
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_config.c549 int_node *i_n; in dump_config_tree()
550 int_node *counter_set; in dump_config_tree()
1357 int_node *
1362 int_node *i_n; in create_int_node()
1650 int_node * i_n; in destroy_int_fifo()
2461 int_node * pfilegen_token; in config_monitor()
3718 int_node *curr_ttl; in config_ttl()
4831 int_node *counter_set; in config_reset_counters()
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dbtree_test.c59 typedef struct int_node { struct
/freebsd-14.2/sys/dev/igc/
H A Dif_igc.c2623 struct sysctl_oid *stat_node, *queue_node, *int_node; in igc_add_hw_stats() local
2865 int_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "interrupts", in igc_add_hw_stats()
2867 int_list = SYSCTL_CHILDREN(int_node); in igc_add_hw_stats()
/freebsd-14.2/sys/dev/e1000/
H A Dif_em.c4677 struct sysctl_oid *stat_node, *queue_node, *int_node; in em_add_hw_stats() local
4929 int_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "interrupts", in em_add_hw_stats()
4931 int_list = SYSCTL_CHILDREN(int_node); in em_add_hw_stats()