HomeSort by: relevance | last modified time | path
    Searched defs:opt_map (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/ypserv/ypserv/
ypserv_db.c 67 LIST_HEAD(maplist, opt_map); /* LIST of maps (in a domain) */
68 TAILQ_HEAD(mapq, opt_map); /* TAILQ of maps (LRU) */
70 struct opt_map { struct
79 TAILQ_ENTRY(opt_map) mapsq; /* map queue pointers */
80 LIST_ENTRY(opt_map) mapsl; /* map list pointers */
97 void ypdb_close_map(struct opt_map *);
98 DBM *ypdb_open_db(const char *, const char *, u_int *, struct opt_map **);
162 ypdb_close_map(struct opt_map *map)
185 struct opt_map *last;
237 struct opt_map **map_info
    [all...]
ypserv_db.c 67 LIST_HEAD(maplist, opt_map); /* LIST of maps (in a domain) */
68 TAILQ_HEAD(mapq, opt_map); /* TAILQ of maps (LRU) */
70 struct opt_map { struct
79 TAILQ_ENTRY(opt_map) mapsq; /* map queue pointers */
80 LIST_ENTRY(opt_map) mapsl; /* map list pointers */
97 void ypdb_close_map(struct opt_map *);
98 DBM *ypdb_open_db(const char *, const char *, u_int *, struct opt_map **);
162 ypdb_close_map(struct opt_map *map)
185 struct opt_map *last;
237 struct opt_map **map_info
    [all...]
ypserv_db.c 67 LIST_HEAD(maplist, opt_map); /* LIST of maps (in a domain) */
68 TAILQ_HEAD(mapq, opt_map); /* TAILQ of maps (LRU) */
70 struct opt_map { struct
79 TAILQ_ENTRY(opt_map) mapsq; /* map queue pointers */
80 LIST_ENTRY(opt_map) mapsl; /* map list pointers */
97 void ypdb_close_map(struct opt_map *);
98 DBM *ypdb_open_db(const char *, const char *, u_int *, struct opt_map **);
162 ypdb_close_map(struct opt_map *map)
185 struct opt_map *last;
237 struct opt_map **map_info
    [all...]

Completed in 89 milliseconds