HomeSort by: relevance | last modified time | path
    Searched refs:traptype (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/amd64/amd64/
db_machdep.c 178 int traptype = NONE; local
180 NULL, NULL, &traptype, NULL);
181 if (sym != DB_SYM_NULL && traptype == INTERRUPT) {
  /src/sys/arch/i386/i386/
db_machdep.c 209 int traptype = NONE; local
211 NULL, NULL, &traptype, NULL);
212 if (sym != DB_SYM_NULL && traptype == INTERRUPT) {
  /src/external/bsd/ntp/dist/ntpd/
ntp_control.c 4761 int traptype; local
4774 traptype = TRAP_TYPE_PRIO;
4776 traptype = TRAP_TYPE_NONPRIO;
4782 if (!ctlsettrap(&rbufp->recv_srcadr, rbufp->dstadr, traptype,
4798 int traptype; local
4806 traptype = TRAP_TYPE_PRIO;
4808 traptype = TRAP_TYPE_NONPRIO;
4813 if (!ctlclrtrap(&rbufp->recv_srcadr, rbufp->dstadr, traptype))
4826 int traptype,
4839 switch (traptype) {
    [all...]

Completed in 26 milliseconds