Home
last modified time | relevance | path

Searched refs:command1 (Results 1 – 9 of 9) sorted by relevance

/src/tests/sys/mac/bsdextended/ !
H A Dmatches_test.sh49 command1="sh mnt/test-script.sh $file1"
53 atf_check -s exit:0 su -m $uidinrange -c "$command1"
90 atf_check -s exit:0 su -fm $uidinrange -c "$command1"
93 atf_check -s exit:0 su -fm $uidoutrange -c "$command1"
112 su -fm $uidinrange -c "$command1"
115 atf_check -s exit:0 su -fm $uidoutrange -c "$command1"
136 su -fm $uidinrange -c "$command1"
139 atf_check -s exit:0 su -fm $uidoutrange -c "$command1"
192 su -fm $uidinrange -c "$command1"
200 su -fm $uidoutrange -c "$command1"
[all …]
/src/bin/sh/tests/builtins/ !
H A Dfc3.03 echo ': command1
H A DMakefile56 ${PACKAGE}FILES+= command1.0
/src/contrib/bmake/unit-tests/ !
H A Ddeptgt.mk26 : command1 # targets == [target1, target2]
/src/contrib/libfido2/.github/ISSUE_TEMPLATE/ !
H A Dbug_report.md74 $ <command1>
/src/sbin/camcontrol/ !
H A Dcamcontrol.c1489 if (parm->support.command1 & ATA_SUPPORT_PROTECTED) { in atahpa_print()
1729 parm->support.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no", in atacapprint()
1730 parm->enabled.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no"); in atacapprint()
1732 parm->support.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no", in atacapprint()
1733 parm->enabled.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no"); in atacapprint()
1760 parm->support.command1 & ATA_SUPPORT_SMART ? "yes" : "no", in atacapprint()
1761 parm->enabled.command1 & ATA_SUPPORT_SMART ? "yes" : "no"); in atacapprint()
1763 parm->support.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no", in atacapprint()
1764 parm->enabled.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no"); in atacapprint()
1766 parm->support.command1 & ATA_SUPPORT_POWERMGT ? "yes" : "no", in atacapprint()
[all …]
/src/usr.sbin/bhyve/ !
H A Dpci_ahci.c1072 ata_ident->support.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_PACKET | in ata_identify_init()
1076 ata_ident->enabled.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_PACKET | in ata_identify_init()
1133 ata_ident->support.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_WRITECACHE | in ata_identify_init()
1138 ata_ident->enabled.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_WRITECACHE | in ata_identify_init()
/src/sys/sys/ !
H A Data.h164 /*082/085*/ u_int16_t command1; member
/src/sys/cam/ata/ !
H A Data_da.c1729 if (cgd->ident_data.support.command1 & ATA_SUPPORT_POWERMGT) in adasetflags()
1795 if (cgd->ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD) in adasetflags()
1800 if (cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) in adasetflags()