/kernel/linux/linux-6.6/net/netlink/ |
H A D | genetlink.c | 74 * Bit 0 is marked as already used since group 0 is invalid. 76 * abuses the API and thinks it can statically use group 1. 77 * That group will typically conflict with other groups that 82 * also abused this API and relied on family == group ID, we 83 * cater to that by giving it a static family and group ID. 476 /* special-case our own group and hacks */ in genl_validate_assign_mc_groups() 665 * multicast group ID, so we use reserved IDs in genl_register_family() 1670 static int genl_bind(struct net *net, int group) in genl_bind() argument 1685 i = group - family->mcgrp_offset; in genl_bind() 1712 /* we'll bump the group numbe in genl_pernet_init() 1755 genlmsg_mcast(struct sk_buff *skb, u32 portid, unsigned long group, gfp_t flags) genlmsg_mcast() argument 1792 genlmsg_multicast_allns(const struct genl_family *family, struct sk_buff *skb, u32 portid, unsigned int group, gfp_t flags) genlmsg_multicast_allns() argument 1804 genl_notify(const struct genl_family *family, struct sk_buff *skb, struct genl_info *info, u32 group, gfp_t flags) genl_notify() argument [all...] |
/third_party/mbedtls/library/ |
H A D | ssl_tls13_server.c | 863 ("got named group: %s(%04x)", in ssl_tls13_parse_supported_groups_ext() 874 ("add named group %s(%04x) into received list.", in ssl_tls13_parse_supported_groups_ext() 892 * associated group. 897 * the client does not match a group supported by the server. A 934 uint16_t group; in ssl_tls13_parse_key_shares_ext() local 940 * NamedGroup group; in ssl_tls13_parse_key_shares_ext() 945 group = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_key_shares_ext() 955 if (!mbedtls_ssl_named_group_is_offered(ssl, group) || in ssl_tls13_parse_key_shares_ext() 956 !mbedtls_ssl_named_group_is_supported(group) || in ssl_tls13_parse_key_shares_ext() 964 if (mbedtls_ssl_tls13_named_group_is_ecdhe(group) || in ssl_tls13_parse_key_shares_ext() 2129 uint16_t group = ssl->handshake->offered_group_id; ssl_tls13_write_key_share_ext() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateTests.cpp | 143 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "empty_descriptor")); in createEmptyDescriptorUpdateTests() 145 addFunctionCase(group.get(), "uniform_buffer", EmptyDescriptorUpdateCase); in createEmptyDescriptorUpdateTests() 147 return group.release(); in createEmptyDescriptorUpdateTests() 689 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "samplerless")); in createSamplerlessWriteTests() 716 group->addChild(new SamplerlessDescriptorWriteTestCase(testCtx, caseName, params)); in createSamplerlessWriteTests() 719 return group.release(); in createSamplerlessWriteTests() 1298 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "random")); in createRandomDescriptorUpdateTests() 1300 group->addChild(new RandomDescriptorUpdateTestCase(testCtx, "uniform_buffer")); in createRandomDescriptorUpdateTests() 1301 return group.release(); in createRandomDescriptorUpdateTests() 1308 de::MovePtr<tcu::TestCaseGroup> group(ne in createDescriptorUpdateTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateTests.cpp | 143 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "empty_descriptor", "Update last descriptor in a set that includes an empty binding")); in createEmptyDescriptorUpdateTests() 145 addFunctionCase(group.get(), "uniform_buffer", "", EmptyDescriptorUpdateCase); in createEmptyDescriptorUpdateTests() 147 return group.release(); in createEmptyDescriptorUpdateTests() 689 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "samplerless", "Verify sampler unused with some descriptor image types")); in createSamplerlessWriteTests() 716 group->addChild(new SamplerlessDescriptorWriteTestCase(testCtx, caseName, "", params)); in createSamplerlessWriteTests() 719 return group.release(); in createSamplerlessWriteTests() 1297 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "random", "Update descriptors randomly between draws")); in createRandomDescriptorUpdateTests() 1299 group->addChild(new RandomDescriptorUpdateTestCase(testCtx, "uniform_buffer", "")); in createRandomDescriptorUpdateTests() 1300 return group.release(); in createRandomDescriptorUpdateTests() 1307 de::MovePtr<tcu::TestCaseGroup> group(ne in createDescriptorUpdateTests() [all...] |
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vde.h | 21 char *group; member
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | vde.h | 21 char *group; member
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | iommu-priv.h | 20 int iommu_group_replace_domain(struct iommu_group *group,
|
/third_party/nghttp2/src/ |
H A D | shrpx.h | 48 inline int initgroups(const char *user, gid_t group) { return 0; } in initgroups() argument
|
/third_party/rust/crates/clap/tests/derive_ui/ |
H A D | flatten_and_methods.rs | 16 group: String,
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | ec.h | 41 __owur int ec_group_do_inverse_ord(const EC_GROUP *group, BIGNUM *res,
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | security.c | 1120 * Optional simplified checking of group membership 1123 * /etc/group at initialization time. 1125 * setgroups() nor the changes in /etc/group since initialization 1130 * Should not be called for user root, however the group may be root 1159 * Check whether current thread owner is member of file group 1161 * Should not be called for user root, however the group may be root 1163 * The group list is available in "/proc/$PID/cred" 1173 gid_t pr_egid; /* effective group id */ in groupmember() 1174 gid_t pr_rgid; /* real group id */ in groupmember() 1175 gid_t pr_sgid; /* saved group i in groupmember() 1358 const struct MAPPING* group; ntfs_basic_perms() local 4089 struct group *group; link_single_group() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | parallel_recognizer.cpp | 42 auto group = AceType::DynamicCast<RecognizerGroup>(recognizer); in OnRejected() local 43 group->ForceReject(); in OnRejected()
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_p2p_impl.h | 130 * @Description Remove a P2P client of current group. 140 * @param group - WifiP2pGroupInfo object 143 ErrCode DeleteGroup(const WifiP2pGroupInfo &group) override; 171 * @param group - the WifiP2pGroupInfo object 174 ErrCode GetCurrentGroup(WifiP2pGroupInfo &group) override; 297 * @Description Create hid2d group, used on the GO side. 314 * @Description Connect to a specified group using hid2d, used on the GC side.
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_interface.h | 130 * @Description - Create a P2P group. 131 * @param config - config for creating group 137 * @Description - Remove the current P2P group. 143 * @Description Remove a P2P client of current group. 150 * @Description - Delete a persistent group. 151 * @param group - specified group 154 virtual ErrCode DeleteGroup(const WifiP2pGroupInfo &group) override; 192 * @Description - Get the current group information. 193 * @param group [all...] |
H A D | wifi_p2p_service.h | 105 * @Description - Create a P2P group. 106 * @param config - config for creating group 111 * @Description - Remove the current P2P group. 116 * @Description Remove a P2P client of current group. 122 * @Description - Delete a persistent group. 123 * @param group - specified group 126 virtual ErrCode DeleteGroup(const WifiP2pGroupInfo &group) override; 152 * @Description - Get the current group information. 153 * @param group [all...] |
/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_p2p.h | 132 * @Description Remove a P2P client of current group. 142 * @param group - WifiP2pGroupInfo object 145 virtual ErrCode DeleteGroup(const WifiP2pGroupInfo &group) = 0; 173 * @param group - the WifiP2pGroupInfo object 176 virtual ErrCode GetCurrentGroup(WifiP2pGroupInfo &group) = 0; 289 * @Description Create hid2d group, used on the GO side. 306 * @Description Connect to a specified group using hid2d, used on the GC side.
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/ |
H A D | wifi_p2p_service_impl.h | 140 * @Description Remove a P2P client of current group. 150 * @param group - WifiP2pGroupInfo object 153 ErrCode DeleteGroup(const WifiP2pGroupInfo &group) override; 181 * @param group - the WifiP2pGroupInfo object 184 ErrCode GetCurrentGroup(WifiP2pGroupInfo &group) override; 298 * @Description Create hid2d group, used on the GO side. 315 * @Description Connect to a specified group using hid2d, used on the GC side.
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | kernel_abi.py | 159 new_f = match.group(1) 170 ln = int(match.group(2)) - 1
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sysfs.c | 193 ixgbe_hwmon->groups[0] = &ixgbe_hwmon->group; in ixgbe_sysfs_init() 194 ixgbe_hwmon->group.attrs = ixgbe_hwmon->attrs; in ixgbe_sysfs_init()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | imx_sc_key.c | 42 unsigned long event, void *group) in imx_sc_key_notify() 49 if ((event & SC_IRQ_BUTTON) && (*(u8 *)group == SC_IRQ_GROUP_WAKE)) { in imx_sc_key_notify() 157 dev_err(&pdev->dev, "failed to enable scu group irq\n"); in imx_sc_key_probe() 41 imx_sc_key_notify(struct notifier_block *nb, unsigned long event, void *group) imx_sc_key_notify() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | htc_hst.h | 157 #define MAKE_SERVICE_ID(group, index) \ 158 (int)(((int)group << 8) | (int)(index))
|
/kernel/linux/linux-5.10/drivers/soc/samsung/ |
H A D | exynos5422-asv.c | 428 subsys->asv->group); in exynos5422_asv_opp_get_voltage() 470 asv->group = exynos5422_asv_get_group(asv); in exynos5422_asv_init()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | nsp32_debug.c | 47 #define group(opcode) (((opcode) >> 5) & 7) macro 65 const char **table = commands[ group(opcode) ]; in print_opcodek()
|
/kernel/linux/linux-5.10/scripts/clang-tools/ |
H A D | gen_compile_commands.py | 225 entry = process_line(directory, result.group(1), 226 result.group(2))
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | suballoc.h | 144 u64 group = block - (u64) bit; in ocfs2_which_suballoc_group() local 146 return group; in ocfs2_which_suballoc_group() 152 /* This should work for all block group descriptors as only in ocfs2_cluster_from_desc() 153 * the 1st group descriptor of the cluster bitmap is in ocfs2_cluster_from_desc() 177 /* given a cluster offset, calculate which block group it belongs to 183 * finds a problem. A caller that wants to check a group descriptor 192 * Read a group descriptor block into *bh. If *bh is NULL, a bh will be
|