Lines Matching full:property
23 static int pSeries_reconfig_add_node(const char *path, struct property *proplist) in pSeries_reconfig_add_node()
90 static void release_prop_list(const struct property *prop) in release_prop_list()
92 struct property *next; in release_prop_list()
103 * parse_next_property - process the next property from raw input buffer
106 * @name: return value; set to property name in buf
108 * @value: return value; set to the property value in buf
123 printk(KERN_ERR "property parse failed in %s at line %d\n", in parse_next_property()
130 printk(KERN_ERR "property parse failed in %s at line %d\n", in parse_next_property()
139 printk(KERN_ERR "property parse failed in %s at line %d\n", in parse_next_property()
144 printk(KERN_ERR "property parse failed in %s at line %d\n", in parse_next_property()
153 printk(KERN_ERR "property parse failed in %s at line %d\n", in parse_next_property()
158 printk(KERN_ERR "property parse failed in %s at line %d\n", in parse_next_property()
168 static struct property *new_property(const char *name, const int length, in new_property()
169 const unsigned char *value, struct property *last) in new_property()
171 struct property *new = kzalloc(sizeof(*new), GFP_KERNEL); in new_property()
198 struct property *prop = NULL; in do_add_node()
218 struct property *last = prop; in do_add_node()
274 struct property *prop = NULL; in do_add_property()
322 struct property *newprop; in do_update_property()