Searched defs:_sjb (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Dsetjmp.h23 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; member in struct:_sigjmp_buf
/freebsd-12-stable/sys/mips/include/
H A Dsetjmp.h55 typedef struct _sigjmp_buf { long long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; member in struct:_sigjmp_buf
57 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; member in struct:_sigjmp_buf
/freebsd-12-stable/sys/x86/include/
H A Dsetjmp.h47 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; member in struct:_sigjmp_buf
/freebsd-12-stable/sys/sparc64/include/
H A Dsetjmp.h54 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; member in struct:_sigjmp_buf
/freebsd-12-stable/sys/arm64/include/
H A Dsetjmp.h67 typedef struct _sigjmp_buf { __int128_t _sjb[_JBLEN + 1]; } sigjmp_buf[1]; member in struct:_sigjmp_buf
/freebsd-12-stable/sys/arm/include/
H A Dsetjmp.h101 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; member in struct:_sigjmp_buf

Completed in 67 milliseconds