Searched defs:gid (Results 1 - 4 of 4) sorted by relevance
/solaris-userland/components/krb5/Solaris/ |
H A D | safechown.c | 23 safechown(const char *src, uid_t uid, gid_t gid, int mode) argument 57 if (fchown(fd, uid, gid)) {
|
/solaris-userland/components/openssh/sources/ |
H A D | audit-solaris.c | 408 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 D | mod_solaris_audit.c | 119 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 D | solaris_compatibility.c | 674 * 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 20 milliseconds