Searched refs:pg_match (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/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) function 406 pg = pg_match(h, svc, st.st_ino, NULL); 412 if ((pg = pg_match(h, svc, st.st_ino, suffix)) != NULL) 415 if ((pg = pg_match(h, svc, st.st_ino, NULL)) != NULL) 418 if ((pg = pg_match(h, svc, 0, suffix)) == NULL) {
|
Completed in 125 milliseconds