Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3.c771 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()
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()
1013 (offset_t)CT_CFG_OFFSET, map_len, &cpqary3_dev_attributes, in cpqary3_update_ctlrdetails()
[all …]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Di86_mmu.c112 size_t map_len; in hat_kmap_init() local
127 map_len = map_eaddr - map_addr; in hat_kmap_init()
128 window_size = mmu_btop(map_len) * mmu.pte_size; in hat_kmap_init()
130 htable_cnt = map_len >> LEVEL_SHIFT(1); in hat_kmap_init()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c63 size_t map_len; // length of mapping member
167 if ((uio->uio_resid + poff) > priv->map_len) in fop_read()
178 iov->iov_len = priv->map_len - poff; in fop_read()
1427 priv->map_len = mlen; in fop_reqzcbuf()
1446 munmap(priv->map_addr, priv->map_len); in fop_retzcbuf()
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Din_guest.c360 const size_t map_len = P2ROUNDUP(len, PAGE_SIZE); in load_payload() local
361 void *outp = vm_map_gpa(ctx, MEM_LOC_PAYLOAD, map_len); in load_payload()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h246 int map_len; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c764 cbarg->map_len++; in read_maps_cb()
1552 pmap = malloc(cbarg.map_len * sizeof (*pmap)); in Pread_maps_gcore()
1558 for (i = 0, n = cbarg.map_head; i < cbarg.map_len; i++, n = n->next) { in Pread_maps_gcore()
1563 for (i = 0; i < cbarg.map_len; i++) { in Pread_maps_gcore()
1572 *nmapp = cbarg.map_len; in Pread_maps_gcore()
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c3144 size_t map_len; in devmap_setup() local
3181 for (total_len = 0; total_len < len; total_len += map_len) { in devmap_setup()
3203 resid_len, &map_len, get_udatamodel())) != 0) { in devmap_setup()
3208 if (map_len & PAGEOFFSET) { in devmap_setup()
3253 map_off += map_len; in devmap_setup()
3254 resid_len -= map_len; in devmap_setup()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c4302 int map_len = 0; in fcp_statec_callback() local
4353 map_len = sizeof (*map_tag) * dev_cnt; in fcp_statec_callback()
4354 map_tag = kmem_alloc(map_len, KM_NOSLEEP); in fcp_statec_callback()
4594 kmem_free(map_tag, map_len); in fcp_statec_callback()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c8149 size_t *map_len) in rsm_get_mapinfo() argument
8170 *map_len = (len > p->individual_len) ? in rsm_get_mapinfo()