Lines Matching defs:poolname
1120 * poolname or guid (but not both) are provided by the caller when trying
1235 if (iarg->poolname != NULL) {
1241 strcmp(iarg->poolname, pname) == 0;
1313 * poolname or guid (but not both) are provided by the caller when trying
1318 char *poolname, uint64_t guid)
1330 verify(poolname == NULL || guid == 0);
1388 if (poolname != NULL && strcmp(poolname, name) != 0)
1430 if (import->poolname != NULL) {
1435 if (strcmp(pool_name, import->poolname) == 0)
1453 verify(import->poolname == NULL || import->guid == 0);
1460 import->poolname, import->guid));