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

/freebsd-9.3-release/contrib/ntp/tests/ntpd/
H A Drc_cmdlength.c19 const char *command2 = "Random Command\t\t\n\t"; local
27 length = strlen(command2);
28 commandLength = remoteconfig_cmdlength(command2, command2+length);
/freebsd-9.3-release/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh27 command2="perl $playground/test-script.pl $file2"
35 $command2 && echo good
88 su -fm $uidinrange -c "$command2 && echo good"
93 su -fm $uidoutrange -c "$command2 && echo good"
102 su -fm $uidinrange -c "$command2 && echo good"
106 su -fm $uidoutrange -c "$command2 && echo good"
145 su -fm $uidinrange -c "$command2 && echo good"
154 su -fm $uidinrange -c "$command2 && echo good"
/freebsd-9.3-release/sbin/atacontrol/
H A Datacontrol.c193 (parm->support.command2 & ATA_SUPPORT_CFA))
204 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not ");
238 parm->support.command2 & ATA_SUPPORT_QUEUED ? "yes" : "no",
239 parm->enabled.command2 & ATA_SUPPORT_QUEUED ? "yes" : "no",
247 parm->support.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no",
248 parm->enabled.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no");
259 parm->support.command2 & ATA_SUPPORT_APM ? "yes" : "no",
260 parm->enabled.command2 & ATA_SUPPORT_APM ? "yes" : "no",
265 parm->support.command2 & ATA_SUPPORT_AUTOACOUSTIC ? "yes" :"no",
266 parm->enabled.command2
[all...]
/freebsd-9.3-release/sys/dev/ata/
H A Data-disk.c132 if (atadev->param.support.command2 & ATA_SUPPORT_ADDRESS48)
141 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
143 if ((atadev->param.support.command2 & ATA_SUPPORT_CFA) ||
203 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
377 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
463 if ((atadev->param.support.command2 & ATA_SUPPORT_ADDRESS48) &&
H A Datapi-fd.c140 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
H A Datapi-tape.c181 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
H A Data-all.c1134 atadev->param.support.command2 & ATA_SUPPORT_ADDRESS48) {
1206 else if (atadev->param.support.command2 & ATA_SUPPORT_ADDRESS48) {
H A Datapi-cd.c151 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
H A Data-raid.c162 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c1258 (parm->support.command2 & ATA_SUPPORT_CFA))
1269 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not ");
1348 parm->support.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no",
1349 parm->enabled.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no");
1353 parm->support.command2 & ATA_SUPPORT_QUEUED ? "yes" : "no",
1354 parm->enabled.command2 & ATA_SUPPORT_QUEUED ? "yes" : "no");
1355 if (parm->support.command2 & ATA_SUPPORT_QUEUED) {
1382 parm->support.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no",
1383 parm->enabled.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no");
1391 parm->support.command2
[all...]
/freebsd-9.3-release/sys/cam/ata/
H A Data_da.c998 if (cgd.ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) {
1173 if (cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) {
1178 if (cgd->ident_data.support.command2 & ATA_SUPPORT_FLUSHCACHE)
1195 if (cgd->ident_data.support.command2 & ATA_SUPPORT_CFA)
1923 if ((cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) &&
/freebsd-9.3-release/sys/sys/
H A Data.h164 /*083/086*/ u_int16_t command2; member in struct:ata_params::__anon10391

Completed in 214 milliseconds