Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2513 FILE *ifparsefp; in if_config_inst() local
2614 if ((ifparsefp = popen(ifparsebuf, "r")) == NULL) { in if_config_inst()
2621 while (fgets(buf, statb.st_size, ifparsefp) != NULL) { in if_config_inst()
2626 if (pclose(ifparsefp) == -1) { in if_config_inst()