Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_rseq.h103 int rseq_do(rseq_t *rseq, int num, uintptr_t arg, int flags);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser_rseq.c104 rseq_do(rseq_t *rseq, int num, uintptr_t arg, int flags) in rseq_do() function
H A Dusbser.c422 if (rseq_do(rseq_att, NELEM(rseq_att), (uintptr_t)usp, 0) == RSEQ_OK) { in usbser_attach()