Home
last modified time | relevance | path

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

/freebsd/tests/sys/mac/bsdextended/
H A Dmatches_test.sh49 command1="sh mnt/test-script.sh $file1"
53 atf_check -s exit:0 su -m $uidinrange -c "$command1"
90 atf_check -s exit:0 su -fm $uidinrange -c "$command1"
93 atf_check -s exit:0 su -fm $uidoutrange -c "$command1"
112 su -fm $uidinrange -c "$command1"
115 atf_check -s exit:0 su -fm $uidoutrange -c "$command1"
136 su -fm $uidinrange -c "$command1"
139 atf_check -s exit:0 su -fm $uidoutrange -c "$command1"
192 su -fm $uidinrange -c "$command1"
200 su -fm $uidoutrange -c "$command1"
[all …]
/freebsd/bin/sh/tests/builtins/
H A Dfc3.03 echo ': command1
H A DMakefile56 ${PACKAGE}FILES+= command1.0
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt.mk26 : command1 # targets == [target1, target2]
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c1487 if (parm->support.command1 & ATA_SUPPORT_PROTECTED) { in atahpa_print()
1698 parm->support.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no", in atacapprint()
1699 parm->enabled.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no"); in atacapprint()
1701 parm->support.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no", in atacapprint()
1702 parm->enabled.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no"); in atacapprint()
1729 parm->support.command1 & ATA_SUPPORT_SMART ? "yes" : "no", in atacapprint()
1730 parm->enabled.command1 & ATA_SUPPORT_SMART ? "yes" : "no"); in atacapprint()
1732 parm->support.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no", in atacapprint()
1733 parm->enabled.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no"); in atacapprint()
1735 parm->support.command1 & ATA_SUPPORT_POWERMGT ? "yes" : "no", in atacapprint()
[all …]
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c1072 ata_ident->support.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_PACKET | in ata_identify_init()
1076 ata_ident->enabled.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_PACKET | in ata_identify_init()
1133 ata_ident->support.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_WRITECACHE | in ata_identify_init()
1138 ata_ident->enabled.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_WRITECACHE | in ata_identify_init()
/freebsd/sys/sys/
H A Data.h164 /*082/085*/ u_int16_t command1; member
/freebsd/sys/cam/ata/
H A Data_da.c1728 if (cgd->ident_data.support.command1 & ATA_SUPPORT_POWERMGT) in adasetflags()
1794 if (cgd->ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD) in adasetflags()
1799 if (cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) in adasetflags()