Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 1528) sorted by relevance

12345678910>>...62

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/
H A Dpy-3.11.patch132 +// bpo-42262 added Py_NewRef() to Python 3.10.0a3
143 +// bpo-42262 added Py_XNewRef() to Python 3.10.0a3
176 +// bpo-39573 added Py_SET_REFCNT() to Python 3.9.0a4
186 +// Py_SETREF() and Py_XSETREF() were added to Python 3.5.2.
205 +// bpo-43753 added Py_Is(), Py_IsNone(), Py_IsTrue() and Py_IsFalse()
221 +// bpo-39573 added Py_SET_TYPE() to Python 3.9.0a4
232 +// bpo-39573 added Py_SET_SIZE() to Python 3.9.0a4
243 +// bpo-40421 added PyFrame_GetCode() to Python 3.9.0b1
261 +// bpo-40421 added PyFrame_GetCode() to Python 3.9.0b1
280 +// bpo-39947 added PyThreadState_GetInterpreter() to Python 3.9.0a5
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dccmake.bbclass47 removed, added = [], []
56 added.append((bk, bkt, bv))
65 added.append((bk, bkt, bv))
67 return removed, added
77 _, added = cmake_diff_config_vars(old, new)
79 if len(added) != 0:
82 for k, kt, v in added:
89 for k, kt, v in added:
/openbmc/linux/security/yama/
H A Dyama_lsm.c144 struct ptrace_relation *relation, *added; in yama_ptracer_add() local
146 added = kmalloc(sizeof(*added), GFP_KERNEL); in yama_ptracer_add()
147 if (!added) in yama_ptracer_add()
150 added->tracee = tracee; in yama_ptracer_add()
151 added->tracer = tracer; in yama_ptracer_add()
152 added->invalid = false; in yama_ptracer_add()
160 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add()
166 list_add_rcu(&added->node, &ptracer_relations); in yama_ptracer_add()
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_metadata.py20 if not self.added:
31 for pn in self.added:
35 for pn in self.added:
56 if not self.added:
59 for pn in self.added:
176 if not self.added:
179 for pn in self.added:
H A Dbase.py141 cls.added, cls.modified, cls.removed = cls.get_metadata_stats(cls.patchset)
222 added, modified, removed = [], [], []
248 added = [find_pn(data,path) for path in added_paths]
252 return [a for a in added if a], [m for m in modified if m], [r for r in removed if r]
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-our_range_memslots.h26 uint64_t added; member
37 return our_range->range.start + our_range->added; in our_range_get_remaining_start()
42 return our_range->range.count - our_range->added - our_range->unusable_tail; in our_range_get_remaining_size()
49 our_range->unusable_tail = our_range->range.count - our_range->added; in our_range_mark_remaining_unusable()
H A Dhv-balloon-our_range_memslots.c26 our_range->added = 0; in our_range_init()
46 assert(additional_size <= UINT64_MAX - our_range->added); in hvb_our_range_mark_added()
48 our_range->added += additional_size; in hvb_our_range_mark_added()
50 assert(our_range->added <= UINT64_MAX - our_range->unusable_tail); in hvb_our_range_mark_added()
51 assert(our_range->added + our_range->unusable_tail <= in hvb_our_range_mark_added()
168 total_map_size = (our_range->range.added + additional_map_size) * in hvb_our_range_memslots_ensure_mapped_additional()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dhist-v4l2.rst10 Soon after the V4L API was added to the kernel it was criticised as too
59 module. The ``YUV422`` and ``YUV411`` planar image formats were added.
62 output devices were added.
64 1999-01-14: A raw VBI capture interface was added.
99 1999-05-02: Fixed a typo in videodev.h, and added the
118 2. ``V4L2_TUNER_SUB_LANG1`` was added. (1999-09-05)
195 8. A ``sequence`` field was added to struct v4l2_buffer. The ``sequence``
206 2000-01-13: The ``V4L2_FMT_FLAG_NOT_INTERLACED`` flag was added.
212 added.
214 2000-11-25: ``V4L2_TYPE_VBI_INPUT`` was added.
[all …]
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Ddvb-usb.rst61 - added support for WideView WT-220U (Thanks to Steve Chang)
65 - added basic isochronous support to the dvb-usb-framework
66 - added support for Conexant Hybrid reference design and Nebula
90 - added support for the AVerMedia AverTV DVB-T USB2.0 device
95 - added support for the Typhoon/Yakumo/HAMA DVB-T mobile USB2.0
99 - added support for the KWorld/ADSTech Instant DVB-T USB2.0.
103 - added support for the Hauppauge Win-TV Nova-T USB2
148 - added additional remote control keys. Thanks to Uwe Hanke.
152 - added remote control support. Thanks to David Matthews.
156 - added support for a new devices (Grandtec/Avermedia/Artec)
[all …]
/openbmc/linux/security/integrity/
H A DKconfig31 usually only added from initramfs.
51 This option requires that all keys added to the .ima and
66 bool "Provide a keyring to which Machine Owner Keys may be added"
73 be added. This keyring shall contain just MOK keys. Unlike keys
83 on any key added to it. By default no restrictions are in place
84 and all Machine Owner Keys (MOK) are added to the machine keyring.
85 If enabled only CA keys are added to the machine keyring, all
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.cpp78 const std::shared_ptr<MCTPEndpoint>& ep)>& added) in finaliseEndpoint() argument
88 added({}, endpoint); in finaliseEndpoint()
93 const std::shared_ptr<MCTPEndpoint>& ep)>&& added) in setup() argument
98 auto onSetup = [weak{weak_from_this()}, added{std::move(added)}]( in setup()
104 added(ec, {}); in setup()
110 self->finaliseEndpoint(objpath, eid, network, added); in setup()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-waiting_for_supplier11 suppliers to be added and then linked to using device links
15 to be added before it can probe. A value of 1 means the device
16 is waiting for one or more suppliers to be added before it can
/openbmc/linux/arch/x86/kernel/
H A Dftrace_64.S55 .macro save_mcount_regs added=0 argument
70 pushq \added+8*2(%rsp)
74 pushq \added+8*3(%rsp)
103 movq MCOUNT_REG_SIZE+8+\added(%rsp), %rsi
106 movq MCOUNT_REG_SIZE+\added(%rsp), %rdi
/openbmc/linux/drivers/net/team/
H A DKconfig8 Team devices can be added using the "ip" command from the
24 All added ports are setup to have team's device address.
36 All added ports are setup to have team's device address.
48 All added ports are setup to have team's device address.
/openbmc/openbmc-test-automation/lib/xcat/
H A Dxcat_utils.robot46 # Get the list of BMC nodes to be added.
63 # node Name of the node to be added.
70 [Documentation] Validate added node.
79 Should Contain ${std_out} ${node} msg=Node is not added.
147 [Documentation] Validate whether node is added in group.
156 ... msg=BMC node is not added in a group.
/openbmc/phosphor-virtual-sensor/
H A DREADME.md17 added this way can use any expression that is accepted by exprtk.
31 Sensors added this way can only use a set of restricted calculations. Currently
34 The virtual sensor configuration information needs to be added into the relevant
/openbmc/linux/Documentation/scsi/
H A Dsmartpqi.rst15 volumes will not be added to the OS.
27 <Controller names to be added as they become publicly available.>
50 HBA devices are added to the SAS transport layer. These attributes are
51 automatically added by the SAS transport layer.
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py995 added = sb - sa
997 return changed, added, removed
1011 added = []
1015 added.append(x)
1021 for y in added:
1024 added.remove(y)
1028 added = [x[0] for x in added]
1030 return changed, added, removed
1048 …changed, added, removed = dict_diff(a_data['gendeps'], b_data['gendeps'], a_data['basehash_ignore_…
1054 if added:
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DWsuipa1 This file was added by Clea F. Rees on 2008/11/30 with the permission of Dean Guenther and pointers…
/openbmc/linux/Documentation/driver-api/phy/
H A Dsamsung-usb2.rst15 with added support for many special cases.
38 To support a new SoC a new file should be added to the drivers/phy
109 added to the struct of_device_id samsung_usb2_phy_of_match[] array::
132 The newly created file that supports the new SoC has to be also added to the
133 Makefile. In case of Exynos 4210 the added line is following::
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-5.2.rst24 To achieve the same result, the features previously added by ``debug-tweaks``
25 should be manually added to the :term:`IMAGE_FEATURES` variable. These are:
80 the other service files were automatically added to the :term:`FILES` variable of
90 ``b.service`` was explicitly added to package ``B`` using :term:`FILES` and
95 Now all service files must be explicitly added to :term:`FILES`.
/openbmc/openbmc/poky/documentation/tools/
H A Dupdate-documentation-conf86 added = []
101 added.append(dkey)
111 elif key in added:
/openbmc/linux/drivers/pci/hotplug/
H A Dpnv_php.c26 bool added; member
753 if (event->added) in pnv_php_event_handler()
770 bool added; in pnv_php_interrupt() local
785 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt()
796 added = !!(presence == OPAL_PCI_SLOT_PRESENT); in pnv_php_interrupt()
803 if (!added) { in pnv_php_interrupt()
829 php_slot->name, added ? "added" : "removed", irq); in pnv_php_interrupt()
831 event->added = added; in pnv_php_interrupt()
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/
H A Dphosphor-hwmon_%.bbappend5 # More conf files can be added as sensors are added.
/openbmc/linux/Documentation/networking/
H A Dipv6.rst37 No IPv6 addresses will be added to interfaces, and
55 will be added to interfaces.
77 No IPv6 addresses will be added to interfaces.

12345678910>>...62