Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map_parse.y122 entry->location_list = (struct sun_location *)list->first;
148 entry->location_list = (struct sun_location *)list->first;
240 mountpt->location_list = (struct sun_location *)list->first;
269 mountpt->location_list = (struct sun_location *)list->first;
295 struct sun_location *location;
298 location = CALLOC(struct sun_location);
317 struct sun_location *location;
320 location = CALLOC(struct sun_location);
H A Dsun_map.h54 struct sun_location { struct
72 struct sun_location *location_list; /* list of 'struct s2a_location' */ argument
81 struct sun_location *location_list; /* list of mount locations */
H A Dsun_map.c366 const struct sun_location *local_list) in sun_locations2amd()
368 const struct sun_location *local; in sun_locations2amd()
373 local = NEXT(struct sun_location,local)) { in sun_locations2amd()
405 if (NEXT(struct sun_location, local) != NULL) { in sun_locations2amd()