Searched refs:poolName (Results 1 – 4 of 4) sorted by relevance
107 const char *poolName; in Log() local109 &poolName) == 0) in Log()110 output << poolName; in Log()
178 char *poolName; in ReadLabel() local184 poolName = NULL; in ReadLabel()186 &poolName, &b_inuse) == 0) { in ReadLabel()190 if (poolName != NULL) in ReadLabel()191 free(poolName); in ReadLabel()
45 char poolName[LAC_MEM_POOLS_NAME_SIZE]; /*16 bytes of a pool name */ member91 char *poolName, in Lac_MemPoolCreate() argument129 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()
120 char *poolName,