Searched refs:cstack_push (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/ndmpd/include/ |
H A D | cstack.h | 66 int cstack_push(cstack_t *, void *, int);
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_util.c | 105 * cstack_push 115 cstack_push(cstack_t *stk, void *data, int len) function 120 NDMP_LOG(LOG_DEBUG, "cstack_push: invalid stack"); 132 NDMP_LOG(LOG_DEBUG, "cstack_push(0x%p): 0x%p", stk, stk_node);
|
H A D | tlm_traverse.c | 477 if (cstack_push(sp, tsp, 0)) { 969 if (cstack_push(sp, tsp, 0)) {
|
H A D | tlm_restore_writer.c | 174 return (cstack_push(stp, (void *)sp, sizeof (*sp)));
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar.c | 718 if (cstack_push(stk, p_dir_info, 0)) { 722 NDMP_LOG(LOG_DEBUG, "cstack_push failed"); 829 } else if (cstack_push(stk, t_dir_info,
|
Completed in 53 milliseconds