Searched refs:pgid (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice_pgid.c125 struct pgid *pgid = &cdev->private->pgid[i]; local
127 pgid->inf.fc = fn;
129 cp->cda = (u32) (addr_t) pgid;
130 cp->count = sizeof(*pgid);
216 static int pgid_cmp(struct pgid *p1, struct pgid *p2)
219 sizeof(struct pgid) - 1);
225 static void pgid_analyze(struct ccw_device *cdev, struct pgid **
228 struct pgid *pgid = &cdev->private->pgid[0]; local
261 struct pgid *pgid; local
292 pgid_fill(struct ccw_device *cdev, struct pgid *pgid) argument
307 struct pgid *pgid; local
[all...]
H A Dcss.h48 struct pgid { struct
132 struct pgid global_pgid;
H A Dio_sch.h179 struct pgid pgid[8]; /* path group IDs per chpid*/ member in struct:ccw_device_private
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dosdmap.h31 struct ceph_pg pgid; member in struct:ceph_pg_mapping
123 extern int ceph_calc_pg_acting(struct ceph_osdmap *osdmap, struct ceph_pg pgid,
126 struct ceph_pg pgid);
H A Dosdmap.c318 * rbtree of pg_mapping for handling pg_temp (explicit mapping of pgid
344 c = pgid_cmp(new->pgid, pg->pgid);
359 struct ceph_pg pgid)
367 c = pgid_cmp(pgid, pg->pgid);
634 struct ceph_pg pgid; local
638 ceph_decode_copy(p, &pgid, sizeof(pgid));
645 pg->pgid
358 __lookup_pg_mapping(struct rb_root *root, struct ceph_pg pgid) argument
847 struct ceph_pg pgid; local
980 struct ceph_pg pgid; local
1019 calc_pg_raw(struct ceph_osdmap *osdmap, struct ceph_pg pgid, int *osds, int *num) argument
1075 ceph_calc_pg_acting(struct ceph_osdmap *osdmap, struct ceph_pg pgid, int *acting) argument
1096 ceph_calc_pg_primary(struct ceph_osdmap *osdmap, struct ceph_pg pgid) argument
[all...]
H A Dioctl.c105 struct ceph_pg pgid; local
127 pgid = ol.ol_pgid;
128 dl.osd = ceph_calc_pg_primary(osdc->osdmap, pgid);
H A Dosd_client.c572 struct ceph_pg pgid; local
582 pgid = reqhead->layout.ol_pgid;
583 req->r_pgid = pgid;
585 err = ceph_calc_pg_acting(osdc->osdmap, pgid, acting);
598 dout("map_osds tid %llu pgid %d.%x osd%d (was osd%d)\n",
599 req->r_tid, le32_to_cpu(pgid.pool), le16_to_cpu(pgid.ps), o,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs/
H A Dinode.c142 pid_t pgid; local
178 &root_inode->i_gid, &pgid, &minproto,
191 DPRINTK(("autofs: pipe fd = %d, pgrp = %u\n", pipefd, pgid));
192 sbi->oz_pgrp = find_get_pid(pgid);
195 printk("autofs: could not find process group %d\n", pgid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_posixacl.c186 gid_t *pgid = (uid_t *)acl_get_qualifier(posix_ace); local
187 if (pgid == NULL) {
191 ace->gid = *pgid;
192 acl_free(pgid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dlookup_sid.c1081 static BOOL fetch_gid_from_cache(gid_t *pgid, const DOM_SID *psid) argument
1087 *pgid = pc->gid;
1089 (unsigned int)*pgid, sid_string_static(psid)));
1250 static BOOL legacy_sid_to_gid(const DOM_SID *psid, gid_t *pgid) argument
1266 *pgid = map.gid;
1288 *pgid = id.gid;
1300 (unsigned int)*pgid ));
1302 store_gid_sid_cache(psid, *pgid);
1418 BOOL sid_to_gid(const DOM_SID *psid, gid_t *pgid) argument
1423 if (fetch_gid_from_cache(pgid, psi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_cee.h79 u8 pgid[8]; member in struct:bfa_cee_dcbx_cfg_s
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dprocps.c197 "%u %u %d %*s " /* pgid, sid, tty, tpgid */
210 &sp->pgid, &sp->sid, &tty,
227 sp->pgid = fast_strtoul_10(&cp);
290 // pid comm S ppid pgid sid tty_nr tty_pgrp flg
298 pgid,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dcb/
H A Ddcbnl.c670 u8 prio, pgid, tc_pct, up_map; local
722 pgid = DCB_ATTR_VALUE_UNDEFINED;
731 &pgid, &tc_pct, &up_map);
736 &pgid, &tc_pct, &up_map);
742 DCB_TC_ATTR_PARAM_PGID, pgid);
900 u8 pgid; local
926 pgid = DCB_ATTR_VALUE_UNDEFINED;
936 pgid = nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_PGID]);
950 prio, pgid, tc_pct, up_map);
955 prio, pgid, tc_pc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwb_client.c300 BOOL winbind_sid_to_gid(gid_t *pgid, const DOM_SID *sid) argument
307 if (!pgid)
325 *pgid = response.data.gid;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Darray.c371 pid_t ppid = 0, pgid = -1, sid = -1; local
441 pgid = task_pgrp_nr_ns(task, ns);
475 pgid,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsys_ppc32.c463 /* Note: it is necessary to treat pid and pgid as unsigned ints,
468 asmlinkage long compat_sys_setpgid(u32 pid, u32 pgid) argument
470 return sys_setpgid((int)pid, (int)pgid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dservice.c447 gid_t *pgid)
458 *pgid = (gid_t)-1;
512 *pgid = gid;
524 *pgid = gid;
444 find_forced_group(BOOL force_user, int snum, const char *username, DOM_SID *pgroup_sid, gid_t *pgid) argument
H A Dposix_acls.c2173 gid_t *pgid = (gid_t *)SMB_VFS_SYS_ACL_GET_QUALIFIER(conn, entry); local
2174 if (pgid == NULL) {
2178 gid_to_sid( &sid, *pgid);
2179 unix_ug.gid = *pgid;
2181 SMB_VFS_SYS_ACL_FREE_QUALIFIER(conn, (void *)pgid,tagtype);
4092 gid_t *pgid = NULL; local
4095 pgid = (gid_t *)SMB_VFS_SYS_ACL_GET_QUALIFIER(conn, entry);
4098 pgid = &psbuf->st_gid;
4100 if (pgid == NULL) {
4110 if (cu_gid == *pgid) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsys.c933 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid)
942 if (!pgid)
943 pgid = pid;
944 if (pgid < 0)
980 if (pgid != pid) {
983 pgrp = find_vpid(pgid);
989 err = security_task_setpgid(p, pgid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcoda.h301 pid_t pgid; member in struct:coda_in_hdr
H A Dsecurity.h687 * process @p to @pgid.
689 * @pgid contains the new pgid.
1495 int (*task_setpgid) (struct task_struct *p, pid_t pgid);
1746 int security_task_setpgid(struct task_struct *p, pid_t pgid);
2281 static inline int security_task_setpgid(struct task_struct *p, pid_t pgid) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dps.c48 sprintf(buf, "%*u", size, ps->pgid);
119 { 5 , "pgid" ,"PGID" ,func_pgid ,PSSCAN_PGID },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Dsecurity.c747 int security_task_setpgid(struct task_struct *p, pid_t pgid) argument
749 return security_ops->task_setpgid(p, pgid);
H A Dcapability.c389 static int cap_task_setpgid(struct task_struct *p, pid_t pgid) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/coda/
H A Dupcall.c55 inp->ih.pgid = task_pgrp_nr(current);

Completed in 400 milliseconds

12