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

/freebsd-10-stable/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh70 command1="sh $playground/test-script.sh $file1"
74 if su -m $uidinrange -c "$command1"; then
97 if su -fm $uidinrange -c "$command1"; then
104 if su -fm $uidoutrange -c "$command1"; then
115 if su -fm $uidinrange -c "$command1"; then
122 if su -fm $uidoutrange -c "$command1"; then
134 if su -fm $uidinrange -c "$command1"; then
141 if su -fm $uidoutrange -c "$command1"; then
179 if su -fm $uidinrange -c "$command1"; then
194 if su -fm $uidoutrange -c "$command1"; the
[all...]
/freebsd-10-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-10-stable/bin/sh/tests/builtins/
H A DMakefile50 FILES+= command1.0
/freebsd-10-stable/sys/cam/ata/
H A Data_da.c1065 cgd.ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD)
1068 cgd.ident_data.support.command1 & ATA_SUPPORT_WRITECACHE)
1201 if (cgd->ident_data.support.command1 & ATA_SUPPORT_POWERMGT)
1405 cgd->ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD) {
1408 cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) {
1874 cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) {
/freebsd-10-stable/sbin/camcontrol/
H A Dcamcontrol.c1233 if (parm->support.command1 & ATA_SUPPORT_PROTECTED) {
1239 if (parm->support.command1 & ATA_SUPPORT_MAXSECURITY)
1391 parm->support.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no",
1392 parm->enabled.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no");
1394 parm->support.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no",
1395 parm->enabled.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no");
1428 parm->support.command1 & ATA_SUPPORT_SMART ? "yes" : "no",
1429 parm->enabled.command1 & ATA_SUPPORT_SMART ? "yes" : "no");
1434 parm->support.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no",
1435 parm->enabled.command1
[all...]
/freebsd-10-stable/sys/sys/
H A Data.h148 /*082/085*/ u_int16_t command1; member in struct:ata_params::__anon2164

Completed in 94 milliseconds