Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h173 } list_property_t, *list_property_ptr_t; typedef
H A Dzonecfg_grammar.y182 bzero(list, sizeof (list_property_t));
192 bzero(list, sizeof (list_property_t));
H A Dzonecfg.c752 return (calloc(1, sizeof (list_property_t))); in alloc_list()