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

/osnet-11/usr/src/lib/libfedfs/common/
H A Dsmf_params.c140 prop = scf_simple_prop_get(NULL, FEDFS_CLIENT, pgname, "sectype");
143 "FedFS failed to find sectype property in pg %s:%s\n",
151 fprintf(stderr, "fedfs_smf_lookup: sectype %s\n", p);
154 info->sectype = strdup(p);
156 info->sectype = NULL;
205 free(info->sectype);
502 if (info->sectype == NULL)
503 info->sectype = "";
512 set_pg_value(h, pg, "sectype", info->sectype) !
817 sectype_to_int(char *sectype) argument
[all...]
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_upgrade.c516 char *sectype = NULL; local
536 sectype = strchr(proto, '_');
537 if (sectype != NULL)
538 *sectype++ = '\0';
546 if (sectype != NULL) {
548 * If sectype[0] is a digit, then it is an index into
554 if (isdigit((int)*sectype)) {
555 resource = sa_upgrade_get_nvlist(share, sectype);
614 ret = sa_upgrade_add_nvlist(prot, sectype, sec);
787 scf_propertygroup_t *pg, char *proto, char *sectype)
786 sa_upgrade_extract_group_prop(nvlist_t *group, scfutilhandle_t *handle, scf_propertygroup_t *pg, char *proto, char *sectype) argument
894 char *proto, *sectype, *buff; local
[all...]
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c2691 const char *sectype, struct secinfo *secinfo)
2706 if (sectype != NULL) {
2708 err = nfs_getseconfig_byname((char *)sectype,
2730 sh_path, sectype != NULL ? sectype : "default");
2747 sectype != NULL ? sectype : "default",
2690 sa_nfs_fill_security(nvlist_t *seclist, const char *sh_path, const char *sectype, struct secinfo *secinfo) argument

Completed in 461 milliseconds