Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh79 typeset init_code=$2
89 if [[ $init_code == "-" ]]; then
92 update_recordsize $dataset $init_code
94 elif [[ $init_code == "default" ]]; then
97 update_recordsize $dataset $init_code
99 elif [[ $init_code == "local" ]]; then
103 update_recordsize $dataset $init_code
117 log_fail "Unrecognised init code $init_code"
127 typeset init_code=$2
143 if [[ $init_code == "-" || $init_code == "default" ]]; then
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Djtag.c233 jtag_instruction init_code; /* instruction to write parameters */ member
1859 chip->init_code, scan_in, chip->dr_len, in jtag_init_chip()