Home
last modified time | relevance | path

Searched full:lists (Results 1 – 25 of 1476) sorted by relevance

12345678910>>...60

/openbmc/openbmc-test-automation/lib/
H A Dlist_utils.robot8 Smart Combine Lists
10 [Arguments] @{lists}
13 # lists A list of lists to be combined. Any item in this list which is
16 ${list_size}= Get Length ${lists}
19 FOR ${arg} IN @{lists}
20 ${type_arg}= Evaluate str(type($lists[${index}])).split("'")[1]
22 Remove From List ${lists} ${index}
28 ${new_list}= Combine Lists @{lists}
[all...]
/openbmc/linux/Documentation/ABI/testing/
Dsysfs-class-mtd
Dsysfs-bus-nfit
Dsysfs-class-cxl
Dsysfs-bus-event_source-devices-hv_24x7
Dsysfs-driver-uacce
Dsysfs-devices-platform-ipmi
Dppc-memtrace
Dsysfs-bus-event_source-devices-hv_gpci
Dsysfs-class-ocxl
Dsysfs-bus-fsi
Dsysfs-devices-xenbus
Dsysfs-ocfs2
/openbmc/linux/Documentation/ABI/stable/
Dsysfs-hypervisor-xen
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvarlocality.rst17 The following subsections provide lists of variables whose context is
25 This section lists variables whose configuration context is the
51 This section lists variables whose configuration context is the machine.
76 This section lists variables whose configuration context is the local
102 The following subsections provide lists of variables whose context is
110 This section lists variables that are required for recipes.
123 This section lists variables that define recipe dependencies.
140 This section lists variables that define recipe paths.
153 This section lists variables that define extra build information for
/openbmc/linux/include/media/
Dv4l2-h264.h
/openbmc/qemu/util/
H A Dqemu-config.c13 static QemuOptsList *find_list(QemuOptsList **lists, const char *group, in find_list() argument
19 for (i = 0; lists[i] != NULL; i++) { in find_list()
20 if (strcmp(lists[i]->name, group) == 0) in find_list()
23 if (lists[i] == NULL) { in find_list()
26 return lists[i]; in find_list()
170 QemuOptsList **lists = opaque; in qemu_config_do_parse() local
173 list = find_list(lists, group, errp); in qemu_config_do_parse()
181 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname, Error **errp) in qemu_config_parse() argument
183 return qemu_config_foreach(fp, qemu_config_do_parse, lists, fname, errp); in qemu_config_parse()
283 bool qemu_config_parse_qdict(QDict *options, QemuOptsList **lists, in qemu_config_parse_qdict() argument
[all …]
/openbmc/linux/Documentation/admin-guide/mm/damon/
Dlru_sort.rst
/openbmc/linux/Documentation/sound/designs/
Dprocfile.rst
/openbmc/openbmc/poky/bitbake/
H A DREADME24 As a quick guide, patches should be sent to bitbake-devel@lists.openembedded.org
27 git send-email -M -1 --to bitbake-devel@lists.openembedded.org
32 git send-email -M -1 --to bitbake-devel@lists.openembedded.org --cc docs@lists.yoctoproject.org
36 https://lists.openembedded.org/g/bitbake-devel
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-utils.bbclass16 lists = [listvar_to_list(d, x) for x in listvars]
17 lst = [fmt.format(*x) for x in itertools.product(*lists)]
23 lists = [listvar_to_list(d, x) for x in listvars]
24 lst = [fmt.format(*x) for x in zip(*lists)]
/openbmc/linux/drivers/gpu/drm/i915/gt/
Dselftest_workarounds.c
/openbmc/linux/drivers/scsi/
Dscsi_lib_dma.c
/openbmc/u-boot/Documentation/
H A Dlinker_lists.rst10 and entry names, plus a prefix which allows grouping all lists
37 The naming scheme for input sections allows grouping all linker lists
52 Start and end symbols for the whole of the linker lists area can be
72 If lists must be divided into sublists (e.g. for iterating only on
80 named "drivers", two sub-lists named "i2c" and "pci", and iterators
/openbmc/linux/kernel/bpf/
Dbpf_lru_list.c

12345678910>>...60