Searched refs:queue_head (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dbeep.c129 beep_state.queue_head = 0;
168 beep_state.queue_head = 0;
205 beep_state.queue_head = 0;
375 if (next != beep_state.queue_head) {
460 if (beep_state.queue_head != beep_state.queue_tail) {
462 next = beep_state.queue_head;
472 beep_state.queue_head = next;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dbeep.h81 /* Mutex protecting mode, timeout_id, queue_head, queue_tail, */
86 int queue_head; member in struct:beep_state
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c919 queue_head_t *queue_head; local
960 queue_head = &uhcip->uhci_qh_pool_addr[index];
963 (void *)queue_head);
965 bzero((void *)queue_head, sizeof (queue_head_t));
966 SetQH32(uhcip, queue_head->link_ptr, HC_END_OF_LIST);
967 SetQH32(uhcip, queue_head->element_ptr, HC_END_OF_LIST);
968 queue_head->prev_qh = NULL;
969 queue_head->qh_flag = QUEUE_HEAD_FLAG_BUSY;
972 queue_head->td_tailp = dummy_td;
973 SetQH32(uhcip, queue_head
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c482 thr_panic("cannot allocate thread queue_head table");
483 udp->queue_head = qp = (queue_head_t *)data;
514 ASSERT(qp >= udp->queue_head && (qp - udp->queue_head) < 2 * QHASHSIZE);
522 qtype = ((qp - udp->queue_head) < QHASHSIZE)? MX : CV;
539 ASSERT(&udp->queue_head[index] == qp);
566 * If so, we call queue_alloc() to allocate the queue_head[] array.
568 if ((qp = udp->queue_head) == NULL) {
570 qp = udp->queue_head;
3929 if (udp->queue_head
[all...]
H A Dthr.c112 NULL, /* queue_head */
1550 * Allocate the queue_head array if not already allocated.
1552 if (udp->queue_head == NULL)
1644 if ((qp = udp->queue_head) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c159 static ev_queue_t *queue_head = NULL; variable
411 queue_head = queue_tail = NULL;
502 queue_head = NULL;
520 if (queue_head == NULL) {
521 queue_head = new_event;
535 if (queue_head == NULL)
538 event = queue_head;
539 queue_head = queue_head->next;
541 if (queue_head
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c803 HD("queue_head thr_hash_table hash_size hash_mask");
805 OFFSET(queue_head),
806 prt_addr(uberdata.queue_head, 1),
/opensolaris-onvv-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h885 queue_head_t *queue_head; member in struct:uberdata
1096 caddr32_t queue_head; member in struct:uberdata32
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h584 uint16_t queue_head; member in struct:port_database_23

Completed in 317 milliseconds