Searched refs:command1 (Results 1 – 7 of 7) sorted by relevance
70 command1="sh $playground/test-script.sh $file1"74 if su -m $uidinrange -c "$command1"; then97 if su -fm $uidinrange -c "$command1"; then104 if su -fm $uidoutrange -c "$command1"; then115 if su -fm $uidinrange -c "$command1"; then122 if su -fm $uidoutrange -c "$command1"; then134 if su -fm $uidinrange -c "$command1"; then141 if su -fm $uidoutrange -c "$command1"; then179 if su -fm $uidinrange -c "$command1"; then194 if su -fm $uidoutrange -c "$command1"; then[all …]
76 command1="sh $playground/test-script.sh $file1"80 if su -m $uidinrange -c "$command1"; then103 if su -fm $uidinrange -c "$command1"; then110 if su -fm $uidoutrange -c "$command1"; then121 if su -fm $uidinrange -c "$command1"; then128 if su -fm $uidoutrange -c "$command1"; then140 if su -fm $uidinrange -c "$command1"; then147 if su -fm $uidoutrange -c "$command1"; then191 if su -fm $uidinrange -c "$command1"; then206 if su -fm $uidoutrange -c "$command1"; then[all …]
1 # $FreeBSD: stable/10/bin/sh/tests/builtins/command1.0 151797 2005-10-28 14:02:42Z stefanf $
50 FILES+= command1.0
1065 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()
1233 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 …]
148 /*082/085*/ u_int16_t command1; member