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

/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dcstack.h44 * objects. Applications should treat cstack_t references as opaque
61 } cstack_t; typedef in typeref:struct:cstack
64 cstack_t *cstack_new(void);
65 void cstack_delete(cstack_t *);
66 int cstack_push(cstack_t *, void *, int);
67 int cstack_pop(cstack_t *, void **, int *);
68 int cstack_top(cstack_t *, void **, int *);

Completed in 49 milliseconds