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

/illumos-gate/usr/src/uts/common/sys/
H A Dptem.h44 queue_t *q_ptr; /* ptem read queue */ member in struct:ptem
H A Dstream.h67 * - q_ptr: can be modified as per the rules of the STREAMS module.
68 * The STREAMS framework ignores q_ptr and thus imposes *no*
118 void *q_ptr; /* Q9S: module-specific data */ member in struct:queue
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c1429 msg_rcvq_wakeup_all(list_t *q_ptr) argument
1433 while (q_walk = list_head(q_ptr)) {
1434 list_remove(q_ptr, q_walk);
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c131 * q->q_ptr, then it's stable.
135 * get the pointer via tim_findlink() rather than q_ptr. These are protected
364 if (q->q_ptr) {
378 q->q_ptr = (caddr_t)tp;
379 WR(q)->q_ptr = (caddr_t)tp;
447 struct tim_tim *tp = (struct tim_tim *)q->q_ptr;
466 struct tim_tim *tp = (struct tim_tim *)q->q_ptr;
498 tp = (struct tim_tim *)q->q_ptr;
499 q->q_ptr = NULL;
551 q->q_ptr
2648 tim_tcap_timer(void *q_ptr) argument
[all...]

Completed in 112 milliseconds