Searched defs:map_size (Results 1 - 8 of 8) 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/cmd/mdb/common/mdb/
H A Dmdb_target.h290 size_t map_size; /* Size of mapping in bytes */ member in struct:mdb_map
/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/sys/
H A Ddevinfo_impl.h159 uint_t map_size; /* size of the snapshot */ member in struct:di_all
/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/uts/common/io/aac/
H A Daac.h379 uint32_t map_size; /* mapped PCI mem space size */ member in struct:aac_softstate
/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/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 96 milliseconds