Searched refs:map_size (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dmcookie.c45 size_t map_size; member in struct:map_table
88 mp->map_size = req_size;
106 mcookie < mp->map_add + mp->map_size) {
109 mp->map_size);
112 mp->map_size = 0;
131 mcookie < mp->map_add + mp->map_size)
151 mcookie < mp->map_add + mp->map_size) {
152 return (mp->map_size);
170 mcookie < mp->map_add + mp->map_size) {
189 map_table[i].map_add, map_table[i].map_size);
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c597 size_t map_size, size; local
675 map_size = DI_ALL_PTR(st)->map_size;
676 if (map_size == 0) {
684 map_size = (map_size + PAGEOFFSET) & PAGEMASK;
690 *rvalp = (int)map_size;
697 while (map_size) {
699 if (map_size <= size) {
700 size = map_size;
1014 size_t map_size; local
3759 size_t map_size; local
3917 size_t map_size, sz, chunk; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h290 size_t map_size; /* Size of mapping in bytes */ member in struct:mdb_map
H A Dmdb_kproc.c143 addr < kpm->kpm_map.map_base + kpm->kpm_map.map_size)
1070 left = mp->map_base + mp->map_size - kpi->kpi_ptr;
1161 kpi->kpi_lim = mp->map_base + mp->map_size;
H A Dmdb_rawfile.c233 map.map_size = IOP_SEEK(io, 0, SEEK_END);
H A Dmdb_cmds.c1443 map->map_base + map->map_size, map->map_size, name);
1489 while (mdb_whatis_match(w, map->map_base, map->map_size, &cur))
1491 name, map->map_base, map->map_base + map->map_size);
H A Dmdb_kvm.c1089 map.map_size = segp->s_size;
1122 map->map_size = km->km_text_size;
H A Dmdb_modapi.c823 obj.obj_size = map->map_size;
H A Dmdb_proc.c3056 mp->map_size = prp->pr_size;
3154 mp->map_size = 0;
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h159 uint_t map_size; /* size of the snapshot */ member in struct:di_all
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c1268 uint64_t exp_size = 0, base_off, map_size, npages; local
1321 map_size = P2ROUNDUP((exp_size + base_off), pg_size);
1322 npages = (map_size >> pg_shift);
1333 D2(ldcp->id, "ldc_mem_map: (0x%llx) exp_size=0x%llx, map_size=0x%llx,"
1334 "pages=0x%llx\n", ldcp->id, exp_size, map_size, npages);
1344 memseg->vaddr = vmem_xalloc(heap_arena, map_size,
1362 hat_unload(kas.a_hat, memseg->vaddr, map_size,
1404 hat_unload(kas.a_hat, memseg->vaddr, map_size,
1420 map_size); local
1487 memseg->size = (mtype == LDC_SHADOW_MAP) ? exp_size : map_size;
[all...]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h379 uint32_t map_size; /* mapped PCI mem space size */ member in struct:aac_softstate
H A Daac.c818 softs->map_size = softs->map_size_min;
2388 if ((atu_size > softs->map_size) &&
2395 softs->map_size = atu_size;
2397 if (atu_size == softs->map_size) {
8009 (offset + mondrv_buf_size < softs->map_size)) {
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c153 int fd, map_size; local
239 if ((map_size = ioctl(fd, flag, &dinfo_io)) < 0) {
244 } else if (map_size == 0) {
254 map_size = (map_size + pageoffset) & pagemask;
255 if ((pa = valloc(map_size)) == NULL) {
261 if (ioctl(fd, DINFOUSRLD, pa) != map_size) {
308 * The map_size is stored at the beginning of snapshot.
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1139 map.map_size = segp->s_size;
1174 map->map_size = km->km_text_size;
1427 bpmap->map_size == modmap.map_size)) {
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1332 map.map_size = seg->s_size;
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c8293 int map_size; local
8371 map_size =
8377 sizeof (ns_resp_gan_t), map_size,
8385 ns_cmd->ns_gan_max = map_size / sizeof (fc_port_dev_t);

Completed in 212 milliseconds