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

/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c102 static boolean_t smb_saprop_getstr(sa_optionset_t, char *, char *, size_t);
2162 (void) smb_saprop_getstr(opts, SHOPT_AD_CONTAINER, si->shr_container,
2165 if (smb_saprop_getstr(opts, SHOPT_CSC, csc_value, sizeof (csc_value)))
2168 if (smb_saprop_getstr(opts, SHOPT_RO, si->shr_access_ro,
2172 if (smb_saprop_getstr(opts, SHOPT_RW, si->shr_access_rw,
2176 if (smb_saprop_getstr(opts, SHOPT_NONE, si->shr_access_none,
2443 smb_saprop_getstr(sa_optionset_t opts, char *propname, char *buf, size_t bufsz) function

Completed in 49 milliseconds