/openbmc/openbmc-tools/dbus-vis/ |
H A D | boost_handler_timeline_vis.js | 96 let grouped = {}; 104 if (grouped[key] == undefined) grouped[key] = []; 105 grouped[key].push(preprocessed[n]); 107 return grouped; 126 let grouped = Group_ASIO(preproc, v.GroupBy); 127 GenerateTimeLine_ASIO(grouped); 131 function GenerateTimeLine_ASIO(grouped) { argument 132 const keys = Object.keys(grouped); 142 for (let j = 0; j < grouped[sortedKeys[i]].length; j++) { 143 let entry = grouped[sortedKeys[i]][j];
|
H A D | dbus_timeline_vis.js | 101 let grouped = {}; // [content key][sort key] -> packet 128 if (grouped[content_group] == undefined) { 129 grouped[content_group] = []; 131 let grouped1 = grouped[content_group]; 136 return grouped; 159 let grouped = Group_DBus(preproc, v.GroupBy); 160 GenerateTimeLine_DBus(grouped); 165 function GenerateTimeLine_DBus(grouped) { argument 171 const content_keys = Object.keys(grouped); 173 const keys = Object.keys(grouped); [all …]
|
H A D | ipmi_timeline_vis.js | 314 let grouped = {}; 425 if (grouped[key] == undefined) { 426 grouped[key] = []; 428 grouped[key].push(p); 431 return grouped; 434 function GenerateTimeLine(grouped) { argument 435 const keys = Object.keys(grouped); 458 for (let j = 0; j < grouped[sortedKeys[i]].length; j++) { 459 let entry = grouped[sortedKeys[i]][j]; 490 grouped = Group(preproc, v.GroupBy); [all …]
|
H A D | dbus_pcap_loader.js | 159 let grouped = Group_DBus(preproc, v.GroupBy); 160 GenerateTimeLine_DBus(grouped);
|
/openbmc/linux/drivers/leds/rgb/ |
H A D | Kconfig | 9 This option enables support for monochrome LEDs that are grouped 11 different colors are physically grouped in a single multi-color LED 22 grouped into multicolor LEDs. 37 a LED, grouped to represent a RGB LED or exposed as PWM channels.
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | README.md | 5 value). Keywords are grouped into records, usually with similar function grouped
|
/openbmc/qemu/contrib/gitdm/ |
H A D | group-map-individuals | 5 # affiliations (or non-company related personal work) to be grouped
|
/openbmc/u-boot/board/birdland/bav335x/ |
H A D | README | 29 note that all of the SPL options are grouped together, rather than with
|
/openbmc/intel-ipmi-oem/ |
H A D | README.md | 18 Related features provided by the library are grouped in separate source files.
|
/openbmc/docs/designs/ |
H A D | gpio-based-cable-presence.md | 69 On the IPMI sIDe, the presence states will be grouped into fewer SDR IDs in 85 the trailing index indicates that they need to be grouped. After grouping, the 168 `/xyz/openbmc_project/inventory/item/cable` should not be grouped to another
|
/openbmc/qemu/qapi/ |
H A D | transaction.json | 31 # @grouped: If any Action fails after the Transaction succeeds, cancel 39 'data': [ 'individual', 'grouped' ] }
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | blocks.rst | 8 integral power of 2. Blocks are in turn grouped into larger units called
|
/openbmc/u-boot/fs/ubifs/ |
H A D | recovery.c | 634 int grouped = jhead == -1 ? 0 : c->jheads[jhead].grouped; in ubifs_recover_leb() local 638 dbg_rcvry("%d:%d, jhead %d, grouped %d", lnum, offs, jhead, grouped); in ubifs_recover_leb() 711 if (grouped) in ubifs_recover_leb()
|
/openbmc/linux/fs/ubifs/ |
H A D | recovery.c | 626 int grouped = jhead == -1 ? 0 : c->jheads[jhead].grouped; in ubifs_recover_leb() local 630 dbg_rcvry("%d:%d, jhead %d, grouped %d", lnum, offs, jhead, grouped); in ubifs_recover_leb() 703 if (grouped) in ubifs_recover_leb()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-led | 17 The percentage is calculated for each grouped LED via
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | data.py | 184 grouped = groupby(keys, isfunc) 185 for isfunc, keys in grouped:
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-qcom-lpg.rst | 15 individual LEDs, grouped together as RGB LEDs or otherwise be accessed as PWM
|
/openbmc/linux/Documentation/block/ |
H A D | deadline-iosched.rst | 35 Requests are grouped into ``batches`` of a particular data direction (read or
|
/openbmc/linux/Documentation/networking/ |
H A D | gen_stats.rst | 7 Statistic counters are grouped into structs:
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | style.rst | 23 To make tests easy to find, they are grouped into suites and subsystems. A test 79 KUnit tests are grouped into test suites, which cover a specific area of
|
/openbmc/linux/Documentation/input/devices/ |
H A D | walkera0701.rst | 104 One binary and octal value can be grouped to nibble. 24 nibbles + one binary
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dvbproperty.rst | 18 ATSC delivery systems grouped there. The problem is that, as the second
|
/openbmc/linux/Documentation/core-api/ |
H A D | workqueue.rst | 368 CPUs are not grouped. A work item issued on one CPU is processed by a 373 CPUs are grouped according to SMT boundaries. This usually means that the 374 logical threads of each physical CPU core are grouped together. 377 CPUs are grouped according to cache boundaries. Which specific cache 382 CPUs are grouped according to NUMA bounaries.
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | rdma.rst | 20 set of processes can use. These processes are grouped using RDMA controller.
|
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
H A D | rockchip,pinctrl.txt | 18 The pins are grouped into up to 5 individual pin banks which need to be
|