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

/opensolaris-onvv-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_util.c116 cstack_t *stk_node; local
123 if ((stk_node = ndmp_malloc(sizeof (cstack_t))) == NULL)
126 stk_node->data = data;
127 stk_node->len = len;
128 stk_node->next = stk->next;
129 stk->next = stk_node;
131 NDMP_LOG(LOG_DEBUG, "cstack_push(0x%p): 0x%p", stk, stk_node);
147 cstack_t *stk_node; local
154 if ((stk_node = stk->next) == NULL) {
160 *data = stk_node
[all...]

Completed in 92 milliseconds