Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Demul64.c518 uint32_t *geoip = NULL; in emul64_tran_tgt_init() local
558 geo, (int **)&geoip, &length2) != DDI_PROP_SUCCESS) { in emul64_tran_tgt_init()
588 sector_count._p._u = *(geoip + 0); in emul64_tran_tgt_init()
589 sector_count._p._l = *(geoip + 1); in emul64_tran_tgt_init()
599 tgt->emul64_tgt_dtype = *(geoip + 2); in emul64_tran_tgt_init()
600 tgt->emul64_tgt_ncyls = *(geoip + 3); in emul64_tran_tgt_init()
601 tgt->emul64_tgt_nheads = *(geoip + 4); in emul64_tran_tgt_init()
602 tgt->emul64_tgt_nsect = *(geoip + 5); in emul64_tran_tgt_init()
610 if (geoip) in emul64_tran_tgt_init()
611 ddi_prop_free(geoip); in emul64_tran_tgt_init()