/openbmc/qemu/hw/vfio/ |
H A D | common.c | 1415 .group = KVM_DEV_VFIO_FILE, in vfio_kvm_device_add_fd() 1450 .group = KVM_DEV_VFIO_FILE, in vfio_kvm_device_del_fd()
|
/openbmc/qemu/docs/devel/ |
H A D | replay.rst | 99 of time. That's why we do not process a group of timers until the checkpoint 249 - EVENT_ASYNC. This is a group of events. When such an event is generated,
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2pdu.c | 2315 memcpy(&posix->group, sid, sid_len); in parse_posix_ctxt() 2603 sids->group.Revision = 1; in setup_owner_group_sids() 2604 sids->group.NumAuth = 3; in setup_owner_group_sids() 2605 sids->group.Authority[5] = 5; in setup_owner_group_sids() 2606 sids->group.SubAuthorities[0] = cpu_to_le32(88); in setup_owner_group_sids() 2607 sids->group.SubAuthorities[1] = cpu_to_le32(2); in setup_owner_group_sids() 2608 sids->group.SubAuthorities[2] = cpu_to_le32(current_fsgid().val); in setup_owner_group_sids() 2640 group_offset = owner_offset + offsetof(struct owner_group_sids, group); in create_sd_buf() 5174 memcpy(&out->group, group_sid, group_len); in posix_info_parse()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | hist-v4l2.rst | 161 ``group`` field. 165 respectively. The ``group`` name indicates a possibly narrower 167 multiple groups within a category. Controls within a group would 168 typically be drawn within a group box. Controls in different 412 ``category`` and ``group`` did not catch on and/or were not
|
H A D | extended-controls.rst | 55 group similar controls into a single class. For example, control class
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_fs.c | 3451 func_inst.group); in to_ffs_opts() 3513 config_group_init_type_name(&opts->func_inst.group, "", in ffs_alloc_inst() 3765 if (opts->no_configfs || !opts->func_inst.group.cg_item.ci_parent in ffs_closed() 3766 || !kref_read(&opts->func_inst.group.cg_item.ci_kref)) in ffs_closed() 3769 ci = opts->func_inst.group.cg_item.ci_parent->ci_parent; in ffs_closed()
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | README.md | 233 403, 'LDAP group privilege mapping does not exist'.
|
/openbmc/openbmc/meta-phosphor/conf/distro/include/ |
H A D | phosphor-defaults.inc | 103 # yaml of LED group and members.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/ |
H A D | 0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch | 63 is typically called once for a programming language group, see for
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_led_indicator_asserted.robot | 95 [Documentation] Verify the indicator LED for the group lamp test is asserted.
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
H A D | pipeline.c | 448 HIVE_ADDR_sp_group = fw->info.sp.group; in ia_css_pipeline_has_stopped()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb.h | 467 struct attribute_group group; member
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_devmap.rst | 55 simply create multiple DEVMAPs, each one corresponding to a single multicast group.
|
/openbmc/linux/block/ |
H A D | Kconfig | 137 target than the victimized group.
|
/openbmc/linux/include/linux/mtd/ |
H A D | mtd.h | 145 int group; member
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | plane.c | 155 if (!dc->client.group) { in tegra_dc_pin()
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | resources.rst | 35 Implementations of Bugzilla work well for group development because they
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | l1tf.rst | 218 To address the SMT problem, it is possible to make a guest or a group of 241 For further information about confining guests to a single or to a group 509 Confinement of guests to a single or a group of physical cores which
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
H A D | twpol-yocto.txt | 167 # Commonly accessed directories that should remain static with regards to owner and group 741 /etc/group -> $(SEC_CRIT) ; 993 /etc/group- -> $(SEC_BIN) ; # changes should be infrequent
|
/openbmc/linux/drivers/usb/typec/ |
H A D | class.c | 546 alt->group.name = alt->group_name; in typec_register_altmode() 547 alt->group.attrs = alt->attrs; in typec_register_altmode() 548 alt->groups[0] = &alt->group; in typec_register_altmode()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_probe.c | 1905 const char *group, bool alloc_filter, int nargs) in trace_probe_init() argument 1911 if (!event || !group) in trace_probe_init() 1935 tp->event->class.system = kstrdup(group, GFP_KERNEL); in trace_probe_init()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 2556 iscsi_multicast_skb(struct sk_buff *skb, uint32_t group, gfp_t gfp) in iscsi_multicast_skb() argument 2558 return nlmsg_multicast(nls, skb, 0, group, gfp); in iscsi_multicast_skb() 3905 iscsi_if_recv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, uint32_t *group) in iscsi_if_recv_msg() argument 3920 *group = ISCSI_NL_GRP_UIP; in iscsi_if_recv_msg() 3922 *group = ISCSI_NL_GRP_ISCSID; in iscsi_if_recv_msg() 4085 uint32_t group; in iscsi_if_rx() local 4099 err = iscsi_if_recv_msg(skb, nlh, &group); in iscsi_if_rx()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 430 bool group; member 993 its_encode_sgi_group(cmd, desc->its_vsgi_cmd.group); in its_build_vsgi_cmd() 4223 desc.its_vsgi_cmd.group = vpe->sgi_config[d->hwirq].group; in its_configure_sgi() 4346 vpe->sgi_config[d->hwirq].group = info->group; in its_sgi_set_vcpu_affinity() 4378 vpe->sgi_config[i].group = false; in its_sgi_irq_domain_alloc()
|
/openbmc/linux/tools/perf/util/ |
H A D | evsel.c | 2450 data->read.group.nr = *array; in evsel__parse_sample() 2473 if (data->read.group.nr > max_group_nr) in evsel__parse_sample() 2476 sz = data->read.group.nr * sample_read_value_size(read_format); in evsel__parse_sample() 2478 data->read.group.values = in evsel__parse_sample()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | uniphier-pro5.dtsi | 234 gpio-ranges-group-names = "gpio_range";
|