Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zonecfg/
H A Dzonecfg.h169 } list_property_t, *list_property_ptr_t; typedef
H A Dzonecfg_grammar.y181 bzero(list, sizeof (list_property_t));
191 bzero(list, sizeof (list_property_t));
H A Dzonecfg.c726 return (calloc(1, sizeof (list_property_t))); in alloc_list()