Home
last modified time | relevance | path

Searched refs:command2 (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sbin/natacontrol/
H A Dnatacontrol.c206 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not "); in cap_print()
240 parm->support.command2 & ATA_SUPPORT_QUEUED ? "yes" : "no", in cap_print()
241 parm->enabled.command2 & ATA_SUPPORT_QUEUED ? "yes" : "no", in cap_print()
249 parm->support.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no", in cap_print()
250 parm->enabled.command2 & ATA_SUPPORT_MICROCODE ? "yes" : "no"); in cap_print()
261 parm->support.command2 & ATA_SUPPORT_APM ? "yes" : "no", in cap_print()
262 parm->enabled.command2 & ATA_SUPPORT_APM ? "yes" : "no", in cap_print()
267 parm->support.command2 & ATA_SUPPORT_AUTOACOUSTIC ? "yes" :"no", in cap_print()
268 parm->enabled.command2 & ATA_SUPPORT_AUTOACOUSTIC ? "yes" :"no", in cap_print()
/dragonfly/tools/regression/bin/sh/builtins/
H A Dcommand2.01 # $FreeBSD: head/bin/sh/tests/builtins/command2.0 151797 2005-10-28 14:02:42Z stefanf $
/dragonfly/games/battlestar/
H A DMakefile5 SRCS= battlestar.c command1.c command2.c command3.c command4.c \
/dragonfly/sys/dev/disk/nata/
H A Data-disk.c210 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE) in ad_shutdown()
400 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE) in ad_dump()
497 if ((atadev->param.support.command2 & ATA_SUPPORT_ADDRESS48) && in ad_get_geometry()
H A Datapi-fd.c163 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE) in afd_shutdown()
H A Datapi-tape.c197 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE) in ast_shutdown()
H A Data-all.c748 atadev->param.support.command2 & ATA_SUPPORT_ADDRESS48) { in ata_modify_if_48bit()
H A Datapi-cd.c212 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE) in acd_shutdown()
/dragonfly/sys/sys/
H A Dnata.h149 /*083/086*/ u_int16_t command2; member