OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
...]
/src/external/bsd/am-utils/dist/amd/
opts.c
112
static char *
opt_map
= nullstr;
variable
150
0, &
opt_map
, 0, FALSE },
1481
opt_map
= map;
1559
opt_key =
opt_map
= opt_path = nullstr;
/src/external/bsd/am-utils/dist/conf/mount/
mount_linux.c
64
struct
opt_map
{
struct
70
const struct
opt_map
opt_map
[] =
variable in typeref:struct:opt_map
300
const struct
opt_map
*std_opts;
321
std_opts =
opt_map
;
Completed in 16 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026