Home
last modified time | relevance | path

Searched refs:pt_sync_set (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_sync.h68 extern int pt_sync_set(const uint8_t **sync, const uint8_t *pos,
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_sync.c130 int pt_sync_set(const uint8_t **sync, const uint8_t *pos, in pt_sync_set() function
H A Dpt_query_decoder.c650 errcode = pt_sync_set(&sync, pos, &decoder->config); in pt_qry_sync_set()