Lines Matching +full:bcm2835 +full:- +full:style

1 /*-
2 * SPDX-License-Identifier: MIT-CMU
23 * Pittsburgh PA 15213-3890
180 * if 'ed' style: 'dot' is set at start of last item printed,
187 * Utility routine - discard tokens through end-of-line.
246 __func__, cmd->name);
252 int n = strcmp(cmd->name, c->name);
257 " ignoring request\n", __func__, cmd->name);
301 rp = cmd->name;
313 /* end of name, not end of command -
317 /* but keep looking for a full match -
359 if (cmd->more != NULL)
361 db_printf("%-16s", cmd->name);
369 if (cmd->more == NULL)
371 db_printf("%-16s", cmd->name);
434 if ((cmd_table = cmd->more) != NULL) {
446 if ((cmd->flag & CS_OWN) == 0) {
483 count = -1;
486 if ((cmd->flag & CS_MORE) == 0) {
497 cmd->name);
508 (*cmd->fcn)(addr, have_addr, count, modif);
512 if (cmd->flag & CS_SET_DOT) {
515 * displayed (if 'ed' style).
529 * At least one non-optional command must be implemented using
720 if (p->p_pid == pid)
759 if (delay == -1)
766 db_printf("Automatic reboot in %d seconds - "
768 for (loop = delay * 10; loop > 0; --loop) {
771 if (cncheckc() != -1)
779 * may not support the machine-dependent mechanism used by cpu_reset()
780 * and rely on some other non-standard mechanism to perform the reset.
781 * For example, the BCM2835 watchdog driver or gpio-poweroff driver.
824 * should re-enter with the new backend.
827 db_printf("(ctrl-c will return control to ddb)\n");
854 count = -1;
869 if (td->td_proc != NULL)
870 pid = td->td_proc->p_pid;
872 pid = -1;
873 db_printf("Tracing pid %d tid %ld td %p\n", pid, (long)td->td_tid, td);
890 td->td_proc->p_comm, td->td_proc->p_pid,
891 (long)td->td_tid, td, td->td_oncpu);
896 " tid %ld td %p\n", td->td_proc->p_comm,
897 td->td_proc->p_pid, (long)td->td_tid, td);
898 db_trace_thread(td, -1);
927 * as a decimal value. Returns -1 if the expression was not a valid
941 return (-1);