Lines Matching refs:property
46 struct property *pp = np->properties; in remove_node_proc_entries()
120 static int pSeries_reconfig_add_node(const char *path, struct property *proplist) in pSeries_reconfig_add_node()
196 static void release_prop_list(const struct property *prop) in release_prop_list()
198 struct property *next; in release_prop_list()
274 static struct property *new_property(const char *name, const int length, in new_property()
275 const unsigned char *value, struct property *last) in new_property()
277 struct property *new = kzalloc(sizeof(*new), GFP_KERNEL); in new_property()
305 struct property *prop = NULL; in do_add_node()
325 struct property *last = prop; in do_add_node()
381 struct property *prop = NULL; in do_add_property()
408 struct property *prop; in do_remove_property()
432 struct property *newprop, *oldprop; in do_update_property()