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

  /src/sys/sys/
userret.h 51 int exception; local in function:mi_userret
56 exception = l->l_cpu->ci_want_resched | (l->l_flag & LW_USERRET);
58 if (__predict_false(exception)) {
userret.h 51 int exception; local in function:mi_userret
56 exception = l->l_cpu->ci_want_resched | (l->l_flag & LW_USERRET);
58 if (__predict_false(exception)) {
  /src/bin/sh/
error.c 69 int exception; variable in typeref:typename:int
80 * Called to raise an exception. Since C doesn't include exceptions, we
81 * just do a longjmp to the exception handler. The type of exception is
82 * stored in the global variable "exception".
91 exception = e;
161 * Exverror is called to raise the error exception. If the second argument
163 * formatting. It then raises the error exception.
error.c 69 int exception; variable in typeref:typename:int
80 * Called to raise an exception. Since C doesn't include exceptions, we
81 * just do a longjmp to the exception handler. The type of exception is
82 * stored in the global variable "exception".
91 exception = e;
161 * Exverror is called to raise the error exception. If the second argument
163 * formatting. It then raises the error exception.
  /src/sys/arch/hppa/hppa/
fpu.c 333 int exception; local in function:hppa_fpu_emulate
387 exception = decode_0c(inst, class, sub, fpregs);
390 exception = decode_0e(inst, class, sub, fpregs);
393 exception = decode_06(inst, fpregs);
396 exception = decode_26(inst, fpregs);
399 exception = UNIMPLEMENTEDEXCEPTION;
403 if (exception) {
405 if (exception & UNIMPLEMENTEDEXCEPTION) {
410 if (exception & INVALIDEXCEPTION) {
412 } else if (exception & DIVISIONBYZEROEXCEPTION)
    [all...]
fpu.c 333 int exception; local in function:hppa_fpu_emulate
387 exception = decode_0c(inst, class, sub, fpregs);
390 exception = decode_0e(inst, class, sub, fpregs);
393 exception = decode_06(inst, fpregs);
396 exception = decode_26(inst, fpregs);
399 exception = UNIMPLEMENTEDEXCEPTION;
403 if (exception) {
405 if (exception & UNIMPLEMENTEDEXCEPTION) {
410 if (exception & INVALIDEXCEPTION) {
412 } else if (exception & DIVISIONBYZEROEXCEPTION)
    [all...]
  /src/include/
math.h 207 struct exception { struct
519 int matherr(struct exception *);
math.h 207 struct exception { struct
519 int matherr(struct exception *);
  /src/sys/arch/macppc/dev/
mesh.c 324 u_char intr, exception, error, status0; local in function:mesh_intr
332 exception = mesh_read_reg(sc, MESH_EXCEPTION);
345 snprintb(buf2, sizeof buf2, MESH_EXC_BITMASK, exception);
391 device_xname(sc->sc_dev), error, exception);
398 if (exception & MESH_EXC_SELTO) {
399 mesh_error(sc, scb, 0, exception);
404 if (exception & MESH_EXC_PHASEMM) {
450 mesh_error(struct mesh_softc *sc, struct mesh_scb *scb, int error, int exception)
472 if (exception & MESH_EXC_SELTO) {
1116 int intr, error, exception, imsk local in function:mesh_timeout
    [all...]
mesh.c 324 u_char intr, exception, error, status0; local in function:mesh_intr
332 exception = mesh_read_reg(sc, MESH_EXCEPTION);
345 snprintb(buf2, sizeof buf2, MESH_EXC_BITMASK, exception);
391 device_xname(sc->sc_dev), error, exception);
398 if (exception & MESH_EXC_SELTO) {
399 mesh_error(sc, scb, 0, exception);
404 if (exception & MESH_EXC_PHASEMM) {
450 mesh_error(struct mesh_softc *sc, struct mesh_scb *scb, int error, int exception)
472 if (exception & MESH_EXC_SELTO) {
1116 int intr, error, exception, imsk local in function:mesh_timeout
    [all...]

Completed in 98 milliseconds