Home
last modified time | relevance | path

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

/freebsd-12.1/tests/sys/mac/bsdextended/
H A Dmatches_test.sh80 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
225 if su -fm $uidinrange -c "$command1"; then
256 if su -fm $uidinrange -c "$command1"; then
[all …]
/freebsd-12.1/bin/sh/tests/builtins/
H A DMakefile57 ${PACKAGE}FILES+= command1.0
/freebsd-12.1/sbin/camcontrol/
H A Dcamcontrol.c1403 if (parm->support.command1 & ATA_SUPPORT_PROTECTED) { in atahpa_print()
1614 parm->support.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no", in atacapprint()
1645 parm->support.command1 & ATA_SUPPORT_SMART ? "yes" : "no", in atacapprint()
1646 parm->enabled.command1 & ATA_SUPPORT_SMART ? "yes" : "no"); in atacapprint()
1648 parm->support.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no", in atacapprint()
1649 parm->enabled.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no"); in atacapprint()
1651 parm->support.command1 & ATA_SUPPORT_POWERMGT ? "yes" : "no", in atacapprint()
1652 parm->enabled.command1 & ATA_SUPPORT_POWERMGT ? "yes" : "no"); in atacapprint()
2380 if (ident_buf->support.command1 & ATA_SUPPORT_PROTECTED) { in ataidentify()
2910 if (ident_buf->support.command1 & ATA_SUPPORT_PROTECTED) in atahpa()
[all …]
/freebsd-12.1/sys/sys/
H A Data.h164 /*082/085*/ u_int16_t command1; member
/freebsd-12.1/sys/cam/ata/
H A Data_da.c1624 if (cgd->ident_data.support.command1 & ATA_SUPPORT_POWERMGT) in adasetflags()
1690 if (cgd->ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD) in adasetflags()
1695 if (cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) in adasetflags()