Home
last modified time | relevance | path

Searched refs:mountpt_list (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map_parse.y66 static struct sun_list *mountpt_list = NULL; variable
178 entry->mountpt_list = (struct sun_mountpt *)list->first;
179 mountpt_list = NULL;
205 entry->mountpt_list = (struct sun_mountpt *)list->first;
206 mountpt_list = NULL;
460 if (mountpt_list == NULL) { in get_mountpt_list()
461 mountpt_list = CALLOC(struct sun_list); in get_mountpt_list()
463 return mountpt_list; in get_mountpt_list()
H A Dsun_map.h82 struct sun_mountpt *mountpt_list; /* list of mount points */ member
H A Dsun_map.c482 for (mountpt = s_entry->mountpt_list; in sun_multi2amd()
547 if (s_entry->mountpt_list != NULL) { in sun_entry2amd()