Home
last modified time | relevance | path

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

/freebsd/tests/sys/cddl/zfs/tests/inheritance/
H A Dinherit_001_pos.ksh90 typeset init_code=$2
99 if [[ $init_code == "-" ]]; then
102 update_recordsize $dataset $init_code
104 elif [[ $init_code == "default" ]]; then
107 update_recordsize $dataset $init_code
109 elif [[ $init_code == "local" ]]; then
113 update_recordsize $dataset $init_code
120 log_fail "ERROR: Unrecognised init code $init_code"
130 typeset init_code=$2
145 if [[ $init_code == "-" || \
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh80 typeset init_code=$2
90 if [[ $init_code == "-" ]]; then
93 update_recordsize $dataset $init_code
95 elif [[ $init_code == "default" ]]; then
98 update_recordsize $dataset $init_code
100 elif [[ $init_code == "local" ]]; then
104 update_recordsize $dataset $init_code
118 log_fail "Unrecognised init code $init_code"
128 typeset init_code=$2
144 if [[ $init_code == "-" || $init_code == "default" ]]; then
[all …]
/freebsd/sys/dev/pst/
H A Dpst-iop.h291 u_int8_t init_code; member
319 u_int8_t init_code; member
H A Dpst-iop.c261 msg->init_code = 0x00; /* SOS XXX should be 0x80 == OS */ in iop_init_outqueue()