Home
last modified time | relevance | path

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

/freebsd-14-stable/tests/sys/mac/bsdextended/
HDmatches_test.sh52 command2="sh mnt/test-script.sh $file2"
61 if ! $command2; then
197 atf_check -s exit:0 su -fm $uidinrange -c "$command2"
205 atf_check -s exit:0 su -fm $uidoutrange -c "$command2"
229 atf_check -s exit:0 su -fm $uidinrange -c "$command2"
235 atf_check -s exit:0 su -fm $uidoutrange -c "$command2"
326 atf_check -s exit:0 su -fm $uidinrange -c "$command2"
349 atf_check -s exit:0 su -fm $uidinrange -c "$command2"
/freebsd-14-stable/contrib/bmake/unit-tests/
HDdeptgt.mk27 : command2 # targets == [target1, target2]
/freebsd-14-stable/contrib/libfido2/.github/ISSUE_TEMPLATE/
HDbug_report.md75 $ <command2>
/freebsd-14-stable/sbin/camcontrol/
HDepc.c377 (ident->support.command2 & ATA_SUPPORT_APM) ? "" : "NOT ", in epc_getmode()
378 (ident->enabled.command2 & ATA_SUPPORT_APM) ? "" : "NOT "); in epc_getmode()
HDcamcontrol.c1492 if (parm->support.command2 & ATA_SUPPORT_MAXSECURITY) in atahpa_print()
1493 printf("yes %s\n", (parm->enabled.command2 & in atahpa_print()
1601 (parm->support.command2 & ATA_SUPPORT_CFA)) in atacapprint()
1612 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not "); in atacapprint()
1703 parm->support.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no", in atacapprint()
1704 parm->enabled.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no"); in atacapprint()
1737 parm->support.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no", in atacapprint()
1738 parm->enabled.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no"); in atacapprint()
1740 parm->support.command2 & ATA_SUPPORT_APM ? "yes" : "no", in atacapprint()
1741 parm->enabled.command2 & ATA_SUPPORT_APM ? "yes" : "no"); in atacapprint()
[all …]
/freebsd-14-stable/sys/cam/ata/
HData_da.c1718 if (cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) { in adasetflags()
1727 if (cgd->ident_data.support.command2 & ATA_SUPPORT_FLUSHCACHE) in adasetflags()
1771 if (cgd->ident_data.support.command2 & ATA_SUPPORT_CFA) in adasetflags()
3466 if ((cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) && in adasetgeom()
/freebsd-14-stable/sys/sys/
HData.h180 /*083/086*/ u_int16_t command2; member
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_ahci.c1075 ata_ident->support.command2 = (1 << 14); in ata_identify_init()
1136 ata_ident->support.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()
1141 ata_ident->enabled.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()