Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 2 of 2) sorted by relevance

/sys/kern/
Ddebug.c175 uintptr_t commands = (uintptr_t)&__kdbgcmd_end - (uintptr_t)&__kdbgcmd_start; in Debug_Help() local
176 commands /= sizeof(DebugCommand); in Debug_Help()
180 for (i = 0; i < commands; i++) in Debug_Help()
283 uintptr_t commands = (uintptr_t)&__kdbgcmd_end - (uintptr_t)&__kdbgcmd_start; in Debug_Prompt() local
284 commands /= sizeof(DebugCommand); in Debug_Prompt()
288 for (i = 0; i < commands; i++) in Debug_Prompt()
/docs/
DDoxyfile245 # special commands cannot be used. By setting PYTHON_DOCSTRING to NO the
246 # doxygen's special commands can be used and the contents of the docstring
271 # This tag can be used to specify a number of aliases that act as commands in
283 # with the commands \{ and \} for these it is advised to use the version @{ and
351 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
715 # list. This list is created by putting \todo commands in the documentation.
721 # list. This list is created by putting \test commands in the documentation.
727 # list. This list is created by putting \bug commands in the documentation.
733 # the deprecated list. This list is created by putting \deprecated commands in
841 # using markup commands wrongly.
[all …]