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

  /src/sys/ddb/
db_user.h 56 typedef jmp_buf label_t; typedef in typeref:typename:jmp_buf
  /src/sys/arch/luna68k/stand/boot/
samachdep.h 48 typedef struct label_t { struct
50 } label_t; typedef in typeref:struct:label_t
126 int setjmp(label_t *);
  /src/sys/arch/usermode/include/
types.h 37 typedef struct label_t { struct
39 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/arm/include/
types.h 42 typedef struct label_t { /* Used by setjmp & longjmp */ struct
44 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/ia64/include/
types.h 42 typedef struct label_t { struct
44 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/m68k/include/
types.h 41 typedef struct label_t { /* consistent with HP-UX */ struct
43 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/or1k/include/
types.h 60 typedef struct label_t { /* Used by setjmp & longjmp */ struct
62 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/sh3/include/
types.h 42 typedef struct label_t { struct
44 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/vax/include/
types.h 42 typedef struct label_t { struct
44 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/alpha/include/
types.h 42 typedef struct label_t { struct
44 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/powerpc/include/
types.h 71 typedef struct label_t { struct
73 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/aarch64/include/
types.h 83 typedef struct label_t { /* Used by setjmp & longjmp */ struct
85 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/sparc/include/
types.h 78 typedef struct label_t { struct
84 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/hppa/include/
types.h 43 typedef struct label_t { struct
49 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/riscv/include/
types.h 73 typedef struct label_t { /* Used by setjmp & longjmp */ struct
76 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/amd64/include/
types.h 44 typedef struct label_t { struct
46 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/i386/include/
types.h 49 typedef struct label_t { struct
51 } label_t; typedef in typeref:struct:label_t
  /src/sys/arch/mips/include/
types.h 132 typedef struct label_t { struct
134 } label_t; typedef in typeref:struct:label_t
135 typedef label_t mips_label_t;

Completed in 16 milliseconds