/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/ |
H A D | Physical.interface.yaml | 21 Color that the LED can emit. 46 Possible colors that the LED can emit. 53 LED can emit Red color. 56 LED can emit Green color. 59 LED can emit Blue color. 62 LED can emit Yellow color.
|
/openbmc/u-boot/lib/ |
H A D | slre.c | 177 emit(struct slre *r, int code) in emit() function 202 emit(r, EXACT); in exact() 203 emit(r, old_data_size); in exact() 204 emit(r, r->data_size - old_data_size); in exact() 256 emit(r, op); in anyof() 257 emit(r, old_data_size); in anyof() 258 emit(r, r->data_size - old_data_size); in anyof() 282 emit(r, END); in relocate() 292 emit(r, EXACT); in quantifier() 293 emit(r, r->code[prev + 1] + r->code[prev + 2]); in quantifier() [all …]
|
/openbmc/webui-vue/src/components/Mixins/ |
H A D | LoadingBarMixin.js | 6 this.$root.$emit('loader-start'); 10 this.$root.$emit('loader-end'); 14 this.$root.$emit('loader-hide');
|
/openbmc/webui-vue/tests/unit/ |
H A D | AppNavigation.spec.js | 40 it('Nav Overlay click should emit change-is-navigation-open event', async () => { 51 rootWrapper.vm.$emit('toggle-navigation'); 53 rootWrapper.vm.$emit('toggle-navigation');
|
H A D | AppHeader.spec.js | 43 it('refresh button click should emit refresh event', async () => { 49 it('nav-trigger button click should emit toggle-navigation event', async () => { 64 rootWrapper.vm.$emit('change-is-navigation-open', false);
|
/openbmc/qemu/qobject/ |
H A D | json-streamer.c | 99 parser->emit(parser->opaque, json, err); in json_message_process_token() 103 void (*emit)(void *opaque, QObject *json, in json_message_parser_init() 107 parser->emit = emit; in json_message_parser_init()
|
/openbmc/u-boot/scripts/dtc/ |
H A D | flattree.c | 250 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree() argument 261 emit->beginnode(etarget, tree->labels); in flatten_tree() 264 emit->string(etarget, tree->fullpath, 0); in flatten_tree() 266 emit->string(etarget, tree->name, 0); in flatten_tree() 268 emit->align(etarget, sizeof(cell_t)); in flatten_tree() 278 emit->property(etarget, prop->labels); in flatten_tree() 279 emit->cell(etarget, prop->val.len); in flatten_tree() 280 emit->cell(etarget, nameoff); in flatten_tree() 283 emit->align(etarget, 8); in flatten_tree() 285 emit->data(etarget, prop->val); in flatten_tree() [all …]
|
/openbmc/phosphor-webui/app/common/components/table/ |
H A D | table.html | 6 emit-action="$ctrl.onEmitBatchAction(action)" 7 emit-close="$ctrl.onToolbarClose()" 28 emit-change="$ctrl.onHeaderSelectChange(checked)"> 90 emit-change="$ctrl.onRowSelectChange($index)"> 104 emit-action="$ctrl.onEmitRowAction(action, row)">
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | method.prototype.hpp.mako | 2 ### Emit 'header' 24 ### Emit 'callback-header' 32 ### Emit 'callback-cpp'
|
H A D | signal.prototype.hpp.mako | 20 ### Emit 'header' 36 ### Emit 'callback-cpp'
|
H A D | interface.aserver.hpp.mako | 66 ${s.render(loader, "signal.aserver.emit.hpp.mako", signal=s, interface=interface)} 69 /** @brief Emit interface added */ 75 /** @brief Emit interface removed */
|
/openbmc/qemu/include/qobject/ |
H A D | json-parser.h | 24 void (*emit)(void *opaque, QObject *json, Error *err); member 35 void (*emit)(void *opaque, QObject *json,
|
/openbmc/webui-vue/tests/unit/Global/ |
H A D | Search.spec.js | 13 it('should emit change-search on triggering onChangeInput', () => { 17 it('should emit clear-search on triggering onClearSearch', async () => {
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | user-controller.html | 31 emit-row-action="onEmitRowAction(value)" 32 emit-batch-action="onEmitBatchAction(value)"
|
/openbmc/phosphor-buttons/src/ |
H A D | debugHostSelector_button.cpp | 56 // emit pressed signal in handleEvent() 63 // emit released signal in handleEvent()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | boot0-linux-kernel-header.h | 24 * Emit a 64-bit absolute little endian symbol reference in a way that 27 * must emit the lo32/hi32 halves individually.
|
H A D | opcodes.h | 174 * __inst_arm(x): emit the specified ARM opcode 175 * __inst_thumb16(x): emit the specified 16-bit Thumb opcode 176 * __inst_thumb32(x): emit the specified 32-bit Thumb opcode 178 * __inst_arm_thumb16(arm, thumb): emit either the specified arm or 182 * __inst_arm_thumb32(arm, thumb): emit either the specified arm or
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | power_interface.hpp | 36 * Emit the power good signal 41 * Emit the power lost signal 46 * Emit the property changed signal
|
/openbmc/u-boot/arch/riscv/ |
H A D | Kconfig | 87 bool "Emit compressed instructions" 90 Adds "C" to the ISA subsets that the toolchain is allowed to emit
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | apiInterceptor.js | 42 $rootScope.$emit('timedout-user', {}); 52 $rootScope.$emit('timedout-user', {});
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | event_entry.hpp | 52 // Emit deferred signal. in Entry() 57 * timestamp, caller should make a call to emit added signal.
|
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
H A D | CVE-2023-1981.patch | 4 Subject: [PATCH] Emit error if requested service is not found 7 value and emit error instead of passing NULL pointer to reply.
|
/openbmc/webui-vue/src/components/Global/ |
H A D | Search.vue | 64 this.$emit('change-search', this.filter); 68 this.$emit('clear-search');
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | fit-image.bbclass | 80 # Emit the fitImage ITS header 94 # Emit the fitImage section bits 131 # Emit the fitImage ITS kernel section 178 # Emit the fitImage ITS DTB section 225 # Emit the fitImage ITS u-boot script section 262 # Emit the fitImage ITS setup section 289 # Emit the fitImage ITS ramdisk section 359 # Emit the fitImage ITS configuration section
|
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryServiceIndicator.vue | 70 // Emit initial data fetch complete to parent component 71 this.$root.$emit('hardware-status-service-complete');
|