Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.cc108 char *poolName; in Log() local
110 &poolName) == 0) in Log()
111 output << poolName; in Log()
H A Dzfsd_event.cc178 char *poolName; in ReadLabel() local
184 poolName = NULL; in ReadLabel()
186 &poolName, &b_inuse) == 0) { in ReadLabel()
190 if (poolName != NULL) in ReadLabel()
191 free(poolName); in ReadLabel()