Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libscf/common/
H A Dscf_tmpl.c2716 char *pg_pat; in scf_tmpl_iter_props() local
2786 pg_pat = _scf_read_single_astring_from_pg(prop_tmpl->prt_pg, in scf_tmpl_iter_props()
2788 if (pg_pat == NULL) { in scf_tmpl_iter_props()
2811 free(pg_pat); in scf_tmpl_iter_props()
2823 if (strcmp(pg_pat, pg_name) != 0) { in scf_tmpl_iter_props()
2824 free(pg_pat); in scf_tmpl_iter_props()
2827 free(pg_pat); in scf_tmpl_iter_props()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c256 const char *pg_pat; member
278 (strcmp(prp->p_user.u_comm, pgp->pg_pat) != 0) : in pgrep_cb()
279 (strstr(prp->p_user.u_comm, pgp->pg_pat) == NULL)) in pgrep_cb()
362 pg.pg_pat = argv->a_un.a_str; in pgrep()
369 if ((err = regcomp(&pg.pg_reg, pg.pg_pat, REG_EXTENDED)) != 0) { in pgrep()