Searched refs:thead (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c436 list_head_t *thead; local
447 thead = &flowacct_data->flows_tbl[FLOW_TBL_COUNT];
582 * Re-adjust the timeout list. The timer takes the thead lock
583 * follwed by fhead lock(s), so we release fhead, take thead
586 mutex_enter(&thead->lock);
590 if (thead->head == NULL) {
591 thead->head = flow->hdr;
592 thead->tail = flow->hdr;
594 thead->tail->timeout_next = flow->hdr;
595 flow->hdr->timeout_prev = thead
731 list_head_t *head, *thead; local
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c911 net_time_entry_t *thead; local
914 thead = net_table->net_time_head;
915 while (thead != NULL) {
916 thead->my_time_stat = NULL;
917 tnext = thead->net_time_entry_next;
918 thead->net_time_entry_next = NULL;
919 thead->net_time_entry_prev = NULL;
920 free(thead);
921 thead = tnext;
926 thead
[all...]
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c1306 struct taglist *thead; /* linked list of tags */ local
1309 thead = NULL;
1321 temp->t_next = thead;
1324 thead = temp;
1333 return (thead ? thead : NULL);
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c2455 struct parser *thead; local
2481 thead = chead;
2487 strcpy(thead[n].tag.l_word, key);
2488 thead[n].tag.l_value = 0;
2489 thead[n].fld = NULL;
2492 p = thead[n].fld;
2494 q = thead[n].fld = calloc(1,
2497 for (q = thead[n].fld; q; q = q->l_next)

Completed in 88 milliseconds