Home
last modified time | relevance | path

Searched refs:maptype (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspace_map.c56 space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype) in space_map_load() argument
69 if (maptype == SM_FREE) { in space_map_load()
116 if (SM_TYPE_DECODE(e) == maptype) { in space_map_load()
237 space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype, in space_map_write() argument
265 if (maptype == SM_ALLOC) in space_map_write()
277 SM_DEBUG_ACTION_ENCODE(maptype) | in space_map_write()
308 SM_TYPE_ENCODE(maptype) | in space_map_write()
/titanic_41/usr/src/lib/libpkg/common/
H A Dgpkgmap.c75 static char *maptype = ""; variable
112 maptype = " build"; in setmapmode()
114 maptype = " install"; in setmapmode()
116 maptype = ""; in setmapmode()
359 maptype, ept->ainfo.owner); in gpkgmap()
366 maptype, ept->ainfo.group); in gpkgmap()
455 maptype, tempmode); in getvalmode()
896 maptype, ept->ainfo.owner); in gpkgmapvfp()
903 maptype, ept->ainfo.group); in gpkgmapvfp()
999 pkg_gt(ERR_NOVAR), maptype, tempmode); in getvalmodevfp()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspace_map.h136 int space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype);
148 void space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype,
/titanic_41/usr/src/cmd/sendmail/src/
H A Dconf.c719 char *maptype[MAXMAPSTACK]; in inithostmaps() local
742 nmaps = switch_map_find("aliases", maptype, mapreturn); in inithostmaps()
745 if (strcmp(maptype[i], "files") == 0 && in inithostmaps()
753 else if (strcmp(maptype[i], "nisplus") == 0 && in inithostmaps()
762 else if (strcmp(maptype[i], "nis") == 0 && in inithostmaps()
771 else if (strcmp(maptype[i], "netinfo") == 0 && in inithostmaps()
780 else if (strcmp(maptype[i], "hesiod") == 0 && in inithostmaps()
790 else if (strcmp(maptype[i], "ldap") == 0 && in inithostmaps()
849 switch_map_find(service, maptype, mapreturn) in switch_map_find() argument
851 char *maptype[MAXMAPSTACK];
[all …]
H A Dmap.c739 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 Dreadcf.c728 char *maptype[MAXMAPSTACK]; local
731 nmaps = switch_map_find("hosts", maptype, mapreturn);
740 if (strcmp(maptype[mapno], "dns") == 0)
/titanic_41/usr/src/uts/sun4/vm/
H A Dvm_dep.c611 map_pgsz(int maptype, struct proc *p, caddr_t addr, size_t len, int memcntl) in map_pgsz() argument
615 ASSERT(maptype != MAPPGSZ_VA); in map_pgsz()
617 if (maptype != MAPPGSZ_ISM && physmem < privm_lpg_min_physmem) { in map_pgsz()
621 switch (maptype) { in map_pgsz()
/titanic_41/usr/src/uts/common/sys/
H A Dvmsystm.h136 extern size_t map_pgsz(int maptype, struct proc *p, caddr_t addr, size_t len,
/titanic_41/usr/src/cmd/geniconvtbl/
H A DMakefile.com31 SRCCH1 = itmcomp.h itm_util.h maptype.h
/titanic_41/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c369 map_pgsz(int maptype, struct proc *p, caddr_t addr, size_t len, int memcntl) in map_pgsz() argument
376 ASSERT(maptype != MAPPGSZ_VA); in map_pgsz()
378 if (maptype != MAPPGSZ_ISM && physmem < privm_lpg_min_physmem) { in map_pgsz()
382 switch (maptype) { in map_pgsz()
385 max_lpsize = memcntl ? mcntl0_lpsize : (maptype == in map_pgsz()
391 len = (maptype == MAPPGSZ_HEAP) ? p->p_brkbase + in map_pgsz()
394 len = (maptype == MAPPGSZ_HEAP) ? MAX(len, in map_pgsz()
409 mszc = (maptype == MAPPGSZ_HEAP ? p->p_brkpageszc : in map_pgsz()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c157 map_get(ml_unit_t *ul, enum maptypes maptype, int nh) in map_get() argument
176 mtm->mtm_type = maptype; in map_get()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvdc.c3650 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()