Home
last modified time | relevance | path

Searched full:state (Results 1 – 25 of 6254) sorted by relevance

12345678910>>...251

/openbmc/linux/arch/arc/kernel/
Ddisasm.c
/openbmc/linux/drivers/video/
Dvgastate.c
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
Dvmx_set_nested_state_test.c
/openbmc/u-boot/lib/zlib/
H A Dinflate.c5 local void fixedtables OF((struct inflate_state FAR *state));
10 struct inflate_state FAR *state; in inflateReset() local
12 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateReset()
13 state = (struct inflate_state FAR *)strm->state; in inflateReset()
14 strm->total_in = strm->total_out = state->total = 0; in inflateReset()
17 state->mode = HEAD; in inflateReset()
18 state->last = 0; in inflateReset()
19 state->havedict = 0; in inflateReset()
20 state->dmax = 32768U; in inflateReset()
21 state->head = Z_NULL; in inflateReset()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dfifo_monitor.c
Dgp_device.c
/openbmc/linux/drivers/media/tuners/
Dmxl5005s.c
/openbmc/linux/lib/zlib_inflate/
Dinflate.c
/openbmc/linux/drivers/media/dvb-frontends/
Dtda18271c2dd.c
Ddrxd_hard.c
Ddib0070.c
Ddrxk_hard.c
Dcx24113.c
Dstv0297.c
Ds5h1420.c
Ddib8000.c
Ddib7000m.c
Dstv0367.c
Ddib0090.c
/openbmc/linux/drivers/media/pci/bt8xx/
Ddst.c
/openbmc/linux/drivers/media/usb/dvb-usb/
Ddtt200u-fe.c
/openbmc/linux/drivers/soc/qcom/
Dsmem_state.c
/openbmc/linux/arch/x86/kernel/
Dunwind_frame.c
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstate.c10 #include <asm/state.h>
12 /* Main state record for the sandbox */
14 static struct sandbox_state *state; /* Pointer to current state record */ variable
18 void *blob = state->state_fdt; in state_ensure_space()
41 state->state_fdt = buf; in state_ensure_space()
45 static int state_read_file(struct sandbox_state *state, const char *fname) in state_read_file() argument
53 printf("Cannot find sandbox state file '%s'\n", fname); in state_read_file()
56 state->state_fdt = os_malloc(size); in state_read_file()
57 if (!state->state_fdt) { in state_read_file()
58 puts("No memory to read sandbox state\n"); in state_read_file()
[all …]
/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js4 on: 'xyz.openbmc_project.State.Host.HostState.Running',
5 off: 'xyz.openbmc_project.State.Host.HostState.Off',
6 error: 'xyz.openbmc_project.State.Host.HostState.Quiesced',
7 diagnosticMode: 'xyz.openbmc_project.State.Host.HostState.DiagnosticMode',
37 state: { class in GlobalStore
52 assetTag: (state) => state.assetTag,
53 modelType: (state) => state.modelType,
54 serialNumber: (state) => state.serialNumber,
55 serverStatus: (state) => state.serverStatus,
56 bmcTime: (state) => state.bmcTime,
[all …]

12345678910>>...251