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

/freebsd-11-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh77 command2="sh $playground/test-script.sh $file2"
90 if $command2; then
198 if su -fm $uidinrange -c "$command2"; then
213 if su -fm $uidoutrange -c "$command2"; then
232 if su -fm $uidinrange -c "$command2"; then
245 if su -fm $uidoutrange -c "$command2"; then
316 if su -fm $uidinrange -c "$command2"; then
335 if su -fm $uidinrange -c "$command2"; then
/freebsd-11-stable/sbin/camcontrol/
H A Depc.c380 (ident->support.command2 & ATA_SUPPORT_APM) ? "" : "NOT ",
381 (ident->enabled.command2 & ATA_SUPPORT_APM) ? "" : "NOT ");
H A Dcamcontrol.c1242 if (parm->support.command2 & ATA_SUPPORT_MAXSECURITY)
1243 printf("yes %s\n", (parm->enabled.command2 &
1351 (parm->support.command2 & ATA_SUPPORT_CFA))
1362 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not ");
1453 parm->support.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no",
1454 parm->enabled.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no");
1487 parm->support.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no",
1488 parm->enabled.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no");
1490 parm->support.command2 & ATA_SUPPORT_APM ? "yes" : "no",
1491 parm->enabled.command2
[all...]
/freebsd-11-stable/bin/sh/tests/builtins/
H A DMakefile54 ${PACKAGE}FILES+= command2.0
/freebsd-11-stable/sys/cam/ata/
H A Data_da.c1624 if (cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) {
1633 if (cgd->ident_data.support.command2 & ATA_SUPPORT_FLUSHCACHE)
1677 if (cgd->ident_data.support.command2 & ATA_SUPPORT_CFA)
3349 if ((cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) &&
/freebsd-11-stable/sys/sys/
H A Data.h178 /*083/086*/ u_int16_t command2; member in struct:ata_params::__anon5496

Completed in 142 milliseconds