Home
last modified time | relevance | path

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

/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.cc109 char *poolName; in Log() local
111 &poolName) == 0) in Log()
112 output << poolName; in Log()
H A Dzfsd_event.cc180 char *poolName; in ReadLabel() local
186 poolName = NULL; in ReadLabel()
188 &poolName, &b_inuse) == 0) { in ReadLabel()
192 if (poolName != NULL) in ReadLabel()
193 free(poolName); in ReadLabel()