/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_ruc.c | 69 static int gid_ok(union ib_gid *gid, __be64 gid_prefix, __be64 id) in gid_ok() argument 71 return (gid->global.interface_id == id && in gid_ok() 72 (gid->global.subnet_prefix == gid_prefix || in gid_ok() 73 gid->global.subnet_prefix == IB_DEFAULT_GID_PREFIX)); in gid_ok()
|
/kernel/linux/linux-6.6/fs/nfs_common/ |
H A D | nfsacl.c | 40 kgid_t gid; member 64 *p++ = htonl(from_kgid(&init_user_ns, nfsacl_desc->gid)); in xdr_nfsace_encode() 105 .gid = inode->i_gid, in nfsacl_encode() 167 .gid = inode->i_gid, in nfs_stream_encode_acl()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | sys_ia32.c | 135 typeof(ubuf->st_gid) gid = 0; in cp_stat64() 137 SET_GID(gid, from_kgid_munged(current_user_ns(), stat->gid)); in cp_stat64() 146 unsafe_put_user(gid, &ubuf->st_gid, Efault); in cp_stat64()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_ruc.c | 69 static int gid_ok(union ib_gid *gid, __be64 gid_prefix, __be64 id) in gid_ok() argument 71 return (gid->global.interface_id == id && in gid_ok() 72 (gid->global.subnet_prefix == gid_prefix || in gid_ok() 73 gid->global.subnet_prefix == IB_DEFAULT_GID_PREFIX)); in gid_ok()
|
/third_party/mksh/ |
H A D | check.pl | 1074 local($type, $perm, $uid, $gid, $matchType, 1077 # format is: type perm uid gid matchType "name" 1083 ($type, $perm, $uid, $gid, $matchType, $rest) 1100 if ($gid !~ /^\d+$/ && $gid ne '*') { 1102 "$prog:$file:$.: bad group-id for file-result: $gid\n"; 1281 local($type, $perm, $uid, $gid, $rest, $c, $len, $name); 1288 ($type, $perm, $uid, $gid, $matchType, $rest) = 1311 if ($gid ne '*' && $stbuf[5] != $gid) { [all...] |
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 134 pub const fn from_raw(gid: gid_t) -> Self { 135 Gid(gid) 157 fn from(gid: Gid) -> Self { in from() 158 gid.0 in from() 163 fn from(gid: gid_t) -> Self { in from() 164 Gid(gid) in from() 704 let gid = group.map(Into::into) in chown_raw_ids() 706 (uid, gid) in chown_raw_ids() 719 let (uid, gid) = chown_raw_ids(owner, group); in chown() 720 unsafe { libc::chown(cstr.as_ptr(), uid, gid) } in chown() 3354 let mut gid = 1; getpeereid() variables [all...] |
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/ |
H A D | cmap_parser.cpp | 178 const auto &gid = idRangeOffsets[idRangeOffset / 2 + i + j - start].Get(); in ParseFormat4() local 179 if (gid) { in ParseFormat4() 180 ranges_.AddRange({j, j + 1, static_cast<int32_t>(gid)}); in ParseFormat4()
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | cpu_worker.cpp | 65 FFRT_LOGE("run unsupport task[%lu], type=%d, name[%s]", task->gid, task->type, task->label.c_str()); in Run() 116 worker->curTaskGid_ = task->gid; in RunTask() 119 ctx->lastGid_ = task->gid; in RunTask()
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | wait_queue.cpp | 89 FFRT_BLOCK_TRACER(task->gid, cnd); in SuspendAndWait() 142 FFRT_LOGD("task(%d) time is up", task->gid); 145 FFRT_BLOCK_TRACER(task->gid, cnt);
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_clc.h | 80 u8 gid[16]; /* gid of ib_device port */ member 116 __be64 gid; /* ISM GID */ member 188 u64 gid; /* Sender GID */ member
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | auth_unix.c | 93 if (!gid_eq(cred->cr_cred->group_info->gid[i], acred->cred->group_info->gid[i])) in unx_match() 133 *p++ = cpu_to_be32(from_kgid_munged(userns, gi->gid[i])); in unx_marshal()
|
/kernel/linux/linux-5.10/drivers/staging/blackbox/ |
H A D | blackbox_common.c | 24 void change_own(char *path, int uid, int gid) in change_own() argument 29 if (unlikely(!path || uid == -1 || gid == -1)) { in change_own() 30 bbox_print_err("path or uid or gid error.\n"); in change_own() 36 ret = ksys_chown(path, uid, gid); in change_own()
|
/kernel/linux/linux-5.10/fs/nfs_common/ |
H A D | nfsacl.c | 40 kgid_t gid; member 64 *p++ = htonl(from_kgid(&init_user_ns, nfsacl_desc->gid)); in xdr_nfsace_encode() 105 .gid = inode->i_gid, in nfsacl_encode()
|
/kernel/linux/linux-6.6/drivers/staging/blackbox/ |
H A D | blackbox_common.c | 25 void change_own(char *path, int uid, int gid) in change_own() argument 32 if (unlikely(!path || uid == -1 || gid == -1)) { in change_own() 33 bbox_print_err("path or uid or gid error.\n"); in change_own() 41 ret = ksys_chown(path, uid, gid); in change_own()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | auth_unix.c | 101 if (!gid_eq(cred->cr_cred->group_info->gid[i], acred->cred->group_info->gid[i])) in unx_match() 141 *p++ = cpu_to_be32(from_kgid_munged(userns, gi->gid[i])); in unx_marshal()
|
/kernel/linux/linux-6.6/tools/testing/selftests/move_mount_set_group/ |
H A D | move_mount_set_group_test.c | 79 gid_t gid; in create_and_enter_userns() local 83 gid = getgid(); in create_and_enter_userns() 97 snprintf(map, sizeof(map), "0 %d 1", gid); in create_and_enter_userns()
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_kernel.h | 91 __u32 gid; member 260 __u32 gid; member 419 __u32 gid; member
|
/third_party/python/Lib/re/ |
H A D | __init__.py | 348 gid = s.opengroup() 350 (SUBPATTERN, (gid, 0, 0, _parser.parse(phrase, flags))), 352 s.closegroup(gid, p[-1])
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-post-table.hh | 185 auto* gid = hb_bsearch (st, gids, count, sizeof (gids[0]), cmp_key, (void *) this); in get_glyph_from_name() local 186 if (gid) in get_glyph_from_name() 188 *glyph = *gid; in get_glyph_from_name()
|
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 225 startMsg.gid = 2001; in HWTEST_F() 273 startMsg.gid = 2001; in HWTEST_F() 321 startMsg.gid = 2001; in HWTEST_F() 369 startMsg.gid = 2001; in HWTEST_F() 418 startMsg.gid = 2001; in HWTEST_F() 473 startMsg.gid = 2001; in HWTEST_F() 523 startMsg.gid = 2001; in HWTEST_F() 573 startMsg.gid = -1; in HWTEST_F() 623 startMsg.gid = 2001; in HWTEST_F() 669 startMsg.gid in HWTEST_F() [all...] |
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcolr.c | 66 FT_UShort gid; member 75 FT_UShort gid; member 296 FT_UShort gid = FT_NEXT_USHORT( p ); in find_base_glyph_record() local 299 if ( gid < glyph_id ) in find_base_glyph_record() 301 else if (gid > glyph_id ) in find_base_glyph_record() 305 record->gid = gid; in find_base_glyph_record() 755 FT_UShort gid = FT_NEXT_USHORT( p ); in find_base_glyph_v1_record() local 758 if ( gid < glyph_id ) in find_base_glyph_v1_record() 760 else if (gid > glyph_i in find_base_glyph_v1_record() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | user_unlocked_event_subscriber.cpp | 95 if (fileStat.gid != ServiceConstants::DATABASE_DIR_GID) { in CheckPathAttribute() 96 APP_LOGW("path: %{public}s gid is not same, fileStat.gid:%{public}d, gid:%{public}d", in CheckPathAttribute() 97 path.c_str(), static_cast<int32_t>(fileStat.gid), ServiceConstants::DATABASE_DIR_GID); in CheckPathAttribute() 124 createDirParam.gid = bundleInfo.gid; in CreateBundleDataDir() 180 DATA_GROUP_DIR_MODE, dataGroupInfo.uid, dataGroupInfo.gid); in CreateDataGroupDir()
|
/kernel/linux/linux-5.10/fs/autofs/ |
H A D | waitq.c | 149 packet->gid = from_kgid_munged(user_ns, wq->gid); in autofs_notify_daemon() 437 wq->gid = current_gid(); in autofs_wait() 485 * uid and gid in the dentry info struct. This is so it can be in autofs_wait() 488 * to existing, active, autofs mounts. The uid and gid (and in autofs_wait() 509 ino->gid = wq->gid; in autofs_wait()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | audit.h | 66 kgid_t gid; member 393 extern void __audit_ipc_set_perm(unsigned long qbytes, uid_t uid, gid_t gid, umode_t mode); 424 static inline void audit_ipc_set_perm(unsigned long qbytes, uid_t uid, gid_t gid, umode_t mode) in audit_ipc_set_perm() argument 427 __audit_ipc_set_perm(qbytes, uid, gid, mode); in audit_ipc_set_perm() 613 gid_t gid, umode_t mode) in audit_ipc_set_perm() 612 audit_ipc_set_perm(unsigned long qbytes, uid_t uid, gid_t gid, umode_t mode) audit_ipc_set_perm() argument
|
/kernel/linux/linux-6.6/fs/autofs/ |
H A D | waitq.c | 149 packet->gid = from_kgid_munged(user_ns, wq->gid); in autofs_notify_daemon() 397 wq->gid = current_gid(); in autofs_wait() 445 * uid and gid in the dentry info struct. This is so it can be in autofs_wait() 448 * to existing, active, autofs mounts. The uid and gid (and in autofs_wait() 469 ino->gid = wq->gid; in autofs_wait()
|