Home
last modified time | relevance | path

Searched refs:atap_cmd_ext (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sbin/atactl/
H A Datactl.c1399 if (inqbuf->atap_cmd_ext != 0 && inqbuf->atap_cmd_ext != 0xffff && in device_identify()
1400 inqbuf->atap_cmd_ext & ATA_CMDE_WWN) in device_identify()
1473 if (inqbuf->atap_cmd_ext != 0 && inqbuf->atap_cmd_ext != 0xffff) in device_identify()
1474 print_bitinfo("\t", "\n", inqbuf->atap_cmd_ext, in device_identify()
/netbsd-src/sys/dev/ata/
H A Datareg.h429 uint16_t atap_cmd_ext; /* 84: command/features supp. ext. */ member