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

/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c4110 } proto_options[] = { variable in typeref:struct:proto_option_defs
4315 if (proto_options[index].other != NULL) {
4317 if (sa_nfs_proto_get_property(NULL, proto_options[index].other,
4320 if (proto_options[index].compare == OPT_CMP_LE) {
4322 } else if (proto_options[index].compare == OPT_CMP_GE) {
4336 for (i = 0; proto_options[i].tag != NULL; i++) {
4338 if (strcasecmp(proto_options[i].name, name) == 0)
4341 if (strcasecmp(proto_options[i].tag, name) == 0)
4389 * value as well as specified in the proto_options members other and
4398 switch (proto_options[inde
[all...]

Completed in 28 milliseconds