Home
last modified time | relevance | path

Searched refs:gid (Results 651 - 675 of 2872) sorted by relevance

1...<<21222324252627282930>>...115

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff1-table.hh1281 for (hb_codepoint_t gid = 0; gid < num_glyphs; gid++) in init()
1283 hb_codepoint_t sid = glyph_to_sid (gid); in init()
1343 hb_codepoint_t gid = sid_to_glyph (gname->sid); in get_glyph_from_name()
1344 if (!gid && gname->sid) return false; in get_glyph_from_name()
1345 *glyph = gid; in get_glyph_from_name()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_db.cpp78 LOGE("[VirtualCloudDb] Insert data should not have gid"); in InnerBatchInsert()
104 auto gid = std::get<std::string>(extend[i][g_gidField]); in InnerBatchInsert() local
256 LOGD("[VirtualCloudDb] DeleteByGid, gid %s", std::get<std::string>(extend[g_gidField]).c_str()); in DeleteByGid()
443 LOGE("[VirtualCloudDb] Update data should have gid"); in InnerUpdateWithoutLock()
498 LOGE("[VirtualCloudDb] current data has been delete gid %s", paramGid.c_str()); in UpdateCloudData()
501 LOGD("[VirtualCloudDb] delete data, gid %s", paramGid.c_str()); in UpdateCloudData()
513 LOGE("[VirtualCloudDb] update cloud data failed, not found gid %s", paramGid.c_str()); in UpdateCloudData()
577 DBStatus VirtualCloudDb::GetDataStatus(const std::string &gid, bool &deleteStatus) in GetDataStatus() argument
581 if (std::get<std::string>(tableData.extend.at(g_gidField)) == gid) { in GetDataStatus()
583 LOGI("tableName %s gid in GetDataStatus()
[all...]
/kernel/linux/linux-5.10/lib/
H A Dkobject.c42 * @gid: kernel group ID for sysfs objects
44 * Returns initial uid/gid pair that should be used when creating sysfs
48 void kobject_get_ownership(struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kobject_get_ownership() argument
51 *gid = GLOBAL_ROOT_GID; in kobject_get_ownership()
54 kobj->ktype->get_ownership(kobj, uid, gid); in kobject_get_ownership()
948 static void kset_get_ownership(struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kset_get_ownership() argument
951 kobject_get_ownership(kobj->parent, uid, gid); in kset_get_ownership()
/kernel/linux/linux-6.6/lib/
H A Dkobject.c44 * @gid: kernel group ID for sysfs objects
46 * Returns initial uid/gid pair that should be used when creating sysfs
50 void kobject_get_ownership(const struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kobject_get_ownership() argument
53 *gid = GLOBAL_ROOT_GID; in kobject_get_ownership()
56 kobj->ktype->get_ownership(kobj, uid, gid); in kobject_get_ownership()
931 static void kset_get_ownership(const struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kset_get_ownership() argument
934 kobject_get_ownership(kobj->parent, uid, gid); in kset_get_ownership()
/third_party/ltp/include/
H A Dtst_safe_macros.h110 #define SAFE_SETGID(gid) \
111 safe_setgid(__FILE__, __LINE__, NULL, (gid))
563 struct group *safe_getgrgid(const char *file, const int lineno, gid_t gid);
564 #define SAFE_GETGRGID(gid) \
565 safe_getgrgid(__FILE__, __LINE__, (gid))
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h63 uint32_t gid; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_extension.h64 const unsigned char *gid; member
89 * gid [IN]
107 * gid [IN]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcompat.h53 __compat_gid_t gid; member
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dasm-offsets.c33 DEFINE(CRED_GID, offsetof(struct cred, gid)); in foo()
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.h163 struct vmci_ctx *context, u32 gid);
/kernel/linux/linux-5.10/net/smc/
H A Dsmc_ib.h89 unsigned short vlan_id, u8 gid[], u8 *sgid_index);
/kernel/linux/linux-5.10/include/net/
H A Daf_unix.h36 kgid_t gid; member
H A Dgarp.h107 struct rb_root gid; member
/kernel/linux/linux-5.10/fs/hostfs/
H A Dhostfs.h61 unsigned int gid; member
/kernel/linux/linux-5.10/fs/isofs/
H A Drock.h36 __u8 gid[8]; member
/kernel/linux/linux-5.10/fs/kernfs/
H A Dkernfs-internal.h112 kuid_t uid, kgid_t gid,
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsmc_diag.h90 __u8 gid[40]; /* local GID */ member
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.h163 struct vmci_ctx *context, u32 gid);
/kernel/linux/linux-6.6/fs/hostfs/
H A Dhostfs.h61 unsigned int gid; member
/kernel/linux/linux-6.6/fs/isofs/
H A Drock.h36 __u8 gid[8]; member
/kernel/linux/linux-6.6/include/net/
H A Dgarp.h109 struct rb_root gid; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsmc_diag.h90 __u8 gid[40]; /* local GID */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsmc_diag.h73 __u8 gid[40]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsmc_diag.h83 __u8 gid[40]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsmc_diag.h83 __u8 gid[40]; member

Completed in 15 milliseconds

1...<<21222324252627282930>>...115