Home
last modified time | relevance | path

Searched refs:valp (Results 1 – 3 of 3) sorted by relevance

/scripts/
Dunifdef.c825 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/
Dfdt_sw.c293 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()
Dlibfdt.h1497 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp);