Searched refs:pg_match (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/svc/lsvcrun/ |
H A D | lsvcrun.c | 296 pg_match(scf_handle_t *h, scf_service_t *svc, ino_t ino, const char *suffix) in pg_match() function 406 pg = pg_match(h, svc, st.st_ino, NULL); in get_stop_pg() 412 if ((pg = pg_match(h, svc, st.st_ino, suffix)) != NULL) in get_stop_pg() 415 if ((pg = pg_match(h, svc, st.st_ino, NULL)) != NULL) in get_stop_pg() 418 if ((pg = pg_match(h, svc, 0, suffix)) == NULL) { in get_stop_pg()
|