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

/freebsd-11-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh76 command1="sh $playground/test-script.sh $file1"
80 if su -m $uidinrange -c "$command1"; then
103 if su -fm $uidinrange -c "$command1"; then
110 if su -fm $uidoutrange -c "$command1"; then
121 if su -fm $uidinrange -c "$command1"; then
128 if su -fm $uidoutrange -c "$command1"; then
140 if su -fm $uidinrange -c "$command1"; then
147 if su -fm $uidoutrange -c "$command1"; then
191 if su -fm $uidinrange -c "$command1"; then
206 if su -fm $uidoutrange -c "$command1"; the
[all...]
/freebsd-11-stable/bin/sh/tests/builtins/
H A DMakefile53 ${PACKAGE}FILES+= command1.0
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c1236 if (parm->support.command1 & ATA_SUPPORT_PROTECTED) {
1447 parm->support.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no",
1448 parm->enabled.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no");
1450 parm->support.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no",
1451 parm->enabled.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no");
1478 parm->support.command1 & ATA_SUPPORT_SMART ? "yes" : "no",
1479 parm->enabled.command1 & ATA_SUPPORT_SMART ? "yes" : "no");
1481 parm->support.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no",
1482 parm->enabled.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no");
1484 parm->support.command1
[all...]
/freebsd-11-stable/sys/cam/ata/
H A Data_da.c1638 if (cgd->ident_data.support.command1 & ATA_SUPPORT_POWERMGT)
1704 if (cgd->ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD)
1709 if (cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE)
/freebsd-11-stable/sys/sys/
H A Data.h162 /*082/085*/ u_int16_t command1; member in struct:ata_params::__anon5496

Completed in 214 milliseconds