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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_auth.c52 * using the client auth struct flavor field to index into svcauthsw.
61 * The RPCSEC_GSS flavor is an exception. Its routine takes an
75 int flavor; member in struct:authsvc
130 /* flavor doesn't match any of the builtin types, so try new ones */
133 if (asp->flavor == cred_flavor) {
167 * prepared to handle. When an authentication flavor is registered,
168 * the flavor is checked against already registered values. If not
175 * 1 if flavor already registered
197 if (asp->flavor == cred_flavor) {
210 asp->flavor
[all...]
/osnet-11/usr/src/lib/libsmedia/library/common/
H A Dl_defines.h51 uint32_t flavor; member in struct:format_flags
H A Dl_generic.c113 smedia_format(smedia_handle_t handle, uint32_t flavor, uint32_t mode) argument
118 ffl.flavor = flavor;
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dnetdfs.c905 uint32_t status, flavor; local
910 flavor = dfs_ns_getflavor(path->p_unc.unc_share, SMB_NS_DFS);
911 if (flavor == 0)
913 info.i_flavor = flavor;
1224 info300->flavor = DFS_VOLUME_FLAVOR_STANDALONE;
H A Ddfs.c536 * Determines the DFS namespace flavor.
547 /* get flavor info from state info (info level 2) */
2036 * type (root/link) and namespace flavor.
2040 uint32_t flavor)
2048 if (flavor == DFS_VOLUME_FLAVOR_STANDALONE) {
2039 dfs_isvalidpropflagmask(uint32_t propflag_mask, uint32_t type, uint32_t flavor) argument

Completed in 62 milliseconds