Home
last modified time | relevance | path

Searched refs:map_info (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/arch/evbmips/rasoc/
Dautoconf.c71 } map_info[] = { variable
125 for (const struct cfg_info *map = map_info; in device_register()
126 map < map_info + __arraycount(map_info); in device_register()
/netbsd/src/usr.sbin/ypserv/ypserv/
Dypserv_db.c237 struct opt_map **map_info) in ypdb_open_db() argument
332 if (map_info) in ypdb_open_db()
333 *map_info = m; in ypdb_open_db()
449 if (map_info) in ypdb_open_db()
450 *map_info = m; in ypdb_open_db()
558 struct opt_map *map_info = NULL; in ypdb_get_record() local
564 db = ypdb_open_db(domain, map, &res.status, &map_info); in ypdb_get_record()
568 if (map_info) in ypdb_get_record()
569 host_lookup = map_info->host_lookup; in ypdb_get_record()
829 struct opt_map *map_info = NULL; in ypdb_secure() local
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-backprop.cc579 usage_info *&map_info = m_info_map.get_or_insert (var, &existed); in process_var() local
583 map_info = m_info_pool.allocate (); in process_var()
584 *map_info = info; in process_var()
585 m_vars.safe_push (var_info_pair (var, map_info)); in process_var()
587 dump_var_info (var, map_info, "Recording new information"); in process_var()
595 else if (info != *map_info) in process_var()
598 gcc_checking_assert ((info & *map_info) == info); in process_var()
599 *map_info = info; in process_var()
601 dump_var_info (var, map_info, "Updating information"); in process_var()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dheader_body_checks.c210 HBC_MAP_INFO *_mp = (hbc)->map_info + (index); \
328 mp = hbc->map_info + HBC_HEADER_INDEX(header_class); in hbc_header_checks()
353 mp = hbc->map_info; in hbc_body_checks()
425 for (mp = hbc->map_info; mp < hbc->map_info + len; mp++) in _hbc_checks_free()
Dheader_body_checks.h46 HBC_MAP_INFO map_info[1]; /* actually, a bunch */ member
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dsave.c519 tmap_info_t map_info; in remove_settings() local
520 char * text = text_mmap(fname, PROT_READ|PROT_WRITE, MAP_PRIVATE, &map_info); in remove_settings()
547 new_sz = map_info.txt_size - strlen(scan); in remove_settings()
557 new_sz = map_info.txt_size - (next - scan); in remove_settings()
559 if (new_sz != map_info.txt_size) in remove_settings()
565 text_munmap(&map_info); in remove_settings()
/netbsd/src/sys/arch/shark/include/
Ddevmap.h58 struct map_info { struct
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Devents.c5910 char map_info[1000], *pos, *end; in wpas_tid_link_map() local
5913 pos = map_info; in wpas_tid_link_map()
5914 end = pos + sizeof(map_info); in wpas_tid_link_map()
5915 res = os_snprintf(map_info, sizeof(map_info), "default=%d", in wpas_tid_link_map()
5940 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_T2LM_UPDATE "%s", map_info); in wpas_tid_link_map()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc17658 location_map_info map_info = write_prepare_maps (&config); in write() local
17799 write_ordinary_maps (to, map_info, &config, config.num_partitions, &crc); in write()
17800 write_macro_maps (to, map_info, &config, &crc); in write()
/netbsd/src/external/gpl3/gcc/dist/libcpp/
DChangeLog4722 (struct map_info::allocated): Fix comment.