Searched defs:findprotoopt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c327 findprotoopt(char *name) function
652 i = findprotoopt(name);
/illumos-gate/usr/src/lib/libshare/autofs/
H A Dlibshare_autofs.c231 findprotoopt(char *propname) function
258 if ((optionindex = findprotoopt(propname)) < 0)
428 index = findprotoopt(name);
545 int index = findprotoopt(name);
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1218 findprotoopt(char *name) function
1529 index = findprotoopt(name);
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c2575 findprotoopt(char *name, int whichname) function
2639 index = findprotoopt(name, 1);
3151 int index = findprotoopt(name, 1);

Completed in 74 milliseconds