Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpicl_slm.c59 static nvlist_queue_t *nvq_head; variable
75 nvq_head = NULL; in init_queue()
92 if (nvq_head == NULL) in add_to_queue()
93 nvq_head = new_nvq; in add_to_queue()
106 if (nvq_head == NULL) in remove_from_queue()
109 nvqp = nvq_head; in remove_from_queue()
110 nvq_head = nvq_head->nvq_next; in remove_from_queue()
111 if (nvq_head == NULL) in remove_from_queue()
175 while (nvq_head == NULL && cleanup == 0) { in piclslm_deliver_thr()