Home
last modified time | relevance | path

Searched refs:cmd (Results 3551 – 3575 of 6824) sorted by relevance

1...<<141142143144145146147148149150>>...273

/openbmc/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c200 debug_printf("Received event %d parse_rer:%d\n", genlhdr->cmd, ret); in handle_event()
201 if (genlhdr->cmd == THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE) { in handle_event()
/openbmc/linux/include/linux/
H A Dwait_bit.h242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument
263 cmd; \
/openbmc/linux/drivers/watchdog/
H A Dar7_wdt.c202 unsigned int cmd, unsigned long arg) in ar7_wdt_ioctl() argument
212 switch (cmd) { in ar7_wdt_ioctl()
H A Deurotechwdt.c233 unsigned int cmd, unsigned long arg) in eurwdt_ioctl() argument
247 switch (cmd) { in eurwdt_ioctl()
/openbmc/linux/drivers/platform/chrome/wilco_ec/
H A Ddebugfs.c166 u8 cmd; /* Always CMD_KB_CHROME */ member
184 rq.cmd = CMD_KB_CHROME; in send_ec_cmd()
/openbmc/linux/include/linux/spi/
H A Dspi-mem.h106 } cmd; member
139 .cmd = __cmd, \
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.h196 static inline struct csio_cmd_priv *csio_priv(struct scsi_cmnd *cmd) in csio_priv() argument
198 return scsi_cmd_priv(cmd); in csio_priv()
/openbmc/linux/tools/testing/selftests/kvm/
H A Dguest_print_test.c137 TEST_FAIL("Unknown ucall %lu", uc.cmd); in run_test()
169 uc.cmd, UCALL_ABORT); in test_limits()
/openbmc/linux/drivers/input/touchscreen/
H A Dcy8ctmg110_ts.c83 unsigned char *data, unsigned char len, unsigned char cmd) in cy8ctmg110_read_regs() argument
92 .buf = &cmd in cy8ctmg110_read_regs()
/openbmc/linux/drivers/clk/hisilicon/
H A Dclk-hi6220-stub.c56 unsigned char cmd; member
85 data.msg.cmd = HI6220_MBOX_CMD_SET; in hi6220_acpu_set_freq()
/openbmc/linux/drivers/crypto/ccp/
H A Ddbc.c113 static long dbc_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in dbc_ioctl() argument
126 switch (cmd) { in dbc_ioctl()
/openbmc/linux/drivers/hwmon/occ/
H A Dp8_i2c.c114 static int p8_i2c_occ_send_cmd(struct occ *occ, u8 *cmd, size_t len, in p8_i2c_occ_send_cmd() argument
134 rc = p8_i2c_occ_putscom_be(client, OCB_DATA3, cmd, len); in p8_i2c_occ_send_cmd()
/openbmc/phosphor-host-ipmid/
H A Dwhitelist-filter.cpp235 std::make_pair(request->ctx->netFn, request->ctx->cmd))) in filterMessage()
240 request->ctx->cmd); in filterMessage()
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend49 file://power-cmd \
72 install -m 0755 ${UNPACKDIR}/power-cmd ${D}${libexecdir}/${PN}/
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dsystemd.py24 cmd = 'SYSTEMD_BUS_TIMEOUT=240s systemctl status --full %s' % target
25 message += self.target.run(cmd)[1]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/
H A Dinfluxdb_1.8.10.bb13 ${GO_IMPORT}/cmd/influx \
14 ${GO_IMPORT}/cmd/influxd \
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib9000.c42 u8 cmd; member
431 static void dib9000_risc_mem_setup(struct dib9000_state *state, u8 cmd) in dib9000_risc_mem_setup() argument
433 struct dib9000_fe_memory_map *m = &state->platform.risc.fe_mm[cmd & 0x7f]; in dib9000_risc_mem_setup()
435 if (state->platform.risc.memcmd == cmd && /* same command */ in dib9000_risc_mem_setup()
438 dib9000_risc_mem_setup_cmd(state, m->addr, m->size, cmd & 0x80); in dib9000_risc_mem_setup()
439 state->platform.risc.memcmd = cmd; in dib9000_risc_mem_setup()
451 dib9000_risc_mem_setup(state, cmd | 0x80); in dib9000_risc_mem_read()
459 struct dib9000_fe_memory_map *m = &state->platform.risc.fe_mm[cmd]; in dib9000_risc_mem_write()
467 dib9000_risc_mem_setup(state, cmd); in dib9000_risc_mem_write()
1788 state->pid_ctrl[state->pid_ctrl_index].cmd = DIB9000_PID_FILTER_CTRL; in dib9000_fw_pid_filter_ctrl()
[all …]
/openbmc/linux/security/
H A Dsecurity.c2647 return call_int_hook(file_ioctl, 0, file, cmd, arg); in security_file_ioctl()
2665 return call_int_hook(file_ioctl_compat, 0, file, cmd, arg); in security_file_ioctl_compat()
2769 int security_file_lock(struct file *file, unsigned int cmd) in security_file_lock() argument
2771 return call_int_hook(file_lock, 0, file, cmd); in security_file_lock()
2790 return call_int_hook(file_fcntl, 0, file, cmd, arg); in security_file_fcntl()
3598 return call_int_hook(msg_queue_msgctl, 0, msq, cmd); in security_msg_queue_msgctl()
3700 int security_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in security_shm_shmctl() argument
3702 return call_int_hook(shm_shmctl, 0, shp, cmd); in security_shm_shmctl()
3783 int security_sem_semctl(struct kern_ipc_perm *sma, int cmd) in security_sem_semctl() argument
3785 return call_int_hook(sem_semctl, 0, sma, cmd); in security_sem_semctl()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/
H A Db76e3c578f1e9f582e9c28f50d82b1f569602075.patch94 -static char **make_argv(const char *cmd, lua_State * L)
95 +static const char **make_argv(const char *cmd, lua_State * L)
103 luaL_error(L, "Can't allocate memory for arguments array", cmd);
106 - argv[0] = (char *) cmd; /* Dummy arg. Cast to (char *) because rrd */
108 + argv[0] = cmd;
117 cmd, i);
126 argv = make_argv(cmd, L);
1433 - char *cmd);
1434 + const char *cmd);
1454 - char *cmd)
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py774 cmd = ["dwarfsrcfiles", file]
1017 cmd += "fgrep -zw '%s' | " % prefixmap[pmap]
1019 cmd += "sed 's#%s/##g' | " % (prefixmap[pmap])
1023 subprocess.check_output(cmd, shell=True, stderr=subprocess.STDOUT)
1031 subprocess.check_output(cmd, shell=True, stderr=subprocess.STDOUT)
1042 cmd = "mv %s%s%s/* %s%s" % (dvar, debugsrcdir, sdir, dvar,debugsrcdir)
1043 subprocess.check_output(cmd, shell=True, stderr=subprocess.STDOUT)
1046 cmd = "find %s%s -empty -type d -delete" % (dvar, debugsrcdir)
1047 subprocess.check_output(cmd, shell=True, stderr=subprocess.STDOUT)
1585 cmd = d.getVar('OBJDUMP') + " -p " + shlex.quote(file) + " 2>/dev/null"
[all …]
/openbmc/linux/include/sound/
H A Dmixer_oss.h62 unsigned int cmd, unsigned long arg);
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dp54spi.h83 __le16 cmd; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A DMakefile4 mlx4_core-y := alloc.o catas.o cmd.o cq.o eq.o fw.o fw_qos.o icm.o intf.o \
/openbmc/qemu/hw/net/
H A Dne2000.h14 uint8_t cmd; member
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/
H A Dchassis-powercycle5 source /usr/libexec/phosphor-state-manager/power-cmd

1...<<141142143144145146147148149150>>...273