Searched refs:command2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh71 command2="sh $playground/test-script.sh $file2"
84 if $command2; then
186 if su -fm $uidinrange -c "$command2"; then
201 if su -fm $uidoutrange -c "$command2"; then
220 if su -fm $uidinrange -c "$command2"; then
233 if su -fm $uidoutrange -c "$command2"; then
304 if su -fm $uidinrange -c "$command2"; then
323 if su -fm $uidinrange -c "$command2"; then
/freebsd-10-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh77 command2="sh $playground/test-script.sh $file2"
90 if $command2; then
198 if su -fm $uidinrange -c "$command2"; then
213 if su -fm $uidoutrange -c "$command2"; then
232 if su -fm $uidinrange -c "$command2"; then
245 if su -fm $uidoutrange -c "$command2"; then
316 if su -fm $uidinrange -c "$command2"; then
335 if su -fm $uidinrange -c "$command2"; then
/freebsd-10-stable/bin/sh/tests/builtins/
H A DMakefile51 FILES+= command2.0
/freebsd-10-stable/sbin/camcontrol/
H A Dcamcontrol.c1307 (parm->support.command2 & ATA_SUPPORT_CFA))
1318 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not ");
1397 parm->support.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no",
1398 parm->enabled.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no");
1402 parm->support.command2 & ATA_SUPPORT_QUEUED ? "yes" : "no",
1403 parm->enabled.command2 & ATA_SUPPORT_QUEUED ? "yes" : "no");
1404 if (parm->support.command2 & ATA_SUPPORT_QUEUED) {
1431 parm->support.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no",
1432 parm->enabled.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no");
1440 parm->support.command2
[all...]
/freebsd-10-stable/sys/cam/ata/
H A Data_da.c1017 if (cgd.ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) {
1194 if (cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) {
1199 if (cgd->ident_data.support.command2 & ATA_SUPPORT_FLUSHCACHE)
1216 if (cgd->ident_data.support.command2 & ATA_SUPPORT_CFA)
1968 if ((cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) &&
/freebsd-10-stable/sys/sys/
H A Data.h164 /*083/086*/ u_int16_t command2; member in struct:ata_params::__anon2164

Completed in 87 milliseconds