Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2516 char *ifparsebuf = NULL; in if_config_inst() local
2572 if ((ifparsebuf = calloc(1, ifparsebufsize)) == NULL) { in if_config_inst()
2612 (void) snprintf(ifparsebuf, ifparsebufsize, SBIN_IFPARSE in if_config_inst()
2614 if ((ifparsefp = popen(ifparsebuf, "r")) == NULL) { in if_config_inst()
2686 free(ifparsebuf); in if_config_inst()
2691 free(ifparsebuf); in if_config_inst()