Home
last modified time | relevance | path

Searched refs:DELETE_STACK_SIZE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c71 #define DELETE_STACK_SIZE(x) offsetof(delete_stack_t, ds_buf[(x)]) macro
116 new = uu_zalloc(DELETE_STACK_SIZE(NUM_NEEDED)); in delete_stack_push()