Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/openbmc/u-boot/arch/sandbox/cpu/
H A Dstart.c20 struct sandbox_state *state = state_get_current(); in sandbox_early_getopt_check() local
74 static int sandbox_cmdline_cb_help(struct sandbox_state *state, const char *arg) in sandbox_cmdline_cb_help()
84 struct sandbox_state *state = state_get_current(); in sandbox_main_loop_init() local
108 static int sandbox_cmdline_cb_boot(struct sandbox_state *state, in sandbox_cmdline_cb_boot()
116 static int sandbox_cmdline_cb_command(struct sandbox_state *state, in sandbox_cmdline_cb_command()
124 static int sandbox_cmdline_cb_fdt(struct sandbox_state *state, const char *arg) in sandbox_cmdline_cb_fdt()
131 static int sandbox_cmdline_cb_default_fdt(struct sandbox_state *state, in sandbox_cmdline_cb_default_fdt()
150 static int sandbox_cmdline_cb_interactive(struct sandbox_state *state, in sandbox_cmdline_cb_interactive()
159 static int sandbox_cmdline_cb_jump(struct sandbox_state *state, in sandbox_cmdline_cb_jump()
169 static int sandbox_cmdline_cb_memory(struct sandbox_state *state, in sandbox_cmdline_cb_memory()
[all …]
H A Dstate.c14 static struct sandbox_state *state; /* Pointer to current state record */ variable
45 static int state_read_file(struct sandbox_state *state, const char *fname) in state_read_file()
98 int sandbox_read_state_nodes(struct sandbox_state *state, in sandbox_read_state_nodes()
141 int sandbox_read_state(struct sandbox_state *state, const char *fname) in sandbox_read_state()
188 int sandbox_write_state_node(struct sandbox_state *state, in sandbox_write_state_node()
234 int sandbox_write_state(struct sandbox_state *state, const char *fname) in sandbox_write_state()
342 struct sandbox_state *state = state_get_current(); in state_set_skip_delays() local
349 struct sandbox_state *state = state_get_current(); in state_get_skip_delays() local
354 void state_reset_for_test(struct sandbox_state *state) in state_reset_for_test()
H A Dcpu.c44 struct sandbox_state *state = state_get_current(); in __udelay() local
95 struct sandbox_state *state; in phys_to_virt() local
125 struct sandbox_state *state = state_get_current(); in find_tag() local
207 struct sandbox_state *state = state_get_current(); in map_to_sysmem() local
243 struct sandbox_state *state = state_get_current(); in sandbox_read_fdt_from_file() local
/openbmc/qemu/hw/xen/
H A Dxen-hvm-common.c75 XenIOState *state = container_of(listener, XenIOState, memory_listener); in xen_set_memory() local
109 XenIOState *state = container_of(listener, XenIOState, io_listener); in xen_io_add() local
124 XenIOState *state = container_of(listener, XenIOState, io_listener); in xen_io_del() local
139 XenIOState *state = container_of(listener, XenIOState, device_listener); in xen_device_realize() local
157 XenIOState *state = container_of(listener, XenIOState, device_listener); in xen_device_unrealize() local
188 static ioreq_t *cpu_get_ioreq_from_shared_memory(XenIOState *state, int vcpu) in cpu_get_ioreq_from_shared_memory()
211 static ioreq_t *cpu_get_ioreq(XenIOState *state) in cpu_get_ioreq()
391 static void cpu_ioreq_config(XenIOState *state, ioreq_t *req) in cpu_ioreq_config()
447 static void handle_ioreq(XenIOState *state, ioreq_t *req) in handle_ioreq()
485 static unsigned int handle_buffered_iopage(XenIOState *state) in handle_buffered_iopage()
[all …]
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DUserManagementStore.js19 state: { class in UserManagementStore
28 allUsers(state) { argument
31 accountRoles(state) { argument
34 accountSettings(state) { argument
40 accountPasswordRequirements(state) { argument
48 setUsers(state, allUsers) { argument
51 setAccountRoles(state, accountRoles) { argument
54 setLockoutDuration(state, lockoutDuration) { argument
57 setLockoutThreshold(state, lockoutThreshold) { argument
60 setAccountMinPasswordLength(state, minPasswordLength) { argument
[all …]
/openbmc/u-boot/common/
H A Dbouncebuf.c13 static int addr_aligned(struct bounce_buffer *state) in addr_aligned()
33 int bounce_buffer_start(struct bounce_buffer *state, void *data, in bounce_buffer_start()
64 int bounce_buffer_stop(struct bounce_buffer *state) in bounce_buffer_stop()
/openbmc/qemu/hw/misc/
H A Di2c-echo.c32 enum i2c_echo_state state; member
41 I2CEchoState *state = opaque; in i2c_echo_bh() local
78 I2CEchoState *state = I2C_ECHO(s); in i2c_echo_event() local
115 I2CEchoState *state = I2C_ECHO(s); in i2c_echo_recv() local
127 I2CEchoState *state = I2C_ECHO(s); in i2c_echo_send() local
141 I2CEchoState *state = I2C_ECHO(dev); in i2c_echo_realize() local
/openbmc/u-boot/board/corscience/tricorder/
H A Dled.c17 void __led_init(led_id_t mask, int state) in __led_init()
44 int state; in __led_toggle() local
51 void __led_set(led_id_t mask, int state) in __led_set()
/openbmc/webui-vue/src/store/modules/Authentication/
H A DAuthenticanStore.js8 state: { class in AuthenticationStore
32 authSuccess(state, { session, token }) { argument
47 authError(state, authError = true) { argument
50 logout(state) { argument
101 resetStoreState({ state }) { field in AuthenticationStore.actions.AnonymousClassdd0a6d100a01
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_vmparam.h59 static inline abi_ulong get_sp_from_cpustate(CPUARMState *state) in get_sp_from_cpustate()
64 static inline void set_second_rval(CPUARMState *state, abi_ulong retval2) in set_second_rval()
69 static inline abi_ulong get_second_rval(CPUARMState *state) in get_second_rval()
/openbmc/u-boot/drivers/watchdog/
H A Dsandbox_wdt.c13 struct sandbox_state *state = state_get_current(); in sandbox_wdt_start() local
23 struct sandbox_state *state = state_get_current(); in sandbox_wdt_stop() local
32 struct sandbox_state *state = state_get_current(); in sandbox_wdt_reset() local
/openbmc/u-boot/lib/
H A Daes.c326 static void shift_rows(u8 *state) in shift_rows()
364 static void inv_shift_rows(u8 *state) in inv_shift_rows()
398 static void mix_sub_columns(u8 *state) in mix_sub_columns()
446 static void inv_mix_sub_columns(u8 *state) in inv_mix_sub_columns()
499 static void add_round_key(u32 *state, u32 *key) in add_round_key()
547 u8 state[AES_STATECOLS * 4]; in aes_encrypt() local
568 u8 state[AES_STATECOLS * 4]; in aes_decrypt() local
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_vmparam.h38 static inline abi_ulong get_sp_from_cpustate(CPURISCVState *state) in get_sp_from_cpustate()
43 static inline void set_second_rval(CPURISCVState *state, abi_ulong retval2) in set_second_rval()
48 static inline abi_ulong get_second_rval(CPURISCVState *state) in get_second_rval()
/openbmc/u-boot/arch/x86/cpu/
H A Dmtrr.c27 void mtrr_open(struct mtrr_state *state, bool do_caches) in mtrr_open()
43 void mtrr_close(struct mtrr_state *state, bool do_caches) in mtrr_close()
56 struct mtrr_state state; in mtrr_commit() local
/openbmc/u-boot/board/ti/beagle/
H A Dled.c43 void __led_init (led_id_t mask, int state) in __led_init()
55 int state, toggle_gpio; in __led_toggle() local
64 void __led_set (led_id_t mask, int state) in __led_set()
/openbmc/u-boot/lib/zlib/
H A Dinflate.c10 struct inflate_state FAR *state; in inflateReset() local
36 struct inflate_state FAR *state; in inflateInit2_() local
78 local void fixedtables(struct inflate_state FAR *state) in fixedtables()
102 struct inflate_state FAR *state; in updatewindow() local
330 struct inflate_state FAR *state; in inflate() local
931 struct inflate_state FAR *state; in inflateEnd() local
/openbmc/u-boot/drivers/misc/
H A Dpca9551_led.c39 static int pca9551_led_get_state(int led, int *state) in pca9551_led_get_state()
63 static int pca9551_led_set_state(int led, int state) in pca9551_led_set_state()
120 void __led_init(led_id_t id, int state) in __led_init()
124 void __led_set(led_id_t mask, int state) in __led_set()
134 int state = 0; in __led_toggle() local
/openbmc/qemu/stubs/
H A Dtrace-control.c14 void trace_event_set_state_dynamic_init(TraceEvent *ev, bool state) in trace_event_set_state_dynamic_init()
19 void trace_event_set_state_dynamic(TraceEvent *ev, bool state) in trace_event_set_state_dynamic()
/openbmc/qemu/trace/
H A Dcontrol-target.c14 void trace_event_set_state_dynamic_init(TraceEvent *ev, bool state) in trace_event_set_state_dynamic_init()
34 void trace_event_set_state_dynamic(TraceEvent *ev, bool state) in trace_event_set_state_dynamic()
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_sandbox.c17 struct sandbox_state *state = state_get_current(); in sandbox_warm_sysreset_request() local
46 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_request() local
87 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_get_last() local
/openbmc/qemu/hw/i386/xen/
H A Dxen-hvm.c215 static int xen_save_physmap(XenIOState *state, XenPhysmap *physmap) in xen_save_physmap()
245 static int xen_save_physmap(XenIOState *state, XenPhysmap *physmap) in xen_save_physmap()
251 static int xen_add_to_physmap(XenIOState *state, in xen_add_to_physmap()
332 static int xen_remove_from_physmap(XenIOState *state, in xen_remove_from_physmap()
381 static void xen_sync_dirty_bitmap(XenIOState *state, in xen_sync_dirty_bitmap()
438 XenIOState *state = container_of(listener, XenIOState, memory_listener); in xen_log_start() local
460 XenIOState *state = container_of(listener, XenIOState, memory_listener); in xen_log_sync() local
518 static void handle_vmport_ioreq(XenIOState *state, ioreq_t *req) in handle_vmport_ioreq()
535 static void xen_read_physmap(XenIOState *state) in xen_read_physmap()
583 static void xen_read_physmap(XenIOState *state) in xen_read_physmap()
[all …]
/openbmc/phosphor-buttons/src/
H A Dhost_then_chassis_poweroff.cpp132 std::variant<std::string> state = convertForMessage(transition); in hostTransition() local
167 std::variant<std::string> state = in chassisPowerOff() local
196 auto state = result.unpack<std::variant<std::string>>(); in isPoweredOn() local
222 auto state = result.unpack<std::variant<std::string>>(); in isBmcReady() local
/openbmc/u-boot/drivers/hwspinlock/
H A Dsandbox_hwspinlock.c13 struct sandbox_state *state = state_get_current(); in sandbox_lock() local
28 struct sandbox_state *state = state_get_current(); in sandbox_unlock() local
/openbmc/u-boot/drivers/tee/
H A Dsandbox.c182 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_close_session() local
211 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_open_session() local
246 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_invoke_func() local
272 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_shm_register() local
281 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_shm_unregister() local
/openbmc/phosphor-networkd/src/
H A Dneighbor.cpp28 State state) : in Neighbor()
36 State state) : in Neighbor()
79 Neighbor::State Neighbor::state(State /*state*/) in state() function in phosphor::network::Neighbor

12345678910>>...30