Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpicl_slm.c57 static nvlist_queue_t *nvq_head; variable
73 nvq_head = NULL; in init_queue()
90 if (nvq_head == NULL) in add_to_queue()
91 nvq_head = new_nvq; in add_to_queue()
104 if (nvq_head == NULL) in remove_from_queue()
107 nvqp = nvq_head; in remove_from_queue()
108 nvq_head = nvq_head->nvq_next; in remove_from_queue()
109 if (nvq_head == NULL) in remove_from_queue()
173 while (nvq_head == NULL && cleanup == 0) { in piclslm_deliver_thr()