Home
last modified time | relevance | path

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

/freebsd-11-stable/tests/sys/mac/bsdextended/
HDmatches_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"; then
[all …]
/freebsd-11-stable/bin/sh/tests/builtins/
HDMakefile53 ${PACKAGE}FILES+= command1.0
/freebsd-11-stable/sbin/camcontrol/
HDcamcontrol.c1236 if (parm->support.command1 & ATA_SUPPORT_PROTECTED) { in atahpa_print()
1447 parm->support.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no", in atacapprint()
1448 parm->enabled.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no"); in atacapprint()
1450 parm->support.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no", in atacapprint()
1451 parm->enabled.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no"); in atacapprint()
1478 parm->support.command1 & ATA_SUPPORT_SMART ? "yes" : "no", in atacapprint()
1479 parm->enabled.command1 & ATA_SUPPORT_SMART ? "yes" : "no"); in atacapprint()
1481 parm->support.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no", in atacapprint()
1482 parm->enabled.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no"); in atacapprint()
1484 parm->support.command1 & ATA_SUPPORT_POWERMGT ? "yes" : "no", in atacapprint()
[all …]
/freebsd-11-stable/sys/sys/
HData.h162 /*082/085*/ u_int16_t command1; member
/freebsd-11-stable/sys/cam/ata/
HData_da.c1638 if (cgd->ident_data.support.command1 & ATA_SUPPORT_POWERMGT) in adasetflags()
1704 if (cgd->ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD) in adasetflags()
1709 if (cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) in adasetflags()