Searched refs:gid (Results 126 - 150 of 470) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_iverbs.h55 union ib_gid *gid);
160 int ehca_attach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);
162 int ehca_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtxn003.tcl137 set gid [make_gid child_prepare:$child]
138 set stat [catch {$child prepare $gid} ret]
199 set gid [lindex $tpair 1]
205 error_check_good gidcompare $gid $parentgid
207 set gid [make_gid prepare_recover:$txn]
208 set stat [catch {$txn $op $gid} ret]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dscm.h56 scm->creds.gid = p->gid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_util.c503 void debug_unix_user_token(int dbg_class, int dbg_lev, uid_t uid, gid_t gid, int n_groups, gid_t *groups) argument
508 DEBUGADDC(dbg_class, dbg_lev, ("Primary group is %ld and contains %i supplementary groups\n", (long int)gid, n_groups));
636 NT_USER_TOKEN *create_nt_token(uid_t uid, gid_t gid, int ngroups, gid_t *groups, BOOL is_guest) argument
647 if (!NT_STATUS_IS_OK(gid_to_sid(&group_sid, gid))) {
659 DEBUG(1, ("create_nt_token: failed to convert gid %ld to a sid!\n", (long int)groups[i]));
690 static NTSTATUS get_user_groups(const char *username, uid_t uid, gid_t gid, argument
703 result = pdb_enum_group_memberships(username, gid, groups,
720 debug_unix_user_token(DBGC_CLASS, 5, uid, gid, n_unix_groups, *unix_groups);
739 DEBUG(1, ("get_user_groups: failed to convert gid %ld to a sid!\n",
763 /* Initialise the uid and gid value
777 add_user_groups(auth_serversupplied_info **server_info, const char * unix_username, SAM_ACCOUNT *sampass, uid_t uid, gid_t gid) argument
987 fill_sam_account(TALLOC_CTX *mem_ctx, const char *domain, const char *username, char **found_username, uid_t *uid, gid_t *gid, SAM_ACCOUNT **sam_account) argument
1135 gid_t gid; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dsuper.c221 {Opt_gid, "gid=%u"},
244 static int parse_opts(char *opts, uid_t *uid, gid_t *gid, umode_t *umask, argument
274 *gid = option;
358 gid=xxx set gid of files that don't have gid specified in eas\n\
384 gid_t gid; local
392 uid = sbi->sb_uid; gid = sbi->sb_gid;
398 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, &conv,
414 sbi->sb_uid = uid; sbi->sb_gid = gid;
447 gid_t gid; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc_samsync.c575 if (map.gid != passwd->pw_gid) {
576 if (!(grp = getgrgid(map.gid))) {
578 (unsigned long)map.gid, pdb_get_username(sam_account), sid_string_static(&group_sid)));
615 if ( map.gid != -1 )
616 grp = getgrgid(map.gid);
621 gid_t gid; local
630 if (smb_create_group(name, &gid) != 0)
638 map.gid = grp->gr_gid;
679 if (!(grp = getgrgid(map.gid))) {
680 DEBUG(0, ("Could not find unix group %lu\n", (unsigned long)map.gid));
805 gid_t gid; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-groupadd41 print " -g gid\n";
42 print " -o gid is not unique\n";
145 smbldap-groupadd [-g gid ] [-a] [-o] [-r rid] [-s sid]
156 -g gid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/nss/
H A Dnss_winbind.c324 convert a sid to a gid
327 int nss_sidtogid(struct nss_state *nss, const char *sid, gid_t *gid) argument
340 status = _nss_sidtogid(sid, gid, &nss_errno);
390 convert a gid to a sid
394 int nss_gidtosid(struct nss_state *nss, gid_t gid, char **sid) argument
408 status = _nss_gidtosid(gid, sid, buf, sizeof(buf), &nss_errno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbind_nss_hpux.h100 gid_t gid; member in union:nss_XbyY_key
H A Dwinbindd_group.c72 /* Fill in uid/gid */
238 gid_t gid; local
312 if (!NT_STATUS_IS_OK(idmap_sid_to_gid(&group_sid, &gid, 0))) {
313 DEBUG(1, ("error converting unix gid to sid\n"));
318 name_group, gid) ||
335 /* Return a group structure from a gid number */
349 (unsigned long)state->request.data.gid));
351 /* Bug out if the gid isn't in the winbind range */
353 if ((state->request.data.gid < server_state.gid_low) ||
354 (state->request.data.gid > server_stat
921 gid_t gid; local
967 gid_t gid; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_recover.c28 __txn_map_gid(env, gid, tdp, offp)
30 u_int8_t *gid;
47 if (memcmp(gid, (*tdp)->xid, sizeof((*tdp)->xid)) == 0)
217 memcpy(prepp->gid, td->xid, sizeof(td->xid));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs_mcast.c235 int ipath_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
247 mcast = ipath_mcast_alloc(gid);
284 int ipath_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
306 ret = memcmp(gid->raw, mcast->mgid.raw,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Dinode.c67 {Opt_gid, "gid=%u"},
74 static int parse_options(char *options, int *pipefd, uid_t *uid, gid_t *gid, argument
82 *gid = current->gid;
112 *gid = option;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/devpts/
H A Dinode.c33 gid_t gid; member in struct:__anon7397
44 {Opt_gid, "gid=%u"},
56 config.gid = 0;
78 config.gid = option;
176 inode->i_gid = config.setgid ? config.gid : current->fsgid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Drock.h35 char gid[8]; member in struct:RR_PX_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dar.c29 printf("%s %d/%d%7d %s %s\n", &mode[1], file_header->uid, file_header->gid,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dstat.h68 gid_t gid; member in struct:kstat
H A Dauto_fs4.h76 __u32 gid; member in struct:autofs_v5_packet
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dasm-offsets.c28 DEFINE(TASK_GID, offsetof(struct task_struct, gid));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dscm.c48 ((creds->gid == current->gid || creds->gid == current->egid ||
49 creds->gid == current->sgid) || capable(CAP_SETGID))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_owner.c46 if ((skb->sk->sk_socket->file->f_gid != info->gid) ^
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_owner.c48 if ((skb->sk->sk_socket->file->f_gid != info->gid) ^
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmdev.c31 gid_t gid = 0; local
79 /* Three fields: regex, uid:gid, mode */
110 /* uid:gid */
131 gid = strtoul(s, &s2, 10);
138 gid = grp->gr_gid;
185 if (ENABLE_FEATURE_MDEV_CONF) chown(device_name, uid, gid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_owner.c21 "[!] --gid-owner groupid Match local gid\n"
31 "[!] --gid-owner groupid Match local gid\n"
41 { "gid-owner", 1, 0, '2' },
83 ownerinfo->gid = grp->gr_gid;
85 ownerinfo->gid = strtoul(optarg, &end, 0);
164 struct group *grp = getgrgid(info->gid);
172 printf("%u ", info->gid);
224 print_item(info, IP6T_OWNER_GID, 0, "--gid
[all...]
H A Dlibipt_owner.c21 "[!] --gid-owner groupid Match local gid\n"
32 "[!] --gid-owner groupid Match local gid\n"
43 { "gid-owner", 1, 0, '2' },
84 ownerinfo->gid = grp->gr_gid;
86 ownerinfo->gid = strtoul(optarg, &end, 0);
165 struct group *grp = getgrgid(info->gid);
173 printf("%u ", info->gid);
225 print_item(info, IPT_OWNER_GID, 0, "--gid
[all...]

Completed in 136 milliseconds

1234567891011>>