Searched refs:map_len (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3.c | 771 offset_t map_len = 0; in cpqary3_update_ctlrdetails() local 867 map_len = cpqary3p->bddef->bd_maplen; in cpqary3_update_ctlrdetails() 882 (caddr_t *)&cpqary3p->idr, (offset_t)I2O_IBDB_SET, map_len, in cpqary3_update_ctlrdetails() 898 (caddr_t *)&cpqary3p->odr, (offset_t)I2O_OBDB_STATUS, map_len, in cpqary3_update_ctlrdetails() 913 (caddr_t *)&cpqary3p->odr_cl, (offset_t)I2O_OBDB_CLEAR, map_len, in cpqary3_update_ctlrdetails() 929 (caddr_t *)&cpqary3p->spr0, (offset_t)I2O_CTLR_INIT, map_len, in cpqary3_update_ctlrdetails() 948 (caddr_t *)&cpqary3p->isr, (offset_t)I2O_INT_STATUS, map_len, in cpqary3_update_ctlrdetails() 963 (caddr_t *)&cpqary3p->imr, (offset_t)I2O_INT_MASK, map_len, in cpqary3_update_ctlrdetails() 978 (caddr_t *)&cpqary3p->ipq, (offset_t)I2O_IBPOST_Q, map_len, in cpqary3_update_ctlrdetails() 993 (offset_t)I2O_OBPOST_Q, map_len, &cpqary3_dev_attributes, in cpqary3_update_ctlrdetails() [all …]
|
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | i86_mmu.c | 193 size_t map_len; in hat_kmap_init() local 208 map_len = map_eaddr - map_addr; in hat_kmap_init() 209 window_size = mmu_btop(map_len) * mmu.pte_size; in hat_kmap_init() 211 htable_cnt = map_len >> LEVEL_SHIFT(1); in hat_kmap_init()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gcore.h | 246 int map_len; member
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 764 cbarg->map_len++; in read_maps_cb() 1551 pmap = malloc(cbarg.map_len * sizeof (*pmap)); in Pread_maps_gcore() 1557 for (i = 0, n = cbarg.map_head; i < cbarg.map_len; i++, n = n->next) { in Pread_maps_gcore() 1562 for (i = 0; i < cbarg.map_len; i++) { in Pread_maps_gcore() 1571 *nmapp = cbarg.map_len; in Pread_maps_gcore()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | seg_dev.c | 3140 size_t map_len; in devmap_setup() local 3177 for (total_len = 0; total_len < len; total_len += map_len) { in devmap_setup() 3199 resid_len, &map_len, get_udatamodel())) != 0) { in devmap_setup() 3204 if (map_len & PAGEOFFSET) { in devmap_setup() 3249 map_off += map_len; in devmap_setup() 3250 resid_len -= map_len; in devmap_setup()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 4297 int map_len = 0; in fcp_statec_callback() local 4348 map_len = sizeof (*map_tag) * dev_cnt; in fcp_statec_callback() 4349 map_tag = kmem_alloc(map_len, KM_NOSLEEP); in fcp_statec_callback() 4589 kmem_free(map_tag, map_len); in fcp_statec_callback()
|
/titanic_41/usr/src/uts/common/io/rsm/ |
H A D | rsm.c | 8150 size_t *map_len) in rsm_get_mapinfo() argument 8171 *map_len = (len > p->individual_len) ? in rsm_get_mapinfo()
|