Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dpkg.c197 FILE *pcout; in pkg_fmri_create() local
202 pcout = popen(tmpbuf, "r"); in pkg_fmri_create()
203 if (read_thru(mp, pcout, PKG_KEYPHRASE)) { in pkg_fmri_create()
204 (void) pclose(pcout); in pkg_fmri_create()
207 (void) fgets(tmpbuf, BUFLEN, pcout); in pkg_fmri_create()
208 (void) pclose(pcout); in pkg_fmri_create()
217 pcout = popen(tmpbuf, "r"); in pkg_fmri_create()
218 out = construct_fru_fmri(mp, pkgname, pcout); in pkg_fmri_create()
219 (void) pclose(pcout); in pkg_fmri_create()