Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c69 delete_ent_t ds_buf[1]; /* actually ds_size */ member
71 #define DELETE_STACK_SIZE(x) offsetof(delete_stack_t, ds_buf[(x)])
127 ent = &cur->ds_buf[cur->ds_cur++]; in delete_stack_push()
146 ent = &cur->ds_buf[--cur->ds_cur]; in delete_stack_pop()