Searched full:lists (Results 1 – 25 of 1476) sorted by relevance
12345678910>>...60
/openbmc/openbmc-test-automation/lib/ |
H A D | list_utils.robot | 8 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/ |
D | sysfs-class-mtd |
|
D | sysfs-bus-nfit |
|
D | sysfs-class-cxl |
|
D | sysfs-bus-event_source-devices-hv_24x7 |
|
D | sysfs-driver-uacce |
|
D | sysfs-devices-platform-ipmi |
|
D | ppc-memtrace |
|
D | sysfs-bus-event_source-devices-hv_gpci |
|
D | sysfs-class-ocxl |
|
D | sysfs-bus-fsi |
|
D | sysfs-devices-xenbus |
|
D | sysfs-ocfs2 |
|
/openbmc/linux/Documentation/ABI/stable/ |
D | sysfs-hypervisor-xen |
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | varlocality.rst | 17 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/ |
D | v4l2-h264.h |
|
/openbmc/qemu/util/ |
H A D | qemu-config.c | 13 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/ |
D | lru_sort.rst |
|
/openbmc/linux/Documentation/sound/designs/ |
D | procfile.rst |
|
/openbmc/openbmc/poky/bitbake/ |
H A D | README | 24 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 D | obmc-phosphor-utils.bbclass | 16 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/ |
D | selftest_workarounds.c |
|
/openbmc/linux/drivers/scsi/ |
D | scsi_lib_dma.c |
|
/openbmc/u-boot/Documentation/ |
H A D | linker_lists.rst | 10 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/ |
D | bpf_lru_list.c |
|
12345678910>>...60