Searched refs:cstack_push (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/ndmpd/include/ |
H A D | cstack.h | 66 int cstack_push(cstack_t *, void *, int);
|
/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_util.c | 115 cstack_push(cstack_t *stk, void *data, int len) in cstack_push() function
|
H A D | tlm_traverse.c | 477 if (cstack_push(sp, tsp, 0)) { in traverse_post() 969 if (cstack_push(sp, tsp, 0)) { in traverse_level()
|
H A D | tlm_restore_writer.c | 174 return (cstack_push(stp, (void *)sp, sizeof (*sp))); in dtree_push()
|
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar.c | 718 if (cstack_push(stk, p_dir_info, 0)) { in backup_work() 829 } else if (cstack_push(stk, t_dir_info, in backup_work()
|