Lines Matching defs:value
294 const char *value = NULL;
304 /* try to read the value specified by "[dmi/id]product_name" */
306 value = vbuf;
309 if (value == NULL)
310 value = udev_device_get_sysattr_value(event->dev, attr);
313 if (value == NULL && event->dev_parent != NULL && event->dev_parent != event->dev)
314 value = udev_device_get_sysattr_value(event->dev_parent, attr);
316 if (value == NULL)
320 if (value != vbuf)
321 strscpy(vbuf, sizeof(vbuf), value);
376 const char *value;
378 value = udev_device_get_property_value(event->dev, attr);
379 if (value == NULL)
381 l = strpcpy(&s, l, value);
397 /* copy ws-replaced value to s */
807 /* function to return the count of rules that assign NAME= to a value matching arg#2 , defined in udev-rules.c */
1024 /* kernel supplied value */