Searched refs:gid (Results 1 - 5 of 5) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dsafechown.c23 safechown(const char *src, uid_t uid, gid_t gid, int mode) argument
57 if (fchown(fd, uid, gid)) {
/solaris-userland/components/mailman/
H A DMakefile45 CONFIGURE_OPTIONS += --with-mail-gid=other
46 CONFIGURE_OPTIONS += --with-cgi-gid=webservd
/solaris-userland/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/components/proftpd/
H A Dmod_solaris_audit.c119 gid_t gid = ADT_NO_ATTRIB; local
140 gid = pwd.pw_gid;
143 if (adt_set_user(asession, uid, gid, uid, gid, NULL, ADT_NEW) != 0) {
/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c674 * If the address of a gid pointer is passed for "gid_table", the memory
675 * will be allocated and the ports gid table and returned as well. The caller
1397 union ibv_gid *gid)
1405 if (!context || !gid || (index < 0) ||
1444 memcpy(gid, uverbs_gidp->uverbs_gids, sizeof (union ibv_gid) * count);
1396 sol_ibv_query_gid(struct ibv_context *context, uint8_t port_num, int index, union ibv_gid *gid) argument

Completed in 31 milliseconds