Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dvuid_queue.c63 vq_put(Vuid_queue *vq, Firm_event *firm_event) in vq_put() argument
70 if (timercmp(&vp->firm_event.time, &firm_event->time, in vq_put()
72 tv_equal(vp->firm_event.time, firm_event->time)) { in vq_put()
77 vqn->firm_event = *firm_event; in vq_put()
97 return (vq_putback(vq, firm_event)); in vq_put()
101 vq_get(Vuid_queue *vq, Firm_event *firm_event) in vq_get() argument
108 if (firm_event != FIRM_EVENT_NULL) in vq_get()
109 *firm_event = vqn->firm_event; in vq_get()
124 vq_peek(Vuid_queue *vq, Firm_event *firm_event) in vq_peek() argument
128 *firm_event = vq->top->firm_event; in vq_peek()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dvuid_queue.h65 Firm_event firm_event; /* Firm event */ member
H A Dvuid_event.h353 typedef struct firm_event { struct