Lines Matching refs:value

349  * Returns: 0 on success, otherwise a negative error value.
369 * Returns: 0 on success, otherwise a negative error value.
386 * @value: optional value of the sys attribute
390 * Returns: 0 on success, otherwise a negative error value.
392 _public_ int udev_enumerate_add_match_sysattr(struct udev_enumerate *udev_enumerate, const char *sysattr, const char *value)
398 if (udev_list_entry_add(&udev_enumerate->sysattr_match_list, sysattr, value) == NULL)
407 * @value: optional value of the sys attribute
411 * Returns: 0 on success, otherwise a negative error value.
413 _public_ int udev_enumerate_add_nomatch_sysattr(struct udev_enumerate *udev_enumerate, const char *sysattr, const char *value)
419 if (udev_list_entry_add(&udev_enumerate->sysattr_nomatch_list, sysattr, value) == NULL)
448 * @value: value of the property
452 * Returns: 0 on success, otherwise a negative error value.
454 _public_ int udev_enumerate_add_match_property(struct udev_enumerate *udev_enumerate, const char *property, const char *value)
460 if (udev_list_entry_add(&udev_enumerate->properties_match_list, property, value) == NULL)
472 * Returns: 0 on success, otherwise a negative error value.
496 * Returns: 0 on success, otherwise a negative error value.
526 * Returns: 0 on success, otherwise a negative error value.
543 * Returns: 0 on success, otherwise a negative error value.
772 * Returns: 0 on success, otherwise a negative error value.
919 * Returns: 0 on success, otherwise a negative error value.
944 * Returns: 0 on success, otherwise a negative error value.