Searched refs:REPLACEMENT_SIZE (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/modules/libc/ |
H A D | libc.c | 454 mdb_vread(&ulwp, REPLACEMENT_SIZE, addr)) != REPLACEMENT_SIZE) { in d_ulwp() 942 mdb_vread(&ulwp, REPLACEMENT_SIZE, addr)) != REPLACEMENT_SIZE) { in ulwp_walk_step()
|
/titanic_44/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 992 &ulwp, REPLACEMENT_SIZE)) != PS_OK) { in __td_ta_thr_iter() 1297 REPLACEMENT_SIZE : sizeof (ulwp_t); in td_thr2to() 1396 ps_pdread(ph_p, psaddr, &ulwp, REPLACEMENT_SIZE)) != PS_OK) in __td_thr_get_info()
|
/titanic_44/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 693 #define REPLACEMENT_SIZE ((size_t)&((ulwp_t *)NULL)->ul_sigmask) macro
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 806 replace = lmalloc(REPLACEMENT_SIZE); in _thrp_exit() 828 (void) memcpy(replace, self, REPLACEMENT_SIZE); in _thrp_exit()
|