Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/cavium/liquidio/
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()
A Dliquidio_image.h47 char bootcmd[LIO_MAX_BOOTCMD_LEN]; member
A Dlio_main.c4058 char bootcmd[] = "\n"; in octeon_device_init() local
4287 ret = octeon_console_send_cmd(octeon_dev, bootcmd, 50); in octeon_device_init()
/linux-6.3-rc2/drivers/net/wireless/marvell/libertas_tf/
A Dif_usb.c746 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local
749 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()
750 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
751 memset(bootcmd->pad, 0, sizeof(bootcmd->pad)); in if_usb_issue_boot_command()
754 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd), 0); in if_usb_issue_boot_command()
A Dif_usb.h24 struct bootcmd { struct
/linux-6.3-rc2/drivers/net/wireless/marvell/libertas/
A Dif_usb.c758 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local
761 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()
762 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
763 memset(bootcmd->pad, 0, sizeof(bootcmd->pad)); in if_usb_issue_boot_command()
766 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd)); in if_usb_issue_boot_command()
A Dif_usb.h25 struct bootcmd struct
/linux-6.3-rc2/Documentation/devicetree/bindings/nvmem/
A Du-boot,env.yaml47 bootcmd:
/linux-6.3-rc2/tools/power/x86/turbostat/
A Dturbostat.c6235 char bootcmd[COMMAND_LINE_SIZE]; in print_bootcmd() local
6239 memset(bootcmd, 0, COMMAND_LINE_SIZE); in print_bootcmd()
6244 ret = fread(bootcmd, sizeof(char), COMMAND_LINE_SIZE - 1, fp); in print_bootcmd()
6246 bootcmd[ret] = '\0'; in print_bootcmd()
6248 fprintf(outf, "Kernel command line: %s", bootcmd); in print_bootcmd()

Completed in 27 milliseconds