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

/illumos-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
/illumos-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...]
/illumos-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...]
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h956 queue_head_t *queue_head; member in struct:uberdata
1169 caddr32_t queue_head; member in struct:uberdata32
/illumos-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 171 milliseconds