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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c128 *interdomain_bind, *security, *lower_case_keys; local
144 security = lower_case_keys = NULL;
177 security = argv[0];
440 if (security)
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c742 * Check to see if optname is a security (named optionset) specific
943 * If in a group, remove the inherited options and security
1001 * Need to remove security here. If there are no
1002 * security options on the local group/share, don't
1012 sa_security_t security; local
1016 security = sa_get_security(group, tag, proto);
1022 for (popt = sa_get_property(security, NULL);
1793 * Find all the security types set for this object. This is
1794 * preliminary to getting a derived security set. The return value is an
1805 sa_security_t security; local
1872 sa_security_t security; local
1936 sa_free_derived_security(sa_security_t security) argument
[all...]
H A Dlibshare.c175 ret = dgettext(TEXT_DOMAIN, "invalid security type");
178 ret = dgettext(TEXT_DOMAIN, "security type not found");
704 else if (xmlStrcmp(node->name, (xmlChar *)"security") == 0)
763 * return the SMF name for the security. If id is not NULL, it will
769 * name is returned in oname. The security type is also encoded into
774 sa_security_name(sa_security_t security, char *oname, size_t len, char *id) argument
782 proto = sa_get_security_attr(security, "type");
783 sectype = sa_get_security_attr(security, "sectype");
2361 * Return the security optionset. The internal name is a hold over
2364 * as a group of properties (like NFS security option
2419 sa_get_next_security(sa_security_t security) argument
2888 sa_security_t security; local
2945 sa_destroy_security(sa_security_t security) argument
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c701 * chk_opt(optlistp, security, proto)
709 chk_opt(struct options *optlistp, int security, char *proto) argument
723 if (!security)
726 if (security)
1235 "to be set with set-security: %s\n"),
1572 sa_security_t security; local
1574 /* only delete specified security */
1575 security = sa_get_security(group, sectype, protocol);
1576 if (security != NULL && !dryrun)
1577 ret = sa_destroy_security(security);
1886 sa_security_t security; local
3536 sa_security_t security; local
4118 sa_security_t security; local
4155 sa_security_t security; local
4370 sa_security_t security; local
5179 sa_security_t security; local
[all...]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c211 * list of properties that are related to security flavors.
227 sa_security_t security; member in struct:securities
312 * security flavor.
330 * Walk the current list of security flavors and return true if it is
338 if (seclist->security == sec)
348 * group's list of security optionsets. We also keep a list of
372 /* add to the security list if it isn't there already */
378 curp->security = sa_create_security(
381 curp->security = check;
476 prop = sa_get_property(sec->security, nam
1442 sa_security_t security = NULL; local
2358 sa_security_t security; local
[all...]
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h438 uint8_t security; member in struct:wpi_cmd_data
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c3604 security(uid_t uid, uid_t euid, gid_t gid, gid_t egid, int auxflags) function
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h679 uint8_t security; member in struct:iwn_cmd_data

Completed in 108 milliseconds