Searched defs:glist (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | name.c | 583 gid_t *glist; local 601 glist = alloca(glen * sizeof (gid_t)); 604 if (netname2user(netname, uid, &gid, &glen, glist))
|
/osnet-11/usr/src/lib/libshare/common/ |
H A D | libshare_upgrade.c | 890 sa_upgrade_extract_group(nvlist_t *glist, scfutilhandle_t *handle, argument 1006 ret = sa_upgrade_add_nvlist(glist, gname, group); 1065 nvlist_t *glist; local 1082 glist = sa_share_alloc(NULL, NULL); 1083 if (glist == NULL) { 1088 ret = sa_upgrade_extract_group(glist, handle, instance); 1090 ret = sa_upgrade_add_nvlist(root, "sharecfg", glist); 1091 sa_share_free(glist); 1364 nvlist_t *glist = NULL; local 1373 if (nvpair_value_nvlist(cnvp, &glist) ! [all...] |
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_util.c | 643 * members (or non-members) of the netgroups in glist. 654 * glist is a character array containing grc strings 660 smb_netgroup_match(struct nd_hostservlist *clnames, char *glist, int grc) argument 695 for (i = 0, gr = glist; i < grc && !belong; ) {
|
Completed in 28 milliseconds