Home
last modified time | relevance | path

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

/src/tests/sys/mac/bsdextended/
H A Dmatches_test.sh50 command2="sh mnt/test-script.sh $file2"
59 if ! $command2; then
195 atf_check -s exit:0 su -fm $uidinrange -c "$command2"
203 atf_check -s exit:0 su -fm $uidoutrange -c "$command2"
227 atf_check -s exit:0 su -fm $uidinrange -c "$command2"
233 atf_check -s exit:0 su -fm $uidoutrange -c "$command2"
324 atf_check -s exit:0 su -fm $uidinrange -c "$command2"
347 atf_check -s exit:0 su -fm $uidinrange -c "$command2"
/src/bin/sh/tests/builtins/
H A Dfc3.0.stdout2 : command2
H A Dfc3.04 : command2
H A DMakefile57 ${PACKAGE}FILES+= command2.0
/src/contrib/bmake/unit-tests/
H A Ddeptgt.mk27 : command2 # targets == [target1, target2]
/src/contrib/libfido2/.github/ISSUE_TEMPLATE/
H A Dbug_report.md75 $ <command2>
/src/sbin/camcontrol/
H A Depc.c377 (ident->support.command2 & ATA_SUPPORT_APM) ? "" : "NOT ", in epc_getmode()
378 (ident->enabled.command2 & ATA_SUPPORT_APM) ? "" : "NOT "); in epc_getmode()
H A Dcamcontrol.c1495 if (parm->support.command2 & ATA_SUPPORT_MAXSECURITY) in atahpa_print()
1496 printf("yes %s\n", (parm->enabled.command2 & in atahpa_print()
1604 (parm->support.command2 & ATA_SUPPORT_CFA)) in atacapprint()
1615 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not "); in atacapprint()
1735 parm->support.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no", in atacapprint()
1736 parm->enabled.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no"); in atacapprint()
1769 parm->support.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no", in atacapprint()
1770 parm->enabled.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no"); in atacapprint()
1772 parm->support.command2 & ATA_SUPPORT_APM ? "yes" : "no", in atacapprint()
1773 parm->enabled.command2 & ATA_SUPPORT_APM ? "yes" : "no"); in atacapprint()
[all …]
/src/sys/sys/
H A Data.h180 /*083/086*/ u_int16_t command2; member
/src/sys/cam/ata/
H A Data_da.c1715 if (cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) { in adasetflags()
1724 if (cgd->ident_data.support.command2 & ATA_SUPPORT_FLUSHCACHE) in adasetflags()
1768 if (cgd->ident_data.support.command2 & ATA_SUPPORT_CFA) in adasetflags()
3546 if ((cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) && in adasetgeom()
/src/usr.sbin/bhyve/
H A Dpci_ahci.c1074 ata_ident->support.command2 = (1 << 14); in ata_identify_init()
1135 ata_ident->support.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()
1140 ata_ident->enabled.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()