/src/tests/lib/libc/setjmp/ |
t_threadjmp.c | 89 static pthread_t myself = NULL; variable in typeref:typename:pthread_t 96 ATF_REQUIRE(myself == pthread_self()); 110 myself = pthread_self(); 127 ATF_REQUIRE(myself == pthread_self()); 137 ATF_REQUIRE(myself == pthread_self()); 141 ATF_REQUIRE(myself == pthread_self()); 145 ATF_REQUIRE(myself == pthread_self());
|
t_threadjmp.c | 89 static pthread_t myself = NULL; variable in typeref:typename:pthread_t 96 ATF_REQUIRE(myself == pthread_self()); 110 myself = pthread_self(); 127 ATF_REQUIRE(myself == pthread_self()); 137 ATF_REQUIRE(myself == pthread_self()); 141 ATF_REQUIRE(myself == pthread_self()); 145 ATF_REQUIRE(myself == pthread_self());
|
/src/sys/net/ |
if_arcsubr.c | 120 uint8_t atype, adst, myself; local in function:arc_output 131 myself = *CLLADDR(ifp->if_sadl); 275 ah->arc_shost = myself; 315 ah->arc_shost = myself; 324 ah->arc_shost = myself;
|
if_arcsubr.c | 120 uint8_t atype, adst, myself; local in function:arc_output 131 myself = *CLLADDR(ifp->if_sadl); 275 ah->arc_shost = myself; 315 ah->arc_shost = myself; 324 ah->arc_shost = myself;
|
/src/sys/arch/sparc/stand/ofwboot/ |
ofdev.c | 367 cell_t units[4], phandle, myself, depth = 0, odepth = 0, cnt; local in function:device_target_unit 375 OF_interpret("my-self", 0, 1, &myself); 421 OF_interpret("to my-self", 1, 0, myself);
|
ofdev.c | 367 cell_t units[4], phandle, myself, depth = 0, odepth = 0, cnt; local in function:device_target_unit 375 OF_interpret("my-self", 0, 1, &myself); 421 OF_interpret("to my-self", 1, 0, myself);
|
/src/sys/netinet/ |
ip_carp.c | 1639 int myself = 0, error = 0; local in function:carp_set_ifp 1705 myself = 1; 1710 if (!myself) {
|
ip_carp.c | 1639 int myself = 0, error = 0; local in function:carp_set_ifp 1705 myself = 1; 1710 if (!myself) {
|