Lines Matching refs:property
57 static int pSeries_reconfig_add_node(const char *path, struct property *proplist) in pSeries_reconfig_add_node()
125 static void release_prop_list(const struct property *prop) in release_prop_list()
127 struct property *next; in release_prop_list()
203 static struct property *new_property(const char *name, const int length, in new_property()
204 const unsigned char *value, struct property *last) in new_property()
206 struct property *new = kzalloc(sizeof(*new), GFP_KERNEL); in new_property()
233 struct property *prop = NULL; in do_add_node()
253 struct property *last = prop; in do_add_node()
309 struct property *prop = NULL; in do_add_property()
336 struct property *prop; in do_remove_property()
360 struct property *newprop; in do_update_property()