Searched refs:valp (Results 1 – 4 of 4) sorted by relevance
| /scripts/ |
| D | unifdef.c | 825 eval_unary(const struct ops *ops, int *valp, const char **cpp) in eval_unary() argument 837 lt = eval_unary(ops, valp, &cp); in eval_unary() 841 *valp = !*valp; in eval_unary() 842 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 847 lt = eval_table(eval_ops, valp, &cp); in eval_unary() 855 *valp = strtol(cp, &ep, 0); in eval_unary() 858 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 873 *valp = (value[sym] != NULL); in eval_unary() 874 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 889 *valp = 0; in eval_unary() [all …]
|
| /scripts/dtc/libfdt/ |
| D | fdt_overlay.c | 104 fdt32_t *valp, val; in overlay_phandle_add_offset() local 107 valp = fdt_getprop_w(fdt, node, name, &len); in overlay_phandle_add_offset() 108 if (!valp) in overlay_phandle_add_offset() 114 val = fdt32_ld(valp); in overlay_phandle_add_offset() 118 fdt32_st(valp, val + delta); in overlay_phandle_add_offset() 584 uint32_t valp; in overlay_update_node_conflicting_references() local 587 valp = fdt32_ld(refp); in overlay_update_node_conflicting_references() 589 if (valp == fdto_phandle) in overlay_update_node_conflicting_references()
|
| D | fdt_sw.c | 293 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder() argument 321 *valp = prop->data; in fdt_property_placeholder()
|
| D | libfdt.h | 1572 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp);
|