Home
last modified time | relevance | path

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

/src/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.cc107 const char *poolName; in Log() local
109 &poolName) == 0) in Log()
110 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()
/src/sys/dev/qat/qat_api/common/utils/
H A Dlac_mem_pools.c45 char poolName[LAC_MEM_POOLS_NAME_SIZE]; /*16 bytes of a pool name */ member
91 char *poolName, in Lac_MemPoolCreate() argument
129 if (poolName != NULL) { in Lac_MemPoolCreate()
130 snprintf(lac_mem_pools[poolSearch]->poolName, in Lac_MemPoolCreate()
133 poolName); in Lac_MemPoolCreate()
345 lac_mem_pools[index]->poolName, in Lac_MemPoolStatsShow()
/src/sys/dev/qat/qat_api/common/include/
H A Dlac_mem_pools.h120 char *poolName,