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

/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dsun_map.h61 struct sun_opt { struct
71 struct sun_opt *opt_list; /* list of option strings */
80 struct sun_opt *opt_list; /* list of mount options */
96 struct sun_opt *opt_list; /* list of global map options */
97 struct sun_opt *include_list; /* list of included map files */
108 struct sun_opt *include_list; /* list of included master maps */
H A Dsun_map_parse.y157 entry->opt_list = (struct sun_opt *)list->first;
214 entry->opt_list = (struct sun_opt *)list->first;
278 mountpt->opt_list = (struct sun_opt *)list->first;
396 struct sun_opt *opt = CALLOC(struct sun_opt);
H A Dsun_map.c335 const struct sun_opt *opt_list)
337 const struct sun_opt *opt;
342 for(opt = opt_list; opt != NULL; opt = NEXT(struct sun_opt, opt)) {
345 if (NEXT(struct sun_opt, opt) != NULL) {

Completed in 568 milliseconds