Lines Matching defs:pl
210 add_config(libzfs_handle_t *hdl, pool_list_t *pl, const char *path,
236 ne->ne_next = pl->names;
237 pl->names = ne;
265 for (pe = pl->pools; pe != NULL; pe = pe->pe_next) {
276 pe->pe_next = pl->pools;
277 pl->pools = pe;
337 ne->ne_next = pl->names;
338 pl->names = ne;
433 get_configs(libzfs_handle_t *hdl, pool_list_t *pl, boolean_t active_ok)
459 for (pe = pl->pools; pe != NULL; pe = pe->pe_next) {
724 if (fix_paths(nvroot, pl->names) != 0) {
782 if (fix_paths(spares[i], pl->names) != 0)
793 if (fix_paths(l2cache[i], pl->names) != 0)