Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dwait.c98 "instance %s waitpid failure: %s\n", wi->wi_fmri, in wait_remove()
103 "instance %s exited with status %d\n", wi->wi_fmri, in wait_remove()
144 "wait_remove requesting stop of %s\n", wi->wi_fmri); in wait_remove()
145 (void) stop_instance_fmri(wait_hndl, wi->wi_fmri, cause); in wait_remove()
168 if (strcmp(wi->wi_fmri, fmri) == 0) in wait_ignore_by_fmri()
210 wi->wi_fmri = inst_fmri; in wait_register()
287 "assuming failed\n", wi->wi_fmri, in wait_thread()
304 "failed\n", fd, wi->wi_fmri); in wait_thread()
312 "failed\n", fd, wi->wi_fmri); in wait_thread()
H A Dstartd.h492 const char *wi_fmri; /* instance FMRI */ member