Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspace_map.c403 space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype) in space_map_load() argument
412 if (maptype == SM_FREE) { in space_map_load()
419 smla.smla_type = maptype; 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()
528 space_map_write_seg(space_map_t *sm, range_seg_t *rs, maptype_t maptype, in space_map_write_seg() argument
611 SM_TYPE_ENCODE(maptype) | in space_map_write_seg()
624 *block_cursor = SM2_TYPE_ENCODE(maptype) | in space_map_write_seg()
647 space_map_write_impl(space_map_t *sm, range_tree_t *rt, maptype_t maptype, in space_map_write_impl() argument
653 space_map_write_intro_debug(sm, maptype, tx); in space_map_write_impl()
[all …]
/freebsd-11-stable/contrib/sendmail/src/
HDconf.c773 char *maptype[MAXMAPSTACK]; in inithostmaps() local
796 nmaps = switch_map_find("aliases", maptype, mapreturn); in inithostmaps()
799 if (strcmp(maptype[i], "files") == 0 && in inithostmaps()
807 else if (strcmp(maptype[i], "cdb") == 0 && in inithostmaps()
815 else if (strcmp(maptype[i], "nisplus") == 0 && in inithostmaps()
824 else if (strcmp(maptype[i], "nis") == 0 && in inithostmaps()
833 else if (strcmp(maptype[i], "netinfo") == 0 && in inithostmaps()
842 else if (strcmp(maptype[i], "hesiod") == 0 && in inithostmaps()
852 else if (strcmp(maptype[i], "ldap") == 0 && in inithostmaps()
911 switch_map_find(service, maptype, mapreturn) in switch_map_find() argument
[all …]
HDmap.c749 char *maptype[MAXMAPSTACK]; local
757 nmaps = switch_map_find("hosts", maptype, mapreturn);
766 host, maptype[mapno]);
767 if (strcmp("files", maptype[mapno]) == 0)
772 else if (strcmp("nis", maptype[mapno]) == 0)
782 else if (strcmp("nisplus", maptype[mapno]) == 0)
792 else if (strcmp("dns", maptype[mapno]) == 0)
803 else if (strcmp("netinfo", maptype[mapno]) == 0)
6988 char *maptype[MAXMAPSTACK]; local
6995 nmaps = switch_map_find(map->map_file, maptype, map->map_return);
[all …]
HDreadcf.c781 char *maptype[MAXMAPSTACK]; local
784 nmaps = switch_map_find("hosts", maptype, mapreturn);
793 if (strcmp(maptype[mapno], "dns") == 0)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDspace_map.h191 int space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype);
206 void space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype,
/freebsd-11-stable/contrib/amd/amd/
HDmapc.c806 mapc_find(char *map, char *opt, const char *maptype, const char *mntpt) in mapc_find() argument
820 m = mapc_create(map, opt, maptype, mntpt); in mapc_find()
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c3245 load_concrete_ms_allocatable_trees(spa_t *spa, maptype_t maptype) in load_concrete_ms_allocatable_trees() argument
3277 msp->ms_allocatable, maptype)); in load_concrete_ms_allocatable_trees()