/openbmc/openpower-pnor-code-mgmt/static/ |
H A D | item_updater_static.cpp | 45 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 D | drbd_nl.c | 163 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 D | Makefile | 78 $(call cmd,vdso_install)
|
/openbmc/linux/arch/csky/kernel/vdso/ |
H A D | Makefile | 68 $(call cmd,vdso_install)
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | cavium-mmc.txt | 22 - cavium,cmd-clk-skew : number of coprocessor clocks before sampling command
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | meson.build | 11 'sdhci-cmd.c',
|
/openbmc/qemu/linux-headers/linux/ |
H A D | psp-sev.h | 253 __u32 cmd; /* In */ member
|
/openbmc/linux/sound/drivers/vx/ |
H A D | vx_cmd.h | 199 void vx_init_rmh(struct vx_rmh *rmh, unsigned int cmd);
|
/openbmc/linux/drivers/power/reset/ |
H A D | ocelot-reset.c | 43 unsigned long mode, void *cmd) in ocelot_restart_handle() argument
|
/openbmc/linux/arch/ia64/ |
H A D | Makefile | 76 $(call cmd,install)
|
/openbmc/qemu/linux-user/ |
H A D | user-internals.h | 36 int fd, int cmd, abi_long arg);
|
/openbmc/linux/include/linux/ |
H A D | blktrace_api.h | 83 # define blk_trace_ioctl(bdev, cmd, arg) (-ENOTTY) argument
|
/openbmc/linux/drivers/firmware/ |
H A D | qcom_scm.h | 49 u32 cmd; member
|
/openbmc/linux/drivers/vfio/platform/ |
H A D | vfio_platform_private.h | 87 unsigned int cmd, unsigned long arg);
|
/openbmc/linux/include/sound/sof/ |
H A D | header.h | 156 uint32_t cmd; /**< SOF_IPC_GLB_ + cmd */ member
|
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/ |
H A D | clock_defs.h | 29 u32 cmd; /* 38 */ member
|
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/pi-bluetooth/ |
H A D | 0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch | 32 /usr/bin/hcitool -i $dev cmd 0x3f 0x001 $BDADDR
|
/openbmc/linux/arch/x86/xen/ |
H A D | enlighten_pvh.c | 43 .cmd = XENPF_get_dom0_console, in xen_pvh_init()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | onenand.h | 92 int (*command) (struct mtd_info *mtd, int cmd, loff_t address,
|
/openbmc/u-boot/tools/patman/test/ |
H A D | test01.txt | 9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
|
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | hci.h | 45 const struct hci_cmd_ops *cmd; member
|
/openbmc/linux/net/bpfilter/ |
H A D | bpfilter_kern.c | 69 .cmd = optname, in bpfilter_process_sockopt()
|
/openbmc/linux/drivers/reset/ |
H A D | reset-sunplus.c | 158 void *cmd) in sp_restart() argument
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_tc.c | 24 switch (taprio->cmd) { in lan966x_tc_setup_qdisc_taprio()
|
/openbmc/linux/drivers/tty/ |
H A D | moxa.c | 545 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()
|