Home
last modified time | relevance | path

Searched refs:sun_mountpt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map_parse.y178 entry->mountpt_list = (struct sun_mountpt *)list->first;
205 entry->mountpt_list = (struct sun_mountpt *)list->first;
229 struct sun_mountpt *mountpt;
232 mountpt = CALLOC(struct sun_mountpt);
252 struct sun_mountpt *mountpt;
255 mountpt = CALLOC(struct sun_mountpt);
H A Dsun_map.h67 struct sun_mountpt { struct
82 struct sun_mountpt *mountpt_list; /* list of mount points */ argument
H A Dsun_map.c474 const struct sun_mountpt *mountpt; in sun_multi2amd()
484 mountpt = NEXT(struct sun_mountpt, mountpt)) { in sun_multi2amd()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog1379 * amd/sun_map.h: Add a fstype member to the sun_mountpt struct.