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

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c742 * char *_tmpl_pg_name(pg, type, use_type)
757 _tmpl_pg_name(const char *pg, const char *type, int use_type) function
1459 * can't combine the _tmpl_pg_name arguments and get a reasonable
1507 *tmpl_pg_name = _tmpl_pg_name(pg_name, pg_type, 1);
1528 *tmpl_pg_name = _tmpl_pg_name(pg_name, NULL, 0);
1593 *tmpl_pg_name = _tmpl_pg_name(NULL, pg_type, 0);
1609 *tmpl_pg_name = _tmpl_pg_name(NULL, NULL, 0);

Completed in 31 milliseconds