Searched refs:command1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/ntp/tests/ntpd/
H A Drc_cmdlength.c18 const char *command1 = "Random Command"; local
23 length = strlen(command1);
24 commandLength = remoteconfig_cmdlength(command1, command1+length);
/freebsd-9.3-release/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh26 command1="perl $playground/test-script.pl $file1"
30 su -m $uidinrange -c "$command1 && echo good"
43 su -fm $uidinrange -c "$command1 && echo good"
45 su -fm $uidoutrange -c "$command1 && echo good"
52 su -fm $uidinrange -c "$command1 || echo good"
54 su -fm $uidoutrange -c "$command1 && echo good"
61 su -fm $uidinrange -c "$command1 || echo good"
63 su -fm $uidoutrange -c "$command1 && echo good"
86 su -fm $uidinrange -c "$command1 || echo good"
91 su -fm $uidoutrange -c "$command1 || ech
[all...]
/freebsd-9.3-release/sbin/atacontrol/
H A Datacontrol.c220 parm->support.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no",
221 parm->enabled.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no");
224 parm->support.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no",
225 parm->enabled.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no");
243 parm->support.command1 & ATA_SUPPORT_SMART ? "yes" : "no",
244 parm->enabled.command1 & ATA_SUPPORT_SMART ? "yes" : "no");
251 parm->support.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no",
252 parm->enabled.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no");
255 parm->support.command1 & ATA_SUPPORT_POWERMGT ? "yes" : "no",
256 parm->enabled.command1
[all...]
/freebsd-9.3-release/sys/cam/ata/
H A Data_da.c1046 cgd.ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD)
1049 cgd.ident_data.support.command1 & ATA_SUPPORT_WRITECACHE)
1180 if (cgd->ident_data.support.command1 & ATA_SUPPORT_POWERMGT)
1386 cgd->ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD) {
1391 cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) {
1823 cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) {
/freebsd-9.3-release/sys/dev/ata/
H A Data-disk.c400 if (atadev->param.support.command1 & ATA_SUPPORT_LOOKAHEAD)
404 if (atadev->param.support.command1 & ATA_SUPPORT_WRITECACHE) {
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c1184 if (parm->support.command1 & ATA_SUPPORT_PROTECTED) {
1190 if (parm->support.command1 & ATA_SUPPORT_MAXSECURITY)
1342 parm->support.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no",
1343 parm->enabled.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no");
1345 parm->support.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no",
1346 parm->enabled.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no");
1379 parm->support.command1 & ATA_SUPPORT_SMART ? "yes" : "no",
1380 parm->enabled.command1 & ATA_SUPPORT_SMART ? "yes" : "no");
1385 parm->support.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no",
1386 parm->enabled.command1
[all...]
/freebsd-9.3-release/sys/sys/
H A Data.h148 /*082/085*/ u_int16_t command1; member in struct:ata_params::__anon10391

Completed in 126 milliseconds