Home
last modified time | relevance | path

Searched refs:queue_tail (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dbeep.c130 beep_state.queue_tail = 0; in beep_init()
169 beep_state.queue_tail = 0; in beep_fini()
206 beep_state.queue_tail = 0; in beeper_off()
371 next = beep_state.queue_tail + 1; in beep_mktone()
381 beep_state.queue[beep_state.queue_tail]. in beep_mktone()
384 beep_state.queue[beep_state.queue_tail]. in beep_mktone()
387 beep_state.queue_tail = next; in beep_mktone()
460 if (beep_state.queue_head != beep_state.queue_tail) { in beep_timeout()
/titanic_41/usr/src/uts/common/sys/
H A Dbeep.h89 int queue_tail; member
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h585 uint16_t queue_tail; member
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c160 static ev_queue_t *queue_tail = NULL; variable
411 queue_head = queue_tail = NULL; in piclfrutree_fini()
503 queue_tail = NULL; in init_queue()
523 queue_tail->next = new_event; in add_to_queue()
525 queue_tail = new_event; in add_to_queue()
542 queue_tail = NULL; in remove_from_queue()