Home
last modified time | relevance | path

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

/freebsd-10-stable/tools/regression/mac/mac_bsdextended/
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"; then
[all …]
/freebsd-10-stable/tests/sys/mac/bsdextended/
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"; then
[all …]
/freebsd-10-stable/bin/sh/tests/builtins/
Dcommand1.01 # $FreeBSD: stable/10/bin/sh/tests/builtins/command1.0 151797 2005-10-28 14:02:42Z stefanf $
DMakefile50 FILES+= command1.0
/freebsd-10-stable/sys/cam/ata/
Data_da.c1065 cgd.ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD) in adaasync()
1068 cgd.ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) in adaasync()
1201 if (cgd->ident_data.support.command1 & ATA_SUPPORT_POWERMGT) in adaregister()
1405 cgd->ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD) { in adaregister()
1408 cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) { in adaregister()
1874 cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) { in adadone()
/freebsd-10-stable/sbin/camcontrol/
Dcamcontrol.c1233 if (parm->support.command1 & ATA_SUPPORT_PROTECTED) { in atahpa_print()
1239 if (parm->support.command1 & ATA_SUPPORT_MAXSECURITY) in atahpa_print()
1391 parm->support.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no", in atacapprint()
1392 parm->enabled.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no"); in atacapprint()
1394 parm->support.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no", in atacapprint()
1395 parm->enabled.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no"); in atacapprint()
1428 parm->support.command1 & ATA_SUPPORT_SMART ? "yes" : "no", in atacapprint()
1429 parm->enabled.command1 & ATA_SUPPORT_SMART ? "yes" : "no"); in atacapprint()
1434 parm->support.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no", in atacapprint()
1435 parm->enabled.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no"); in atacapprint()
[all …]
/freebsd-10-stable/sys/sys/
Data.h148 /*082/085*/ u_int16_t command1; member