Searched defs:new_zonepath_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3985 struct stat new_zonepath_buf; local
4035 if (stat(new_zonepath, &new_zonepath_buf) == -1) {
4082 fast = (zonepath_buf.st_dev == new_zonepath_buf.st_dev);

Completed in 56 milliseconds