Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c743 size_t allocd, new_allocd; in path_to_str() local
764 new_allocd = allocd + strlen(name) + 1; in path_to_str()
765 new = startd_alloc(new_allocd); in path_to_str()
773 allocd = new_allocd; in path_to_str()