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

/osnet-11/usr/src/lib/libshare_plugins/autofs/
H A Dlibshare_autofs.c123 } autofs_proto_options[] = { variable in typeref:struct:proto_option_defs
238 for (i = 0; autofs_proto_options[i].tag != NULL; i++)
239 if (strcmp(autofs_proto_options[i].name, propname) == 0)
277 if (val < autofs_proto_options[index].minval ||
278 val > autofs_proto_options[index].maxval)
301 if (autofs_proto_options[index].minval == 0)
307 if (strlen(value) > autofs_proto_options[index].maxval ||
308 strlen(value) < autofs_proto_options[index].minval)
327 if (autofs_proto_options[index].validator == NULL)
330 return (autofs_proto_options[inde
[all...]

Completed in 85 milliseconds