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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c2166 char *tmp_mountpoint = NULL; local
2175 if ((ret = _be_mount(be_name, &tmp_mountpoint,
2182 tmp_mountpoint = mountpoint;
2187 tmp_mountpoint);
2197 (void) rmdir(tmp_mountpoint);
2201 be_name, tmp_mountpoint);
2206 free(tmp_mountpoint);

Completed in 58 milliseconds