/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | kvm.h | 1276 __u32 group; /* device-defined */ member 1277 __u64 attr; /* group-defined */
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | netlink.c | 254 ntohs(bat_priv->bla.claim_dest.group))) in batadv_netlink_mesh_fill()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | readdir.c | 284 sid_to_id(cifs_sb, &parsed.group, fattr, SIDGROUP); in cifs_posix_to_fattr()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tb.h | 219 * struct tb_bandwidth_group - Bandwidth management group 220 * @tb: Pointer to the domain the group belongs to 221 * @index: Index of the group (aka Group_ID). Valid values %1-%7 222 * @ports: DP IN adapters belonging to this group are linked here 225 * attached to a bandwidth group. All tunnels going through the same 226 * USB4 links share the same group and can dynamically distribute the 227 * bandwidth within the group. 259 * @group: Bandwidth allocation group the adapter is assigned to. Only 261 * @group_list: The adapter is linked to the group' 289 struct tb_bandwidth_group *group; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu.h | 882 int group, int alg_idx, int mcam_index);
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-dbg-tlv.c | 843 .id = WIDE_ID(hcmd_data->group, hcmd_data->id), in iwl_dbg_tlv_send_hcmds()
|
/kernel/linux/linux-6.6/drivers/hid/i2c-hid/ |
H A D | i2c-hid-core.c | 554 if (ihid->hid->group != HID_GROUP_RMI) in i2c_hid_get_input()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | processor.c | 706 .group = 0, in __vm_xsave_require_permission()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm.c | 699 substream->group = &substream->self_group; in snd_pcm_new_stream()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | kvm.h | 981 __u32 group; member
|
/kernel/linux/linux-6.6/sound/pci/mixart/ |
H A D | mixart.c | 313 pipe->group_uid = buf->sgroup_resp.group; /* id of the pipe, as returned by embedded */ in snd_mixart_add_ref_pipe() 361 request.data = &pipe->group_uid; /* the streaming group ! */ in snd_mixart_kill_ref_pipe()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | netlink.c | 255 ntohs(bat_priv->bla.claim_dest.group))) in batadv_netlink_mesh_fill()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | kvm.h | 981 __u32 group; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | kvm.h | 928 __u32 group; member
|
/third_party/eudev/src/shared/ |
H A D | util.c | 798 streq(filename, "aquota.group") || in hidden_file_allow_backup() 1237 struct group *g; in get_group_creds()
|
/third_party/glfw/src/ |
H A D | x11_platform.h | 779 unsigned int group; member
|
/third_party/curl/include/curl/ |
H A D | curl.h | 320 char *group; member
|
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
H A D | StableAPI.java | 256 return icuVersionMatcher.group(); in trimICU()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 1393 const group *gr = getgrgid(OwnerGroupMap.Numbers[i]);
in FillDeviceSizes() 1436 const group *gr = getgrgid(i);
in FillDeviceSizes()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_ir_performance.cpp | 1332 const unsigned offset = (inst->group + i) * type_sz(tx) *
|
H A D | brw_vec4_visitor.cpp | 59 this->group = 0; in vec4_instruction()
|
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.py | 120 '-m', '--builder-group', 121 help='builder group name to look up config from') 598 'Can not specific both -c/--config and -m/--builder-group or ' 605 '(-m/--builder-group and -b/--builder)') 733 isolate_map[target].get('label_type') == 'group'): 734 # For script targets, the build target is usually a group, 1252 arg = '"%s"' % (quote_re.sub(lambda mo: 2 * mo.group(1) + '\\"', arg))
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 41 arg = windows_quoter_regex.sub(lambda mo: 2 * mo.group(1) + '\\"', arg)
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.h | 536 // name of group which this address belongs to. 537 StringRef group; member 540 // weight of this address inside a weight group. Its range is [1, 543 // weight of the weight group. Its range is [1, 256], inclusive. 548 // Application protocol used in this group 593 // true if this group requires that client connection must be TLS, 1007 // group temporarily. 1012 // The index of catch-all group in downstream_addr_groups.
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 41 arg = windows_quoter_regex.sub(lambda mo: 2 * mo.group(1) + '\\"', arg)
|