Lines Matching refs:to

4  * This file is subject to the terms and conditions of the GNU General Public
59 * kdb_lock protects updates to kdb_initial_cpu. Used to
131 * Initial environment. This is all kept static and local to
132 * this file. We don't want to rely on the memory allocation
135 * environment is limited to a fixed number of entries (add more
136 * to __env[] if required) and a fixed amount of heap (add more to
197 * char* Pointer to string value of environment variable.
222 * kdballocenv - This function is used to allocate bytes for
231 * We use a static environment buffer (envbuffer) to hold the values
316 * Also try base 16, for us folks too lazy to type the
433 " You may need to select another task\n");
442 * symbol name, and offset to the caller.
453 * *nextarg - index to next unparsed argument in argv[]
459 * *nextarg - index to next unparsed argument in argv[]
776 * The "str" argument may point to something like | grep xyz
804 /* now cp points to a nonzero length search string */
844 * responsibility to save their argv if they recursively call
847 * cmdstr The input command line to be parsed.
852 * Limited to 20 tokens.
858 * The algorithm used to tokenize the input string relies on
861 * the token is altered in-place to a null-byte to terminate the
920 /* Copy to next unquoted and unescaped
969 * If this command is allowed to be abbreviated,
970 * check to see if this is it.
1030 * map to an existing command, attempt to parse it as an
1033 * to an address contained in a register.
1118 * entry to a kdb session, thereafter it is called with reason
1119 * SWITCH, even if the user goes back to the original cpu.
1129 * KDB_CMD_CPU User switched to another cpu.
1166 kdb_printf("due to Debug @ " kdb_machreg_fmt "\n",
1184 kdb_printf("due to Keyboard Entry\n");
1186 kdb_printf("due to KDB_ENTER()\n");
1190 kdb_printf("due to Keyboard Entry\n");
1195 kdb_printf("due to cpu switch\n");
1199 kdb_printf("due to oops @ " kdb_machreg_fmt "\n",
1204 kdb_printf("due to System NonMaskable Interrupt\n");
1207 kdb_printf("due to NonMaskable Interrupt @ "
1214 kdb_printf("due to %s @ " kdb_machreg_fmt "\n",
1229 kdb_printf("due to Recursion @ " kdb_machreg_fmt "\n",
1310 * value Any integer value to be printed, e.g. reason code.
1336 * according to kdb state.
1356 /* state KDB is turned off by kdb_cpu to see if the
1770 "to continue\n");
1777 kdb_printf("attempting to continue\n");
1919 * which interfaces to the soi-disant MAGIC SYSRQ functionality.
1936 * frame) command. This command takes an address and expects to
2031 * kdb_dmesg - This function implements the 'dmesg' command to display
2161 state = ' '; /* cpu is responding to kdb */
2219 * Switch to other cpu
2252 kdb_printf(" suppressed,\nuse 'ps A' to see all.\n");
2449 (2 * 365 + 1); /* shift base from 1970 to 1968 */
2599 kdb_printf("%5d " kdb_bfd_vma_fmt0 " - unable to "
2632 * kdb_register_repeat - This function is used to register a kernel
2636 * func Function to execute the command
2655 * Brute force method to determine duplicates
2708 * not need to specify a repeat state. Equivalent to
2712 * func Function to execute the command
2730 * kdb_unregister - This function is used to unregister a kernel
2806 "Switch to new cpu", 0, KDB_REPEAT_NONE);
2812 "Switch to another task", 0, KDB_REPEAT_NONE);
2829 "Disable NMI entry to KDB", 0, KDB_REPEAT_NONE);
2832 "Define a set of commands, down to endefcmd", 0, KDB_REPEAT_NONE);
2834 "Send a signal to a process", 0, KDB_REPEAT_NONE);