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

/illumos-gate/usr/src/cmd/svc/startd/
H A Ddeathrow.c71 } deathrow_t; typedef in typeref:struct:deathrow
78 static deathrow_t *fmri_in_deathrow_internal(const char *);
122 sizeof (deathrow_t), offsetof(deathrow_t, deathrow_link),
195 deathrow_t *d;
206 startd_free(d, sizeof (deathrow_t));
219 deathrow_t *d;
223 d = startd_alloc(sizeof (deathrow_t));
232 static deathrow_t *
235 deathrow_t *
[all...]

Completed in 468 milliseconds