Searched refs:if_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2421 char *if_buf; local
2446 if ((if_buf = malloc(space_needed)) == NULL) {
2453 if_conf.lifc_buf = if_buf;
2455 free(if_buf);
2518 free(if_buf);

Completed in 65 milliseconds