Home
last modified time | relevance | path

Searched defs:map_type (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/amd/amd/
HDmapc.c110 typedef struct map_type map_type; typedef
111 struct map_type { struct
112 char *name; /* Name of this map type */
113 init_fn *init; /* Initialization */
114 reload_fn *reload; /* Reload or fill */
115 isup_fn *isup; /* Is service up or not? (1=up, 0=down) */
116 search_fn *search; /* Search for new entry */
117 mtime_fn *mtime; /* Find modify time */
118 int def_alloc; /* Default allocation mode */
HDamd.h279 char *map_type; /* global map type */ member
/NextBSD/crypto/heimdal/lib/asn1/
HDcheck-common.h69 enum map_type { OVERRUN, UNDERRUN }; enum
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
Dconstructors_destructor_fn_imps.hpp119 map_type; in copy_from_range() typedef
/NextBSD/contrib/libstdc++/include/ext/
Dthrow_allocator.h166 typedef std::map<void*, alloc_data_type> map_type; typedef
/NextBSD/usr.bin/mkcsmapper/
HDyacc.y73 static int map_type; variable
/NextBSD/contrib/binutils/opcodes/
HDarm-dis.c1504 enum map_type { enum
3935 enum map_type *map_type) in get_sym_code_type()