Searched refs:oc_prog_hw1 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/elf-tests/tests/capabilities/ |
H A D | objcap.ksh | 31 oc_prog_hw1="$oc_tmpdir/prog.hw1" 133 if ! gcc -m64 -o $oc_prog_hw1 $cfile -Wl,-M$mapfile_hw1; then 134 fatal "failed to create $oc_prog_hw1" 138 fatal "failed to create $oc_prog_hw1" 142 fatal "failed to create $oc_prog_hw1" 284 verify_caps "$oc_prog_hw1" 1 $oc_cap_hw1 0 0 293 run_prog "$oc_prog_hw1" 0 "[1]0,[2]0,[3]0" "need hw1, no caps" 298 run_prog "$oc_prog_hw1" 1 "[1]0x42,[2]0,[3]0" "need hw1, hw1=0x42" 303 run_prog "$oc_prog_hw1" 0 "[1]0,[2]0,[3]0x7777" "need hw1, hw3=0x7777" 308 run_prog "$oc_prog_hw1" 0 "[1]0,[2]0x1369,[3]0" "need hw1, hw2=0x1369" [all …]
|