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

/solaris-userland-s11u3/components/openssh/sources/
H A Daudit-solaris.c408 gid_t gid = (gid_t)ADT_NO_ATTRIB; local
413 gid = the_authctxt->pw->pw_gid;
423 if (adt_set_user(ah, uid, gid, uid, gid, NULL,
487 gid_t gid = (gid_t)ADT_NO_ATTRIB; local
509 gid = the_authctxt->pw->pw_gid;
515 gid = pw->pw_gid;
529 if (adt_set_user(ah, uid, gid, uid, gid, tid, ADT_NEW) != 0) {
/solaris-userland-s11u3/components/proftpd/
H A Dmod_solaris_audit.c118 gid_t gid = ADT_NO_ATTRIB; local
138 gid = pwd.pw_gid;
141 if (adt_set_user(asession, uid, gid, uid, gid, NULL, ADT_NEW) != 0) {
/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c720 * If the address of a gid pointer is passed for "gid_table", the memory
721 * will be allocated and the ports gid table and returned as well. The caller
1443 union ibv_gid *gid)
1451 if (!context || !gid || (index < 0) ||
1490 memcpy(gid, uverbs_gidp->uverbs_gids, sizeof (union ibv_gid) * count);
1442 sol_ibv_query_gid(struct ibv_context *context, uint8_t port_num, int index, union ibv_gid *gid) argument

Completed in 41 milliseconds