HomeSort by: relevance | last modified time | path
    Searched defs:_nodb_trap (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sun2/sun2/
trap.c 135 int _nodb_trap(int type, struct trapframe *);
606 _nodb_trap(int type, struct trapframe *tf) function in typeref:typename:int
647 (void)_nodb_trap(type, &tf);
674 (void)_nodb_trap(type, &tf);
trap.c 135 int _nodb_trap(int type, struct trapframe *);
606 _nodb_trap(int type, struct trapframe *tf) function in typeref:typename:int
647 (void)_nodb_trap(type, &tf);
674 (void)_nodb_trap(type, &tf);
  /src/sys/arch/sun3/sun3/
trap.c 144 int _nodb_trap(int type, struct trapframe *);
621 _nodb_trap(int type, struct trapframe *tf) function in typeref:typename:int
662 (void)_nodb_trap(type, &tf);
689 (void)_nodb_trap(type, &tf);
trap.c 144 int _nodb_trap(int type, struct trapframe *);
621 _nodb_trap(int type, struct trapframe *tf) function in typeref:typename:int
662 (void)_nodb_trap(type, &tf);
689 (void)_nodb_trap(type, &tf);

Completed in 93 milliseconds