/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | space_map.c | 399 space_map_load_length(space_map_t *sm, range_tree_t *rt, maptype_t maptype, in space_map_load_length() argument 406 if (maptype == SM_FREE) in space_map_load_length() 411 smla.smla_type = maptype; in space_map_load_length() 426 space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype) in space_map_load() argument 428 return (space_map_load_length(sm, rt, maptype, space_map_length(sm))); in space_map_load() 505 space_map_write_intro_debug(space_map_t *sm, maptype_t maptype, dmu_tx_t *tx) in space_map_write_intro_debug() argument 510 SM_DEBUG_ACTION_ENCODE(maptype) | in space_map_write_intro_debug() 529 maptype_t maptype, uint64_t vdev_id, uint8_t words, dmu_buf_t **dbp, in space_map_write_seg() argument 612 SM_TYPE_ENCODE(maptype) | in space_map_write_seg() 625 *block_cursor = SM2_TYPE_ENCODE(maptype) | in space_map_write_seg() [all …]
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | gpkgmap.c | 79 static char *maptype = ""; variable 116 maptype = " build"; in setmapmode() 118 maptype = " install"; in setmapmode() 120 maptype = ""; in setmapmode() 365 maptype, ept->ainfo.owner); in gpkgmap() 372 maptype, ept->ainfo.group); in gpkgmap() 460 maptype, tempmode); in getvalmode() 900 maptype, ept->ainfo.owner); in gpkgmapvfp() 907 maptype, ept->ainfo.group); in gpkgmapvfp() 1002 pkg_gt(ERR_NOVAR), maptype, tempmode); in getvalmodevfp()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | space_map.h | 201 int space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype); 202 int space_map_load_length(space_map_t *sm, range_tree_t *rt, maptype_t maptype, 220 void space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype,
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 720 char *maptype[MAXMAPSTACK]; in inithostmaps() local 743 nmaps = switch_map_find("aliases", maptype, mapreturn); in inithostmaps() 746 if (strcmp(maptype[i], "files") == 0 && in inithostmaps() 754 else if (strcmp(maptype[i], "nisplus") == 0 && in inithostmaps() 763 else if (strcmp(maptype[i], "nis") == 0 && in inithostmaps() 772 else if (strcmp(maptype[i], "netinfo") == 0 && in inithostmaps() 781 else if (strcmp(maptype[i], "hesiod") == 0 && in inithostmaps() 791 else if (strcmp(maptype[i], "ldap") == 0 && in inithostmaps() 850 switch_map_find(service, maptype, mapreturn) in switch_map_find() argument 852 char *maptype[MAXMAPSTACK]; [all …]
|
H A D | map.c | 739 char *maptype[MAXMAPSTACK]; local 746 nmaps = switch_map_find("hosts", maptype, mapreturn); 755 host, maptype[mapno]); 756 if (strcmp("files", maptype[mapno]) == 0) 761 else if (strcmp("nis", maptype[mapno]) == 0) 771 else if (strcmp("nisplus", maptype[mapno]) == 0) 781 else if (strcmp("dns", maptype[mapno]) == 0) 787 else if (strcmp("netinfo", maptype[mapno]) == 0) 6513 char *maptype[MAXMAPSTACK]; local 6520 nmaps = switch_map_find(map->map_file, maptype, map->map_return); [all …]
|
H A D | readcf.c | 728 char *maptype[MAXMAPSTACK]; local 731 nmaps = switch_map_find("hosts", maptype, mapreturn); 740 if (strcmp(maptype[mapno], "dns") == 0)
|
/illumos-gate/usr/src/uts/sun4/vm/ |
H A D | vm_dep.c | 550 map_pgsz(int maptype, struct proc *p, caddr_t addr, size_t len, int memcntl) in map_pgsz() argument 554 ASSERT(maptype != MAPPGSZ_VA); in map_pgsz() 556 if (maptype != MAPPGSZ_ISM && physmem < privm_lpg_min_physmem) { in map_pgsz() 560 switch (maptype) { in map_pgsz()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vmsystm.h | 139 extern size_t map_pgsz(int maptype, struct proc *p, caddr_t addr, size_t len,
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 457 map_pgsz(int maptype, struct proc *p, caddr_t addr, size_t len, int memcntl) in map_pgsz() argument 464 ASSERT(maptype != MAPPGSZ_VA); in map_pgsz() 466 if (maptype != MAPPGSZ_ISM && physmem < privm_lpg_min_physmem) { in map_pgsz() 470 switch (maptype) { in map_pgsz() 473 max_lpsize = memcntl ? mcntl0_lpsize : (maptype == in map_pgsz() 479 len = (maptype == MAPPGSZ_HEAP) ? p->p_brkbase + in map_pgsz() 482 len = (maptype == MAPPGSZ_HEAP) ? MAX(len, in map_pgsz() 497 mszc = (maptype == MAPPGSZ_HEAP ? p->p_brkpageszc : in map_pgsz()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_map.c | 157 map_get(ml_unit_t *ul, enum maptypes maptype, int nh) in map_get() argument 176 mtm->mtm_type = maptype; in map_get()
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 4164 load_unflushed_to_ms_allocatables(spa_t *spa, maptype_t maptype) in load_unflushed_to_ms_allocatables() argument 4166 iterate_through_spacemap_logs(spa, load_unflushed_cb, &maptype); in load_unflushed_to_ms_allocatables() 4170 load_concrete_ms_allocatable_trees(spa_t *spa, maptype_t maptype) in load_concrete_ms_allocatable_trees() argument 4202 msp->ms_allocatable, maptype)); in load_concrete_ms_allocatable_trees() 4210 load_unflushed_to_ms_allocatables(spa, maptype); in load_concrete_ms_allocatable_trees()
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 3650 uint8_t maptype; in vdc_populate_mem_hdl() local 3698 maptype = LDC_IO_MAP|LDC_SHADOW_MAP; in vdc_populate_mem_hdl() 3700 maptype, perm, &dep->payload.cookie[0], &dep->payload.ncookies); in vdc_populate_mem_hdl()
|