Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/liquidio/base/
HDlio_image.h62 char bootcmd[LIO_MAX_BOOTCMD_LEN]; member
HDlio_console.c936 lio_dev_info(oct, "Writing boot command: %s\n", h->bootcmd); in lio_download_firmware()
939 ret = lio_console_send_cmd(oct, h->bootcmd, 50); in lio_download_firmware()
/freebsd-11-stable/sys/mips/conf/
HDENH200.hints82 # For this, the 'bootcmd' environment variable needs to be
85 # ar7240> setenv bootcmd 'bootm 0x9f050000'
HDAP135.hints135 # With 'bootcmd=bootm 0x9f680000' in the environment.
140 # 'bootcmd=bootm 0x9f050000'
HDTL-WR740Nv4.hints45 # bootcmd=bootm 0x9f020000
/freebsd-11-stable/sys/dev/liquidio/
HDlio_main.c441 char bootcmd[] = "\n"; in lio_device_init() local
640 ret = lio_console_send_cmd(octeon_dev, bootcmd, 50); in lio_device_init()