/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | taglib-2.patch | 21 #define SET( accessor, meta ) \ 22 - if( !tag->accessor().isNull() && !tag->accessor().isEmpty() ) \ 23 + if( !tag->accessor().isEmpty() ) \ 24 vlc_meta_Set##meta( dest, tag->accessor().toCString(true) ) 25 #define SETINT( accessor, meta ) \ 26 if( tag->accessor() ) \
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | arch_timer.c | 125 unsigned int accessor; in guest_validate_irq() local 133 accessor = VIRTUAL; in guest_validate_irq() 138 accessor = PHYSICAL; in guest_validate_irq() 146 xctl = timer_get_ctl(accessor); in guest_validate_irq() 150 timer_set_ctl(accessor, CTL_IMASK); in guest_validate_irq() 151 xcnt = timer_get_cntct(accessor); in guest_validate_irq() 152 cval = timer_get_cval(accessor); in guest_validate_irq()
|
/openbmc/linux/Documentation/process/ |
H A D | volatile-considered-harmful.rst | 56 accesses are always done through accessor functions; accessing I/O memory 76 - The above-mentioned accessor functions might use volatile on 78 each accessor call becomes a little critical section on its own and
|
H A D | coding-style.rst | 386 the proper accessor functions. 390 Opaqueness and ``accessor functions`` are not good in themselves.
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmoo/ |
H A D | libmoo-perl_2.005005.bb | 30 libmethod-generate-accessor-perl \
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | procfs-audit_loginuid | 10 permissions are not needed to set it. The accessor must
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/ |
H A D | fluentbit_3.2.1.bb | 48 record-accessor \ 91 PACKAGECONFIG[record-accessor] = "-DFLB_RECORD_ACCESSOR=Yes,-DFLB_RECORD_ACCESSOR=No"
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_core_read.h | 317 #define ___read(read_fn, dst, src_type, src, accessor) \ argument 318 read_fn((void *)(dst), sizeof(*(dst)), &((src_type)(src))->accessor)
|
/openbmc/phosphor-pid-control/examples/ |
H A D | README | 6 accessor. This provides read-only access to information. The goal of the
|
/openbmc/linux/Documentation/mm/ |
H A D | split_page_table_lock.rst | 14 There are helpers to lock/unlock a table and other accessor functions:
|
/openbmc/libpldm/ |
H A D | CHANGELOG.md | 545 8. pdr: Document preconditions for trivial accessor functions 547 A trivial accessor function is one that exposes properties of an object in a 564 9. pdr: pldm_entity_node_get_remote_container_id() is a trivial accessor
|
/openbmc/qemu/hw/pci-host/ |
H A D | trace-events | 45 unin_get_config_reg(uint32_t reg, uint32_t addr, uint32_t retval) "converted config space accessor …
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | spectre.rst | 167 potentially be influenced for Spectre attacks, new "nospec" accessor 281 where such kernel code has been identified, nospec accessor macros 464 basis to use nospec accessor macros for bounds clipping :ref:`[2] 566 uses nospec accessor macros for "bounds clipping", to avoid any
|
/openbmc/linux/Documentation/core-api/ |
H A D | timekeeping.rst | 6 using an accessor with a shorter name is preferred over one with a longer
|
/openbmc/libpldm/docs/checklists/ |
H A D | changes.md | 143 - [ ] I've implemented an accessor function so the array base pointer can be
|
/openbmc/u-boot/lib/ |
H A D | Kconfig | 28 I/O accessor functions.
|
/openbmc/linux/virt/kvm/ |
H A D | kvm_main.c | 4381 int (*accessor)(struct kvm_device *dev, in kvm_device_ioctl_attr() 4387 if (!accessor) in kvm_device_ioctl_attr() 4393 return accessor(dev, &attr); in kvm_device_ioctl_attr()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | device-io.rst | 38 suitable for passing to the accessor functions described below, you
|
/openbmc/linux/Documentation/ |
H A D | memory-barriers.txt | 2482 Inside of the Linux kernel, I/O should be done through the appropriate accessor 2485 use of memory barriers unnecessary, if the accessor functions are used to refer 2549 series of accessor functions that provide various degrees of ordering
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 1185 #define CNTR_ELEM(name, csr, offset, flags, accessor) \ argument 1191 accessor \
|
/openbmc/linux/Documentation/security/keys/ |
H A D | core.rst | 1349 is that the accessor may be required to sleep.
|