Home
last modified time | relevance | path

Searched refs:atap_cylinders (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/ata/
H A Dwd.c258 wd->sc_params.atap_cylinders * in wdattach()
263 wd->sc_params.atap_cylinders, in wdattach()
1016 if (wd->sc_params.atap_cylinders != 0) { in wd_get_params()
1031 params->atap_cylinders = 1024; in wd_get_params()
H A Datareg.h60 u_int16_t atap_cylinders; /* 1: # of non-removable cylinders */ member
/openbsd/sys/arch/octeon/dev/
H A Doctcf.c238 wd->sc_params.atap_cylinders * in octcfattach()
243 wd->sc_params.atap_cylinders, in octcfattach()
/openbsd/sbin/atactl/
H A Datactl.c854 "sectors: %llu\n", inqbuf->atap_cylinders, in device_identify()