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

  /src/crypto/external/bsd/heimdal/dist/lib/base/
dll.c 124 static pthread_key_t pt_key; variable
140 ret = pthread_key_create(&pt_key, heim_w32_service_thread_detach);
156 (void) pthread_setspecific(pt_key, dead_key);
285 (void) pthread_setspecific(pt_key, dead_key);
  /src/sbin/ifconfig/
parse.h 60 const char *pt_key; member in struct:pterm
75 .pt_key = (__key) \
parse.c 509 if (match_setenv(im, om, pt->pt_key, (prop_object_t)b) == -1)
  /src/sys/arch/m68k/include/
pmap_68k.h 153 unsigned int pt_key; member in struct:pmap_table
  /src/sys/arch/m68k/m68k/
pmap_68k.c 1232 const unsigned int k1 = pt1->pt_key;
1243 return pmap_table_rb_compare_key(v, n1, &pt2->pt_key);
1447 if ((pt = pmap->pm_pt_cache) == NULL || pt->pt_key != key) {
1498 t2->pt_key = pmap_table_make_key(segnum, segtab);

Completed in 39 milliseconds