Home
last modified time | relevance | path

Searched refs:command2 (Results 1 – 5 of 5) sorted by relevance

/trueos/tools/regression/mac/mac_bsdextended/
HDtest_matches.sh27 command2="perl $playground/test-script.pl $file2"
35 $command2 && echo good
88 su -fm $uidinrange -c "$command2 && echo good"
93 su -fm $uidoutrange -c "$command2 && echo good"
102 su -fm $uidinrange -c "$command2 && echo good"
106 su -fm $uidoutrange -c "$command2 && echo good"
145 su -fm $uidinrange -c "$command2 && echo good"
154 su -fm $uidinrange -c "$command2 && echo good"
/trueos/sbin/camcontrol/
HDcamcontrol.c1276 (parm->support.command2 & ATA_SUPPORT_CFA)) in atacapprint()
1287 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not "); in atacapprint()
1366 parm->support.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no", in atacapprint()
1367 parm->enabled.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no"); in atacapprint()
1371 parm->support.command2 & ATA_SUPPORT_QUEUED ? "yes" : "no", in atacapprint()
1372 parm->enabled.command2 & ATA_SUPPORT_QUEUED ? "yes" : "no"); in atacapprint()
1373 if (parm->support.command2 & ATA_SUPPORT_QUEUED) { in atacapprint()
1400 parm->support.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no", in atacapprint()
1401 parm->enabled.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no"); in atacapprint()
1409 parm->support.command2 & ATA_SUPPORT_APM ? "yes" : "no", in atacapprint()
[all …]
/trueos/bin/sh/tests/builtins/
HDMakefile46 FILES+= command2.0
/trueos/sys/cam/ata/
HData_da.c1014 if (cgd.ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) { in adaasync()
1191 if (cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) { in adaregister()
1196 if (cgd->ident_data.support.command2 & ATA_SUPPORT_FLUSHCACHE) in adaregister()
1213 if (cgd->ident_data.support.command2 & ATA_SUPPORT_CFA) in adaregister()
1944 if ((cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) && in adagetparams()
/trueos/sys/sys/
HData.h164 /*083/086*/ u_int16_t command2; member