Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_rseq.h57 typedef uintptr_t (*rseq_func_t)(uintptr_t); typedef
73 rseq_func_t s_func; /* step function; ignored if NULL */
145 #define RSEQT(func, cb) { (rseq_func_t)(uintptr_t)(func), #func, \