Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c427 if (maptype == SM_FREE) in space_map_load_length()
432 smla.smla_type = maptype; in space_map_load_length()
447 space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype) in space_map_load() argument
532 SM_DEBUG_ACTION_ENCODE(maptype) | in space_map_write_intro_debug()
634 SM_TYPE_ENCODE(maptype) | in space_map_write_seg()
647 *block_cursor = SM2_TYPE_ENCODE(maptype) | in space_map_write_seg()
676 space_map_write_intro_debug(sm, maptype, tx); in space_map_write_impl()
734 rt), maptype, vdev_id, words, &db, FTAG, tx); in space_map_write_impl()
756 space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype, in space_map_write() argument
776 if (maptype == SM_ALLOC) in space_map_write()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h210 int space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype);
211 int space_map_load_length(space_map_t *sm, range_tree_t *rt, maptype_t maptype,
229 void space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype,
/freebsd/contrib/sendmail/src/
H A Dconf.c778 char *maptype[MAXMAPSTACK]; in inithostmaps() local
918 char *maptype[MAXMAPSTACK];
983 maptype[svcno] = "files";
987 maptype[svcno] = "nis";
991 maptype[svcno] = "dns";
996 maptype[svcno] = "hesiod";
1126 maptype[svcno++] = "files";
1129 maptype[svcno++] = "cdb";
1142 maptype[svcno++] = "nis";
1152 maptype[svcno++] = "dns";
[all …]
H A Dreadcf.c828 char *maptype[MAXMAPSTACK]; local
831 nmaps = switch_map_find("hosts", maptype, mapreturn);
840 if (strcmp(maptype[mapno], "dns") == 0)
1288 char *maptype, *spec; local
1315 maptype = p;
1317 if ((spec = strchr(maptype, ':')) == NULL)
1325 mapclass = stab(maptype, ST_MAPCLASS, ST_FIND);
1329 mn, maptype);
1335 mn, maptype, tag, spec);
H A Dmap.c981 char *maptype[MAXMAPSTACK]; local
998 host, maptype[mapno]);
999 if (strcmp("files", maptype[mapno]) == 0)
1004 else if (strcmp("nis", maptype[mapno]) == 0)
1014 else if (strcmp("nisplus", maptype[mapno]) == 0)
1024 else if (strcmp("dns", maptype[mapno]) == 0)
1035 else if (strcmp("netinfo", maptype[mapno]) == 0)
7251 char *maptype[MAXMAPSTACK]; local
7263 sm_dprintf("\t\t%s\n", maptype[mapno]);
7273 if (maptype[mapno] == NULL)
[all …]
/freebsd/sys/geom/union/
H A Dg_union.c1114 bool first, maptype, retval; in g_union_getmap() local
1130 maptype = false; in g_union_getmap()
1139 maptype = false; in g_union_getmap()
1142 if (maptype) in g_union_getmap()
1155 maptype = false; in g_union_getmap()
1157 maptype = true; in g_union_getmap()
1160 if ((word == 0 && maptype) || in g_union_getmap()
1170 maptype = retval; in g_union_getmap()
1173 if (maptype == retval) { in g_union_getmap()
1187 G_UNION_DEBUG(maptype ? 3 : 4, in g_union_getmap()
[all …]
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c6316 load_unflushed_to_ms_allocatables(spa_t *spa, maptype_t maptype) in load_unflushed_to_ms_allocatables() argument
6318 iterate_through_spacemap_logs(spa, load_unflushed_cb, &maptype); in load_unflushed_to_ms_allocatables()
6322 load_concrete_ms_allocatable_trees(spa_t *spa, maptype_t maptype) in load_concrete_ms_allocatable_trees() argument
6354 msp->ms_allocatable, maptype)); in load_concrete_ms_allocatable_trees()
6362 load_unflushed_to_ms_allocatables(spa, maptype); in load_concrete_ms_allocatable_trees()