HomeSort by: relevance | last modified time | path
    Searched refs:ATA_SECSZ_VALID_MASK (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ata/
atareg.h 464 #define ATA_SECSZ_VALID_MASK 0xc000
wd.c 445 if ((wd->sc_params.atap_secsz & ATA_SECSZ_VALID_MASK) == ATA_SECSZ_VALID
453 if ((wd->sc_params.atap_secsz & ATA_SECSZ_VALID_MASK) == ATA_SECSZ_VALID
1819 if ((wd->sc_params.atap_secsz & ATA_SECSZ_VALID_MASK) == ATA_SECSZ_VALID
  /src/sbin/atactl/
atactl.c 1284 if ((inqbuf->atap_secsz & ATA_SECSZ_VALID_MASK) == ATA_SECSZ_VALID) {
1430 if ((inqbuf->atap_secsz & ATA_SECSZ_VALID_MASK) == ATA_SECSZ_VALID) {

Completed in 16 milliseconds