Searched defs:rseq_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_rseq.h50 typedef struct rseq rseq_t; typedef in typeref:struct:rseq
60 typedef int (*rseq_cb_t)(rseq_t *rseq, int num, uintptr_t arg);
103 int rseq_do(rseq_t *rseq, int num, uintptr_t arg, int flags);
104 int rseq_undo(rseq_t *rseq, int num, uintptr_t arg, int flags);
112 int rseq_do_debug(rseq_t *rseq, int num, uintptr_t arg, int flags,
114 int rseq_undo_debug(rseq_t *rseq, int num, uintptr_t arg, int flags,
153 * rseq_t my_rseq[] = {
159 * int my_do_cb(rseq_t *rseq, int num)
162 * int my_undo_cb(rseq_t *rseq, int num)

Completed in 57 milliseconds