Searched refs:command1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh52 command1="sh mnt/test-script.sh $file1"
56 atf_check -s exit:0 su -m $uidinrange -c "$command1"
93 atf_check -s exit:0 su -fm $uidinrange -c "$command1"
96 atf_check -s exit:0 su -fm $uidoutrange -c "$command1"
115 su -fm $uidinrange -c "$command1"
118 atf_check -s exit:0 su -fm $uidoutrange -c "$command1"
139 su -fm $uidinrange -c "$command1"
142 atf_check -s exit:0 su -fm $uidoutrange -c "$command1"
195 su -fm $uidinrange -c "$command1"
203 su -fm $uidoutrange -c "$command1"
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddeptgt.mk25 : command1 # targets == [target1, target2]
/freebsd-13-stable/bin/sh/tests/builtins/
H A DMakefile57 ${PACKAGE}FILES+= command1.0
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c1384 if (parm->support.command1 & ATA_SUPPORT_PROTECTED) {
1595 parm->support.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no",
1596 parm->enabled.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no");
1598 parm->support.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no",
1599 parm->enabled.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no");
1626 parm->support.command1 & ATA_SUPPORT_SMART ? "yes" : "no",
1627 parm->enabled.command1 & ATA_SUPPORT_SMART ? "yes" : "no");
1629 parm->support.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no",
1630 parm->enabled.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no");
1632 parm->support.command1
[all...]
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_ahci.c1021 ata_ident->support.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_PACKET |
1025 ata_ident->enabled.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_PACKET |
1082 ata_ident->support.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_WRITECACHE |
1087 ata_ident->enabled.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_WRITECACHE |
/freebsd-13-stable/sys/cam/ata/
H A Data_da.c1707 if (cgd->ident_data.support.command1 & ATA_SUPPORT_POWERMGT)
1773 if (cgd->ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD)
1778 if (cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE)
/freebsd-13-stable/sys/sys/
H A Data.h165 /*082/085*/ u_int16_t command1; member in struct:ata_params::__anon15769

Completed in 269 milliseconds