Home
last modified time | relevance | path

Searched refs:cmd (Results 4526 – 4550 of 6825) sorted by relevance

1...<<181182183184185186187188189190>>...273

/openbmc/openpower-pnor-code-mgmt/static/
H A Ditem_updater_static.cpp45 std::string cmd = concat_string("pflash", ts...); in pflash() local
48 FILE* pipe = popen(cmd.c_str(), "r"); in pflash()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_nl.c163 const u8 cmd = info->genlhdr->cmd; in drbd_adm_prepare() local
169 if (cmd != DRBD_ADM_GET_STATUS && !capable(CAP_NET_ADMIN)) in drbd_adm_prepare()
179 info, &drbd_genl_family, 0, cmd); in drbd_adm_prepare()
354 int drbd_khelper(struct drbd_device *device, char *cmd) in drbd_khelper() argument
363 char *argv[] = {drbd_usermode_helper, cmd, mb, NULL }; in drbd_khelper()
378 drbd_info(device, "helper command: %s %s %s\n", drbd_usermode_helper, cmd, mb); in drbd_khelper()
380 sib.helper_name = cmd; in drbd_khelper()
382 notify_helper(NOTIFY_CALL, device, connection, cmd, 0); in drbd_khelper()
386 drbd_usermode_helper, cmd, mb, in drbd_khelper()
390 drbd_usermode_helper, cmd, mb, in drbd_khelper()
[all …]
/openbmc/linux/arch/x86/um/vdso/
H A DMakefile78 $(call cmd,vdso_install)
/openbmc/linux/arch/csky/kernel/vdso/
H A DMakefile68 $(call cmd,vdso_install)
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dcavium-mmc.txt22 - cavium,cmd-clk-skew : number of coprocessor clocks before sampling command
/openbmc/qemu/tests/qtest/libqos/
H A Dmeson.build11 'sdhci-cmd.c',
/openbmc/qemu/linux-headers/linux/
H A Dpsp-sev.h253 __u32 cmd; /* In */ member
/openbmc/linux/sound/drivers/vx/
H A Dvx_cmd.h199 void vx_init_rmh(struct vx_rmh *rmh, unsigned int cmd);
/openbmc/linux/drivers/power/reset/
H A Docelot-reset.c43 unsigned long mode, void *cmd) in ocelot_restart_handle() argument
/openbmc/linux/arch/ia64/
H A DMakefile76 $(call cmd,install)
/openbmc/qemu/linux-user/
H A Duser-internals.h36 int fd, int cmd, abi_long arg);
/openbmc/linux/include/linux/
H A Dblktrace_api.h83 # define blk_trace_ioctl(bdev, cmd, arg) (-ENOTTY) argument
/openbmc/linux/drivers/firmware/
H A Dqcom_scm.h49 u32 cmd; member
/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform_private.h87 unsigned int cmd, unsigned long arg);
/openbmc/linux/include/sound/sof/
H A Dheader.h156 uint32_t cmd; /**< SOF_IPC_GLB_ + cmd */ member
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h29 u32 cmd; /* 38 */ member
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/pi-bluetooth/
H A D0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch32 /usr/bin/hcitool -i $dev cmd 0x3f 0x001 $BDADDR
/openbmc/linux/arch/x86/xen/
H A Denlighten_pvh.c43 .cmd = XENPF_get_dom0_console, in xen_pvh_init()
/openbmc/u-boot/include/linux/mtd/
H A Donenand.h92 int (*command) (struct mtd_info *mtd, int cmd, loff_t address,
/openbmc/u-boot/tools/patman/test/
H A Dtest01.txt9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dhci.h45 const struct hci_cmd_ops *cmd; member
/openbmc/linux/net/bpfilter/
H A Dbpfilter_kern.c69 .cmd = optname, in bpfilter_process_sockopt()
/openbmc/linux/drivers/reset/
H A Dreset-sunplus.c158 void *cmd) in sp_restart() argument
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc.c24 switch (taprio->cmd) { in lan966x_tc_setup_qdisc_taprio()
/openbmc/linux/drivers/tty/
H A Dmoxa.c545 static void moxafunc(void __iomem *ofsAddr, u16 cmd, u16 arg) in moxafunc() argument
550 writew(cmd, ofsAddr + FuncCode); in moxafunc()
555 static int moxafuncret(void __iomem *ofsAddr, u16 cmd, u16 arg) in moxafuncret() argument
561 writew(cmd, ofsAddr + FuncCode); in moxafuncret()
587 unsigned int cmd, unsigned long arg) in moxa_ioctl() argument
594 if (cmd != MOXA_GETDATACOUNT && cmd != MOXA_GET_IOQUEUE && in moxa_ioctl()
595 cmd != MOXA_GETMSTATUS) in moxa_ioctl()
600 switch (cmd) { in moxa_ioctl()

1...<<181182183184185186187188189190>>...273