Searched refs:bootcmd (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_image.h47 char bootcmd[LIO_MAX_BOOTCMD_LEN]; member in struct:octeon_firmware_file_header
H A Docteon_console.c902 if ((sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd))) <
907 strncat(h->bootcmd, boottime,
908 sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd)));
911 h->bootcmd);
913 /* Invoke the bootcmd */
914 ret = octeon_console_send_cmd(oct, h->bootcmd, 5
[all...]
H A Dlio_main.c4052 char bootcmd[] = "\n"; local
4280 ret = octeon_console_send_cmd(octeon_dev, bootcmd, 50);
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dif_usb.h25 struct bootcmd struct
H A Dif_usb.c758 struct bootcmd *bootcmd = cardp->ep_out_buf; local
761 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER);
762 bootcmd->cmd = ivalue;
763 memset(bootcmd->pad, 0, sizeof(bootcmd->pad));
766 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd));
/linux-master/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.h24 struct bootcmd { struct
H A Dif_usb.c746 struct bootcmd *bootcmd = cardp->ep_out_buf; local
749 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER);
750 bootcmd->cmd = ivalue;
751 memset(bootcmd->pad, 0, sizeof(bootcmd->pad));
754 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd), 0);
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c7507 char bootcmd[COMMAND_LINE_SIZE]; local
7511 memset(bootcmd, 0, COMMAND_LINE_SIZE);
7516 ret = fread(bootcmd, sizeof(char), COMMAND_LINE_SIZE - 1, fp);
7518 bootcmd[ret] = '\0';
7520 fprintf(outf, "Kernel command line: %s", bootcmd);

Completed in 659 milliseconds