Searched refs:lenp (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/libfdt/ |
A D | fdt_ro.c | 239 int *lenp) in fdt_get_property_by_offset() argument 245 if (lenp) in fdt_get_property_by_offset() 246 *lenp = err; in fdt_get_property_by_offset() 252 if (lenp) in fdt_get_property_by_offset() 253 *lenp = fdt32_to_cpu(prop->len); in fdt_get_property_by_offset() 261 int namelen, int *lenp) in fdt_get_property_namelen() argument 277 if (lenp) in fdt_get_property_namelen() 278 *lenp = offset; in fdt_get_property_namelen() 287 strlen(name), lenp); in fdt_get_property() 303 const char **namep, int *lenp) in fdt_getprop_by_offset() argument [all …]
|
A D | fdt.c | 93 const fdt32_t *tagp, *lenp; in fdt_next_tag() local 117 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag() 118 if (!lenp) in fdt_next_tag() 122 + fdt32_to_cpu(*lenp); in fdt_next_tag()
|
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/ |
A D | libfdt.h | 363 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp); 432 int *lenp); 448 int namelen, int *lenp); 478 const char *name, int *lenp); 481 int *lenp) in fdt_get_property_w() argument 484 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w() 519 const char **namep, int *lenp); 533 const char *name, int namelen, int *lenp); 563 const char *name, int *lenp); 565 const char *name, int *lenp) in fdt_getprop_w() argument [all …]
|
/xen-4.10.0-shim-comet/xen/drivers/video/ |
A D | arm_hdlcd.c | 117 u32 lenp; in video_init() local 135 cells = dt_get_property(dev, "framebuffer", &lenp); in video_init()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | device_tree.h | 361 const char *name, u32 *lenp); 364 const char *name, u32 *lenp);
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | device_tree.c | 136 const char *name, u32 *lenp) in dt_find_property() argument 147 if ( lenp ) in dt_find_property() 148 *lenp = pp->length; in dt_find_property() 157 const char *name, u32 *lenp) in dt_get_property() argument 159 const struct dt_property *pp = dt_find_property(np, name, lenp); in dt_get_property()
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/ |
A D | services.c | 1843 int lenp, seqno = 0; in security_set_bools() local 1848 lenp = policydb.p_bools.nprim; in security_set_bools() 1849 if ( len != lenp ) in security_set_bools()
|
Completed in 20 milliseconds