Searched defs:thead (Results 1 - 2 of 2) sorted by relevance

/osnet-11/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...]
/osnet-11/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 29 milliseconds