Lines Matching defs:listp
1931 addlist(libzfs_handle_t *hdl, const char *propname, zprop_list_t **listp,
1966 *listp = entry;
1978 zprop_get_list(libzfs_handle_t *hdl, char *props, zprop_list_t **listp,
1981 *listp = NULL;
2008 if (addlist(hdl, spaceprops[i], listp, type))
2010 listp = &(*listp)->pl_next;
2013 if (addlist(hdl, p, listp, type))
2015 listp = &(*listp)->pl_next;