Home
last modified time | relevance | path

Searched refs:init_code (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/tests/sys/cddl/zfs/tests/inheritance/
H A Dinherit_001_pos.ksh95 typeset init_code=$2
104 if [[ $init_code == "-" ]]; then
107 update_recordsize $dataset $init_code
109 elif [[ $init_code == "default" ]]; then
112 update_recordsize $dataset $init_code
114 elif [[ $init_code == "local" ]]; then
118 update_recordsize $dataset $init_code
135 typeset init_code=$2
150 if [[ $init_code == "-" || \
151 $init_code == "default" ]]; then
[all …]
/freebsd-12.1/sys/dev/pst/
H A Dpst-iop.h293 u_int8_t init_code; member
321 u_int8_t init_code; member
H A Dpst-iop.c264 msg->init_code = 0x00; /* SOS XXX should be 0x80 == OS */ in iop_init_outqueue()
/freebsd-12.1/contrib/gcc/
H A Dtree-sra.c1789 enum tree_code init_code; in generate_element_init_1() local
1798 init_code = TREE_CODE (init); in generate_element_init_1()
1810 switch (init_code) in generate_element_init_1()
1817 t = (init_code == COMPLEX_EXPR in generate_element_init_1()
1820 t = (init_code == COMPLEX_EXPR in generate_element_init_1()
H A Dloop-unroll.c936 rtx old_niter, niter, init_code, branch_code, tmp; in unroll_loop_runtime_iterations() local
1008 init_code = get_insns (); in unroll_loop_runtime_iterations()
1012 loop_split_edge_with (loop_preheader_edge (loop), init_code); in unroll_loop_runtime_iterations()
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c4825 tree init_code = NULL; in check_initializer() local
4949 init_code = store_init_value (decl, init); in check_initializer()
4979 init_code = build2 (INIT_EXPR, type, decl, init); in check_initializer()
4981 return init_code; in check_initializer()