Searched defs:lenp (Results 1 - 2 of 2) sorted by relevance

/include/linux/ceph/
H A Ddecode.h92 * past the decoded data. Also, if lenp is not a null pointer, the
94 * *lenp. Note that a zero-length string is a valid return value.
97 * pointer-coded errno if an error occurs. Neither *p nor *lenp
106 size_t *lenp, gfp_t gfp)
125 if (lenp)
126 *lenp = (size_t) len;
105 ceph_extract_encoded_string(void **p, void *end, size_t *lenp, gfp_t gfp) argument
/include/linux/
H A Dof.h250 int *lenp);
281 int *lenp);
436 int *lenp)
496 int *lenp)
434 of_find_property(const struct device_node *np, const char *name, int *lenp) argument
494 of_get_property(const struct device_node *node, const char *name, int *lenp) argument

Completed in 942 milliseconds