Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.h55 struct option_defs { struct
56 char *tag;
57 int type;
58 int share; /* share only option */
59 int (*check)(char *);
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.h86 struct option_defs { struct
87 char *tag;
88 int index;
89 int type;
90 int share; /* share only option */
91 int (*check)(sa_handle_t, char *);