Home
last modified time | relevance | path

Searched refs:UEXTERROR_VER (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/gen/
H A Duexterr_gettext.c19 .ver = UEXTERROR_VER,
/freebsd/sys/sys/
H A Dexterrvar.h20 #define UEXTERROR_VER 0x10010002 macro
/freebsd/lib/libthr/thread/
H A Dthr_create.c294 curthread->uexterr.ver = UEXTERROR_VER; in thread_start()
H A Dthr_init.c437 thread->uexterr.ver = UEXTERROR_VER; in init_main_thread()
/freebsd/sys/kern/
H A Dsys_generic.c2309 if (ver != UEXTERROR_VER) in sys_exterrctl()