Home
last modified time | relevance | path

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

/freebsd-13.1/tests/sys/mac/bsdextended/
H A Dmatches_test.sh53 command2="sh mnt/test-script.sh $file2"
62 if ! $command2; then
198 atf_check -s exit:0 su -fm $uidinrange -c "$command2"
206 atf_check -s exit:0 su -fm $uidoutrange -c "$command2"
230 atf_check -s exit:0 su -fm $uidinrange -c "$command2"
236 atf_check -s exit:0 su -fm $uidoutrange -c "$command2"
327 atf_check -s exit:0 su -fm $uidinrange -c "$command2"
350 atf_check -s exit:0 su -fm $uidinrange -c "$command2"
/freebsd-13.1/contrib/bmake/unit-tests/
H A Ddeptgt.mk26 : command2 # targets == [target1, target2]
/freebsd-13.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.c1390 if (parm->support.command2 & ATA_SUPPORT_MAXSECURITY) in atahpa_print()
1391 printf("yes %s\n", (parm->enabled.command2 & in atahpa_print()
1499 (parm->support.command2 & ATA_SUPPORT_CFA)) in atacapprint()
1638 parm->support.command2 & ATA_SUPPORT_APM ? "yes" : "no", in atacapprint()
1639 parm->enabled.command2 & ATA_SUPPORT_APM ? "yes" : "no"); in atacapprint()
1640 if (parm->support.command2 & ATA_SUPPORT_APM) { in atacapprint()
1648 if (parm->support.command2 & ATA_SUPPORT_AUTOACOUSTIC) { in atacapprint()
1657 parm->support.command2 & ATA_SUPPORT_NOTIFY ? "yes" : "no", in atacapprint()
1658 parm->enabled.command2 & ATA_SUPPORT_NOTIFY ? "yes" : "no"); in atacapprint()
1660 parm->support.command2 & ATA_SUPPORT_STANDBY ? "yes" : "no", in atacapprint()
[all …]
/freebsd-13.1/bin/sh/tests/builtins/
H A DMakefile58 ${PACKAGE}FILES+= command2.0
/freebsd-13.1/sys/cam/ata/
H A Data_da.c1693 if (cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) { in adasetflags()
1702 if (cgd->ident_data.support.command2 & ATA_SUPPORT_FLUSHCACHE) in adasetflags()
1746 if (cgd->ident_data.support.command2 & ATA_SUPPORT_CFA) in adasetflags()
3436 if ((cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) && in adasetgeom()
/freebsd-13.1/sys/sys/
H A Data.h182 /*083/086*/ u_int16_t command2; member
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_ahci.c1025 ata_ident->support.command2 = (1 << 14); in ata_identify_init()
1086 ata_ident->support.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()
1091 ata_ident->enabled.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()