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

  /src/tests/lib/libc/setjmp/
t_threadjmp.c 89 static pthread_t myself = NULL; variable
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
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
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
1705 myself = 1;
1710 if (!myself) {
  /src/external/gpl2/rcs/dist/src/
rcsbase.h 747 # define myself(u) ((u) == ruid()) macro
749 # define myself(u) true macro

Completed in 79 milliseconds