Searched refs:maptype (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/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,
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspace_map.c53 * Load the space map disk into the specified range tree. Segments of maptype
60 space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype) argument
73 if (maptype == SM_FREE) {
120 if (SM_TYPE_DECODE(e) == maptype) {
241 space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype, argument
269 if (maptype == SM_ALLOC)
281 SM_DEBUG_ACTION_ENCODE(maptype) |
312 SM_TYPE_ENCODE(maptype) |
/freebsd-10.3-release/contrib/sendmail/src/
H A Dconf.c728 char *maptype[MAXMAPSTACK]; local
751 nmaps = switch_map_find("aliases", maptype, mapreturn);
754 if (strcmp(maptype[i], "files") == 0 &&
762 else if (strcmp(maptype[i], "nisplus") == 0 &&
771 else if (strcmp(maptype[i], "nis") == 0 &&
780 else if (strcmp(maptype[i], "netinfo") == 0 &&
789 else if (strcmp(maptype[i], "hesiod") == 0 &&
799 else if (strcmp(maptype[i], "ldap") == 0 &&
822 ** maptype -- an out-array of strings containing the types
858 switch_map_find(service, maptype, mapretur
4336 char *maptype[MAXMAPSTACK]; local
[all...]
H A Dmap.c748 char *maptype[MAXMAPSTACK]; local
755 nmaps = switch_map_find("hosts", maptype, mapreturn);
764 host, maptype[mapno]);
765 if (strcmp("files", maptype[mapno]) == 0)
770 else if (strcmp("nis", maptype[mapno]) == 0)
780 else if (strcmp("nisplus", maptype[mapno]) == 0)
790 else if (strcmp("dns", maptype[mapno]) == 0)
796 else if (strcmp("netinfo", maptype[mapno]) == 0)
6525 char *maptype[MAXMAPSTACK]; local
6532 nmaps = switch_map_find(map->map_file, maptype, ma
[all...]
H A Dreadcf.c791 char *maptype[MAXMAPSTACK]; local
794 nmaps = switch_map_find("hosts", maptype, mapreturn);
803 if (strcmp(maptype[mapno], "dns") == 0)
/freebsd-10.3-release/contrib/amd/amd/
H A Dmapc.c672 dlog("Map for %s coming from maptype %s", map, mt->name);
740 mapc_find(char *map, char *opt, const char *maptype) argument
754 m = mapc_create(map, opt, maptype);
1060 xstrlcat(str, ";maptype:=", sizeof(str));

Completed in 137 milliseconds