Searched refs:COMMAND_SET (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.2-release/sys/boot/arm/at91/bootiic/
H A Dloader_prompt.h38 COMMAND_SET, enumerator in enum:__anon6397
H A Dloader_prompt.c56 {COMMAND_SET, "s"},
274 case COMMAND_SET:
/freebsd-10.2-release/sys/boot/arm/at91/bootspi/
H A Dloader_prompt.h38 COMMAND_SET, enumerator in enum:__anon6399
/freebsd-10.2-release/sys/boot/common/
H A Dcommands.c60 COMMAND_SET(help, "help", "detailed help", command_help);
212 COMMAND_SET(commandlist, "?", "list commands", command_commandlist);
243 COMMAND_SET(show, "show", "show variable(s)", command_show);
278 COMMAND_SET(set, "set", "set a variable", command_set);
297 COMMAND_SET(unset, "unset", "unset a variable", command_unset);
316 COMMAND_SET(echo, "echo", "echo arguments", command_echo);
355 COMMAND_SET(read, "read", "read input from the terminal", command_read);
413 COMMAND_SET(more, "more", "show contents of a file", command_more);
458 COMMAND_SET(lsdev, "lsdev", "list all devices", command_lsdev);
H A Dls.c56 COMMAND_SET(ls, "ls", "list files", command_ls);
H A Dpnp.c30 COMMAND_SET(pnpscan, "pnpscan", "scan for PnP devices", pnp_scan);
H A Dboot.c50 COMMAND_SET(boot, "boot", "boot a file or loaded kernel", command_boot);
115 COMMAND_SET(autoboot, "autoboot", "boot automatically after a delay", command_autoboot);
H A Dbcache.c334 COMMAND_SET(bcachestat, "bcachestat", "get disk block cache stats", command_bcache);
H A Dbootstrap.h272 #define COMMAND_SET(tag, key, desc, func) \ macro
H A Dinterp.c154 COMMAND_SET(include, "include", "read commands from a file", command_include);
H A Dmodule.c99 COMMAND_SET(load, "load", "load a kernel or module", command_load);
161 COMMAND_SET(load_geli, "load_geli", "load a geli key", command_load_geli);
199 COMMAND_SET(unload, "unload", "unload all modules", command_unload);
216 COMMAND_SET(lsmod, "lsmod", "list loaded modules", command_lsmod);
H A Ddisk.c129 COMMAND_SET(dcachestat, "dcachestat", "get disk cache stats",
/freebsd-10.2-release/sys/boot/userboot/userboot/
H A Dmain.c220 COMMAND_SET(lszfs, "lszfs", "list child datasets of a zfs dataset",
242 COMMAND_SET(quit, "quit", "exit the loader", command_quit);
252 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot);
/freebsd-10.2-release/sys/boot/i386/libfirewire/
H A Dfirewire.c464 COMMAND_SET(firewire, "firewire", "enable firewire", fw_enable_cmd);
465 COMMAND_SET(fwbusreset, "fwbusreset", "firewire busreset", fw_busreset_cmd);
466 COMMAND_SET(fwpoll, "fwpoll", "firewire poll", fw_poll_cmd);
467 COMMAND_SET(dcons, "dcons", "enable dcons", dcons_enable);
468 COMMAND_SET(dread, "dread", "read from dcons", dcons_read);
469 COMMAND_SET(dwrite, "dwrite", "write to dcons", dcons_write);
/freebsd-10.2-release/sys/boot/amd64/efi/
H A Dmain.c142 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot);
160 COMMAND_SET(quit, "quit", "exit the loader", command_quit);
169 COMMAND_SET(memmap, "memmap", "print memory map", command_memmap);
243 COMMAND_SET(configuration, "configuration",
286 COMMAND_SET(mode, "mode", "change or display text modes", command_mode);
338 COMMAND_SET(nvram, "nvram", "get or set NVRAM variables", command_nvram);
/freebsd-10.2-release/sys/boot/ofw/common/
H A Dmain.c172 COMMAND_SET(halt, "halt", "halt the system", command_halt);
182 COMMAND_SET(memmap, "memmap", "print memory map", command_memmap);
/freebsd-10.2-release/sys/boot/ia64/ski/
H A Dmain.c114 COMMAND_SET(quit, "quit", "exit the loader", command_quit);
/freebsd-10.2-release/sys/boot/ia64/efi/
H A Dmain.c209 COMMAND_SET(quit, "quit", "exit the loader", command_quit);
219 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot);
230 COMMAND_SET(memmap, "memmap", "print memory map", command_memmap);
306 COMMAND_SET(configuration, "configuration",
352 COMMAND_SET(sal, "sal", "print SAL System Table", command_sal);
508 COMMAND_SET(itr, "itr", "print instruction TRs", command_itr);
516 COMMAND_SET(dtr, "dtr", "print data TRs", command_dtr);
524 COMMAND_SET(hcdp, "hcdp", "Dump HCDP info", command_hcdp);
599 COMMAND_SET(about, "about", "about the loader", command_about);
H A Defimd.c234 COMMAND_SET(pbvm, "pbvm", "show PBVM details", command_pbvm);
/freebsd-10.2-release/sys/boot/uboot/common/
H A Dmain.c509 COMMAND_SET(heap, "heap", "show heap usage", command_heap);
520 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot);
532 COMMAND_SET(devinfo, "devinfo", "show U-Boot devices", command_devinfo);
551 COMMAND_SET(sysinfo, "sysinfo", "show U-Boot system info", command_sysinfo);
634 COMMAND_SET(ubenv, "ubenv", "show or import U-Boot env vars", command_ubenv);
639 * and declaring it as extern is in contradiction with COMMAND_SET() macro
650 COMMAND_SET(fdt, "fdt", "flattened device tree handling", command_fdt);
/freebsd-10.2-release/sys/boot/i386/loader/
H A Dmain.c300 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot);
323 COMMAND_SET(heap, "heap", "show heap usage", command_heap);
335 COMMAND_SET(lszfs, "lszfs", "list child datasets of a zfs dataset",
/freebsd-10.2-release/sys/boot/pc98/loader/
H A Dmain.c277 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot);
300 COMMAND_SET(heap, "heap", "show heap usage", command_heap);
/freebsd-10.2-release/sys/boot/i386/libi386/
H A Dbiossmap.c136 COMMAND_SET(smap, "smap", "show BIOS SMAP", command_smap);
/freebsd-10.2-release/sys/boot/sparc64/loader/
H A Dmain.c904 COMMAND_SET(heap, "heap", "show heap usage", command_heap);
916 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot);

Completed in 242 milliseconds