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

/netbsd-6-1-5-RELEASE/sys/arch/shark/include/
H A Ddevmap.h58 struct map_info { struct
/netbsd-6-1-5-RELEASE/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:__anon2406
H A Dheader_body_checks.c203 HBC_MAP_INFO *_mp = (hbc)->map_info + (index); \
317 mp = hbc->map_info + HBC_HEADER_INDEX(header_class);
340 mp = hbc->map_info;
410 for (mp = hbc->map_info; mp < hbc->map_info + len; mp++)
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c236 struct opt_map **map_info)
331 if (map_info)
332 *map_info = m;
448 if (map_info)
449 *map_info = m;
557 struct opt_map *map_info = NULL; local
563 db = ypdb_open_db(domain, map, &res.status, &map_info);
567 if (map_info)
568 host_lookup = map_info->host_lookup;
828 struct opt_map *map_info local
235 ypdb_open_db(const char *domain, const char *map, u_int *status, struct opt_map **map_info) argument
[all...]

Completed in 105 milliseconds