Searched refs:sizep (Results 1 – 3 of 3) sorted by relevance
23 td_thr_getxregsize (const td_thrhandle_t *th, int *sizep) in td_thr_getxregsize() argument
25 _td_check_sizeof (td_thragent_t *ta, uint32_t *sizep, int sizep_name) in _td_check_sizeof() argument27 if (*sizep == 0) in _td_check_sizeof()34 err = ps_pdread (ta->ph, descptr, sizep, sizeof *sizep); in _td_check_sizeof()37 if (*sizep & 0xff000000U) in _td_check_sizeof()38 *sizep = bswap_32 (*sizep); in _td_check_sizeof()
268 extern td_err_e _td_check_sizeof (td_thragent_t *ta, uint32_t *sizep,
Completed in 7 milliseconds