Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/sbin/camcontrol/
H A Depc.c380 (ident->support.command2 & ATA_SUPPORT_APM) ? "" : "NOT ", in epc_getmode()
381 (ident->enabled.command2 & ATA_SUPPORT_APM) ? "" : "NOT "); in epc_getmode()
H A Dcamcontrol.c1409 if (parm->support.command2 & ATA_SUPPORT_MAXSECURITY) in atahpa_print()
1410 printf("yes %s\n", (parm->enabled.command2 & in atahpa_print()
1518 (parm->support.command2 & ATA_SUPPORT_CFA)) in atacapprint()
1657 parm->support.command2 & ATA_SUPPORT_APM ? "yes" : "no", in atacapprint()
1658 parm->enabled.command2 & ATA_SUPPORT_APM ? "yes" : "no"); in atacapprint()
1659 if (parm->support.command2 & ATA_SUPPORT_APM) { in atacapprint()
1667 if (parm->support.command2 & ATA_SUPPORT_AUTOACOUSTIC) { in atacapprint()
1676 parm->support.command2 & ATA_SUPPORT_NOTIFY ? "yes" : "no", in atacapprint()
1677 parm->enabled.command2 & ATA_SUPPORT_NOTIFY ? "yes" : "no"); in atacapprint()
1679 parm->support.command2 & ATA_SUPPORT_STANDBY ? "yes" : "no", in atacapprint()
[all …]
/freebsd-12.1/bin/sh/tests/builtins/
H A DMakefile58 ${PACKAGE}FILES+= command2.0
/freebsd-12.1/sys/cam/ata/
H A Data_da.c1610 if (cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) { in adasetflags()
1619 if (cgd->ident_data.support.command2 & ATA_SUPPORT_FLUSHCACHE) in adasetflags()
1663 if (cgd->ident_data.support.command2 & ATA_SUPPORT_CFA) in adasetflags()
3346 if ((cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) && in adasetgeom()
/freebsd-12.1/sys/sys/
H A Data.h180 /*083/086*/ u_int16_t command2; member