Lines Matching defs:file
2 This file is part of systemd.
617 return log_debug_errno(errno, "no db file to read %s: %m", filename);
657 log_trace("device %p filled with db file data", udev_device);
797 char file[UTIL_PATH_SIZE];
799 /* all "devices" require a "uevent" file */
800 strscpyl(file, sizeof(file), path, "/uevent", NULL);
801 if (stat(file, &statbuf) != 0)
1301 * Retrieve the device node file name belonging to the udev device.
1304 * Returns: the device node file name of the udev device, or #NULL if no device node exists
1321 * Retrieve the list of device links pointing to the device file of
1460 * Returns: the content of a sys attribute file, or #NULL if there is no sys attribute value.