Searched refs:map_len (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3.c | 771 offset_t map_len = 0; local 867 map_len = cpqary3p->bddef->bd_maplen; 882 (caddr_t *)&cpqary3p->idr, (offset_t)I2O_IBDB_SET, map_len, 898 (caddr_t *)&cpqary3p->odr, (offset_t)I2O_OBDB_STATUS, map_len, 913 (caddr_t *)&cpqary3p->odr_cl, (offset_t)I2O_OBDB_CLEAR, map_len, 929 (caddr_t *)&cpqary3p->spr0, (offset_t)I2O_CTLR_INIT, map_len, 948 (caddr_t *)&cpqary3p->isr, (offset_t)I2O_INT_STATUS, map_len, 963 (caddr_t *)&cpqary3p->imr, (offset_t)I2O_INT_MASK, map_len, 978 (caddr_t *)&cpqary3p->ipq, (offset_t)I2O_IBPOST_Q, map_len, 993 (offset_t)I2O_OBPOST_Q, map_len, [all...] |
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | i86_mmu.c | 193 size_t map_len; local 196 ulong_t htable_cnt; /* # of page tables to cover map_len */ 208 map_len = map_eaddr - map_addr; 209 window_size = mmu_btop(map_len) * mmu.pte_size; 211 htable_cnt = map_len >> LEVEL_SHIFT(1);
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gcore.h | 246 int map_len; member in struct:read_maps_cbarg
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 764 cbarg->map_len++; 1551 pmap = malloc(cbarg.map_len * sizeof (*pmap)); 1557 for (i = 0, n = cbarg.map_head; i < cbarg.map_len; i++, n = n->next) { 1562 for (i = 0; i < cbarg.map_len; i++) { 1571 *nmapp = cbarg.map_len;
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | seg_dev.c | 3140 size_t map_len; local 3177 for (total_len = 0; total_len < len; total_len += map_len) { 3199 resid_len, &map_len, get_udatamodel())) != 0) { 3204 if (map_len & PAGEOFFSET) { 3249 map_off += map_len; 3250 resid_len -= map_len;
|
/illumos-gate/usr/src/uts/common/io/rsm/ |
H A D | rsm.c | 8150 size_t *map_len) 8164 * we were looking for. Adjust the dev_offset and map_len (needs 8171 *map_len = (len > p->individual_len) ? 8149 rsm_get_mapinfo(rsmseg_t *seg, off_t off, size_t len, off_t *dev_offset, size_t *map_len) argument
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 4297 int map_len = 0; local 4348 map_len = sizeof (*map_tag) * dev_cnt; 4349 map_tag = kmem_alloc(map_len, KM_NOSLEEP); 4589 kmem_free(map_tag, map_len);
|
Completed in 136 milliseconds