Searched defs:_tmpl_pg_name (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | scf_tmpl.c | 744 * char *_tmpl_pg_name(pg, type, use_type) 759 _tmpl_pg_name(const char *pg, const char *type, int use_type) function 1463 * can't combine the _tmpl_pg_name arguments and get a reasonable 1511 *tmpl_pg_name = _tmpl_pg_name(pg_name, pg_type, 1); 1532 *tmpl_pg_name = _tmpl_pg_name(pg_name, NULL, 0); 1597 *tmpl_pg_name = _tmpl_pg_name(NULL, pg_type, 0); 1613 *tmpl_pg_name = _tmpl_pg_name(NULL, NULL, 0);
|
Completed in 57 milliseconds