Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y141 static assoc_t *alloc_assoc(int, const char *);
595 if (($$ = alloc_assoc($1, $2)) == NULL)
641 if (($$ = alloc_assoc($1, $2)) == NULL)
1301 alloc_assoc(int type, const char *name) in alloc_assoc() function