Searched refs:map_info (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/shark/include/
H A Ddevmap.h58 struct map_info { struct
/netbsd-current/sys/arch/evbmips/rasoc/
H A Dautoconf.c71 } map_info[] = { variable in typeref:struct:cfg_info
125 for (const struct cfg_info *map = map_info;
126 map < map_info + __arraycount(map_info);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dheader_body_checks.h46 HBC_MAP_INFO map_info[1]; /* actually, a bunch */ member in struct:__anon14
H A Dheader_body_checks.c210 HBC_MAP_INFO *_mp = (hbc)->map_info + (index); \
328 mp = hbc->map_info + HBC_HEADER_INDEX(header_class);
353 mp = hbc->map_info;
425 for (mp = hbc->map_info; mp < hbc->map_info + len; mp++)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-backprop.c579 usage_info *&map_info = m_info_map.get_or_insert (var, &existed); local
583 map_info = m_info_pool.allocate ();
584 *map_info = info;
585 m_vars.safe_push (var_info_pair (var, map_info));
587 dump_var_info (var, map_info, "Recording new information");
595 else if (info != *map_info)
598 gcc_checking_assert ((info & *map_info) == info);
599 *map_info = info;
601 dump_var_info (var, map_info, "Updating information");
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-backprop.cc579 usage_info *&map_info = m_info_map.get_or_insert (var, &existed); local
583 map_info = m_info_pool.allocate ();
584 *map_info = info;
585 m_vars.safe_push (var_info_pair (var, map_info));
587 dump_var_info (var, map_info, "Recording new information");
595 else if (info != *map_info)
598 gcc_checking_assert ((info & *map_info) == info);
599 *map_info = info;
601 dump_var_info (var, map_info, "Updating information");
/netbsd-current/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c237 struct opt_map **map_info)
332 if (map_info)
333 *map_info = m;
449 if (map_info)
450 *map_info = m;
558 struct opt_map *map_info = NULL; local
564 db = ypdb_open_db(domain, map, &res.status, &map_info);
568 if (map_info)
569 host_lookup = map_info->host_lookup;
829 struct opt_map *map_info local
236 ypdb_open_db(const char *domain, const char *map, u_int *status, struct opt_map **map_info) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc17658 location_map_info map_info = write_prepare_maps (&config);
17799 write_ordinary_maps (to, map_info, &config, config.num_partitions, &crc);
17800 write_macro_maps (to, map_info, &config, &crc);

Completed in 143 milliseconds