Searched refs:location_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Dsun_map.h70 struct sun_location *location_list; /* list of 'struct s2a_location' */ member in struct:sun_mountpt
79 struct sun_location *location_list; /* list of mount locations */ member in struct:sun_entry
H A Dsun_map_parse.y120 entry->location_list = (struct sun_location *)list->first;
146 entry->location_list = (struct sun_location *)list->first;
238 mountpt->location_list = (struct sun_location *)list->first;
267 mountpt->location_list = (struct sun_location *)list->first;
H A Dsun_map.c431 xstrlcat(dest, s_entry->location_list->path, destlen);
450 if (s_entry->location_list != NULL) {
452 sun_locations2amd(dest, destlen, key, s_entry->location_list);
491 sun_locations2amd(dest, destlen, key, mountpt->location_list);

Completed in 56 milliseconds