Searched defs:maptype (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkgmap.c75 static char *maptype = ""; variable
112 maptype = " build";
114 maptype = " install";
116 maptype = "";
359 maptype, ept->ainfo.owner); local
366 maptype, ept->ainfo.group); local
455 maptype, tempmode); local
896 maptype, ept->ainfo.owner); local
903 maptype, ept->ainfo.group); local
999 pkg_gt(ERR_NOVAR), maptype, tempmod local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c49 * Load the space map disk into the specified range tree. Segments of maptype
56 space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype) argument
69 if (maptype == SM_FREE) {
116 if (SM_TYPE_DECODE(e) == maptype) {
236 space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype, argument
264 if (maptype == SM_ALLOC)
276 SM_DEBUG_ACTION_ENCODE(maptype) |
307 SM_TYPE_ENCODE(maptype) |
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c157 map_get(ml_unit_t *ul, enum maptypes maptype, int nh) argument
176 mtm->mtm_type = maptype;
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c620 * Suggest a page size to be used to map a segment of type maptype and length
625 map_pgsz(int maptype, struct proc *p, caddr_t addr, size_t len, int memcntl) argument
629 ASSERT(maptype != MAPPGSZ_VA);
631 if (maptype != MAPPGSZ_ISM && physmem < privm_lpg_min_physmem) {
635 switch (maptype) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c719 char *maptype[MAXMAPSTACK]; local
742 nmaps = switch_map_find("aliases", maptype, mapreturn);
745 if (strcmp(maptype[i], "files") == 0 &&
753 else if (strcmp(maptype[i], "nisplus") == 0 &&
762 else if (strcmp(maptype[i], "nis") == 0 &&
771 else if (strcmp(maptype[i], "netinfo") == 0 &&
780 else if (strcmp(maptype[i], "hesiod") == 0 &&
790 else if (strcmp(maptype[i], "ldap") == 0 &&
813 ** maptype -- an out-array of strings containing the types
849 switch_map_find(service, maptype, mapretur
4302 char *maptype[MAXMAPSTACK]; local
[all...]
H A Dreadcf.c728 char *maptype[MAXMAPSTACK]; local
731 nmaps = switch_map_find("hosts", maptype, mapreturn);
740 if (strcmp(maptype[mapno], "dns") == 0)
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, ma
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c3650 uint8_t maptype; local
3698 maptype = LDC_IO_MAP|LDC_SHADOW_MAP;
3700 maptype, perm, &dep->payload.cookie[0], &dep->payload.ncookies);
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c372 map_pgsz(int maptype, struct proc *p, caddr_t addr, size_t len, int memcntl) argument
379 ASSERT(maptype != MAPPGSZ_VA);
381 if (maptype != MAPPGSZ_ISM && physmem < privm_lpg_min_physmem) {
385 switch (maptype) {
388 max_lpsize = memcntl ? mcntl0_lpsize : (maptype ==
394 len = (maptype == MAPPGSZ_HEAP) ? p->p_brkbase +
397 len = (maptype == MAPPGSZ_HEAP) ? MAX(len,
412 mszc = (maptype == MAPPGSZ_HEAP ? p->p_brkpageszc :

Completed in 94 milliseconds