Home
last modified time | relevance | path

Searched refs:bootcmd (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c902 if ((sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd))) < in octeon_download_firmware()
907 strncat(h->bootcmd, boottime, in octeon_download_firmware()
908 sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd))); in octeon_download_firmware()
911 h->bootcmd); in octeon_download_firmware()
914 ret = octeon_console_send_cmd(oct, h->bootcmd, 50); in octeon_download_firmware()
H A Dliquidio_image.h47 char bootcmd[LIO_MAX_BOOTCMD_LEN]; member
H A Dlio_main.c4039 char bootcmd[] = "\n"; in octeon_device_init() local
4267 ret = octeon_console_send_cmd(octeon_dev, bootcmd, 50); in octeon_device_init()
/linux/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c770 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local
773 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()
774 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
775 memset(bootcmd->pad, 0, sizeof(bootcmd->pad)); in if_usb_issue_boot_command()
778 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd)); in if_usb_issue_boot_command()
/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.h24 struct bootcmd { struct
/linux/tools/power/x86/turbostat/
H A Dturbostat.c10618 char bootcmd[COMMAND_LINE_SIZE]; in print_bootcmd() local
10622 memset(bootcmd, 0, COMMAND_LINE_SIZE); in print_bootcmd()
10627 ret = fread(bootcmd, sizeof(char), COMMAND_LINE_SIZE - 1, fp); in print_bootcmd()
10629 bootcmd[ret] = '\0'; in print_bootcmd()
10631 fprintf(outf, "Kernel command line: %s", bootcmd); in print_bootcmd()