Searched refs:valp (Results 1 – 3 of 3) 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_sw.c | 285 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder() argument 313 *valp = prop->data; in fdt_property_placeholder()
|
D | libfdt.h | 1466 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp);
|