Searched full:state (Results 1 – 25 of 6254) sorted by relevance
12345678910>>...251
/openbmc/linux/arch/arc/kernel/ |
D | disasm.c |
|
/openbmc/linux/drivers/video/ |
D | vgastate.c |
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
D | vmx_set_nested_state_test.c |
|
/openbmc/u-boot/lib/zlib/ |
H A D | inflate.c | 5 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/ |
D | fifo_monitor.c |
|
D | gp_device.c |
|
/openbmc/linux/drivers/media/tuners/ |
D | mxl5005s.c |
|
/openbmc/linux/lib/zlib_inflate/ |
D | inflate.c |
|
/openbmc/linux/drivers/media/dvb-frontends/ |
D | tda18271c2dd.c |
|
D | drxd_hard.c |
|
D | dib0070.c |
|
D | drxk_hard.c |
|
D | cx24113.c |
|
D | stv0297.c |
|
D | s5h1420.c |
|
D | dib8000.c |
|
D | dib7000m.c |
|
D | stv0367.c |
|
D | dib0090.c |
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
D | dst.c |
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
D | dtt200u-fe.c |
|
/openbmc/linux/drivers/soc/qcom/ |
D | smem_state.c |
|
/openbmc/linux/arch/x86/kernel/ |
D | unwind_frame.c |
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | state.c | 10 #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 D | GlobalStore.js | 4 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