Searched refs:bootcmd (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_console.c | 903 if ((sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd))) < in octeon_download_firmware() 908 strncat(h->bootcmd, boottime, in octeon_download_firmware() 909 sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd))); in octeon_download_firmware() 912 h->bootcmd); in octeon_download_firmware() 915 ret = octeon_console_send_cmd(oct, h->bootcmd, 50); in octeon_download_firmware()
|
D | liquidio_image.h | 47 char bootcmd[LIO_MAX_BOOTCMD_LEN]; member
|
D | lio_main.c | 4055 char bootcmd[] = "\n"; in octeon_device_init() local 4284 ret = octeon_console_send_cmd(octeon_dev, bootcmd, 50); in octeon_device_init()
|
/linux-6.1.9/drivers/net/wireless/marvell/libertas_tf/ |
D | if_usb.c | 746 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()
|
D | if_usb.h | 24 struct bootcmd { struct
|
/linux-6.1.9/drivers/net/wireless/marvell/libertas/ |
D | if_usb.c | 758 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()
|
D | if_usb.h | 25 struct bootcmd struct
|
/linux-6.1.9/Documentation/devicetree/bindings/nvmem/ |
D | u-boot,env.yaml | 45 bootcmd:
|
/linux-6.1.9/tools/power/x86/turbostat/ |
D | turbostat.c | 6235 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()
|