Lines Matching refs:property
27 static int pSeries_reconfig_add_node(const char *path, struct property *proplist) in pSeries_reconfig_add_node()
95 static void release_prop_list(const struct property *prop) in release_prop_list()
97 struct property *next; in release_prop_list()
173 static struct property *new_property(const char *name, const int length, in new_property()
174 const unsigned char *value, struct property *last) in new_property()
176 struct property *new = kzalloc(sizeof(*new), GFP_KERNEL); in new_property()
203 struct property *prop = NULL; in do_add_node()
223 struct property *last = prop; in do_add_node()
279 struct property *prop = NULL; in do_add_property()
306 struct property *prop; in do_remove_property()
330 struct property *newprop; in do_update_property()