Home
last modified time | relevance | path

Searched defs:proto_option_defs (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libshare/autofs/
H A Dlibshare_autofs.c109 struct proto_option_defs { struct
110 char *tag;
111 char *name; /* display name -- remove protocol identifier */
112 int index;
113 scf_type_t type;
114 union {
117 } defvalue;
118 int32_t minval;
119 int32_t maxval;
120 int (*check)(int, char *);
/titanic_41/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c2476 struct proto_option_defs { struct
2477 char *tag;
2478 char *name; /* display name -- remove protocol identifier */
2479 int index;
2480 int type;
2481 union {
2484 } defvalue;
2485 uint32_t svcs;
2486 int32_t minval;
2487 int32_t maxval;
[all …]