Lines Matching refs:plp
947 zpool_expand_proplist(zpool_handle_t *zhp, zprop_list_t **plp, in zpool_expand_proplist() argument
956 boolean_t firstexpand = (NULL == *plp); in zpool_expand_proplist()
959 if (zprop_expand_list(hdl, plp, type) != 0) in zpool_expand_proplist()
965 last = plp; in zpool_expand_proplist()
969 if ((*plp)->pl_all) in zpool_expand_proplist()
972 if ((*plp)->pl_all && firstexpand) { in zpool_expand_proplist()
1025 entry = *plp; in zpool_expand_proplist()
1049 for (entry = *plp; entry != NULL; entry = entry->pl_next) { in zpool_expand_proplist()
1072 zprop_list_t **plp) in vdev_expand_proplist() argument
1085 for (entry = *plp; entry != NULL; entry = entry->pl_next) { in vdev_expand_proplist()
1101 last = plp; in vdev_expand_proplist()