Searched defs:mnt_map (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | amd.h | 349 struct mnt_map { struct 350 qelem hdr; 351 int refc; /* Reference count */ 352 short flags; /* Allocation flags */ 353 short alloc; /* Allocation mode */ 354 time_t modify; /* Modify time of map */ 355 u_int reloads; /* Number of times map was reloaded */ 356 u_int nentries; /* Number of entries in the map */ 357 char *map_name; /* Name of this map */ 358 char *wildcard; /* Wildcard value */ [all …]
|
H A D | info_union.c | 94 union_reload(mnt_map *m, char *map, void (*fn) (mnt_map *, char *, char *)) in union_reload()
|
H A D | info_file.c | 225 file_reload(mnt_map *m, char *map, void (*fn) (mnt_map *, char *, char *)) in file_reload()
|
H A D | info_nis.c | 152 nis_reload(mnt_map *m, char *map, void (*fn) (mnt_map *, char *, char *)) in nis_reload()
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_utils.h | 232 typedef struct mnt_map mnt_map; typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-eh.c | 3324 hash_map<eh_region, tree> *mnt_map) in lower_resx() 3517 hash_map<eh_region, tree> mnt_map; in execute() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-eh.cc | 3319 hash_map<eh_region, tree> *mnt_map) in lower_resx() 3512 hash_map<eh_region, tree> mnt_map; in execute() local
|