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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_util.c117 cstack_t *stk_node; local
124 if ((stk_node = ndmp_malloc(sizeof (cstack_t))) == NULL)
127 stk_node->data = data;
128 stk_node->len = len;
129 stk_node->next = stk->next;
130 stk->next = stk_node;
132 NDMP_LOG(LOG_DEBUG, "cstack_push(0x%p): 0x%p", stk, stk_node);
148 cstack_t *stk_node; local
155 if ((stk_node = stk->next) == NULL) {
161 *data = stk_node
[all...]

Completed in 51 milliseconds