Lines Matching refs:syspath
59 config_udev_odev_setup_attribs(const char *path, const char *syspath,
95 const char *syspath; in device_added() local
108 syspath = udev_device_get_syspath(udev_device); in device_added()
110 if (!path || !syspath) in device_added()
131 config_udev_odev_setup_attribs(path, syspath, major(devnum), in device_added()
202 if (asprintf(&config_info, "udev:%s", syspath) == -1) { in device_added()
312 const char *syspath = udev_device_get_syspath(device); in device_removed() local
324 syspath, path); in device_removed()
325 config_udev_odev_setup_attribs(path, syspath, major(devnum), in device_removed()
333 if (asprintf(&value, "udev:%s", syspath) == -1) in device_removed()
431 const char *syspath = udev_list_entry_get_name(device); in config_udev_init() local
433 udev_device_new_from_syspath(udev, syspath); in config_udev_init()
468 config_udev_odev_setup_attribs(const char *path, const char *syspath, in config_udev_odev_setup_attribs() argument
475 attribs->syspath = XNFstrdup(syspath); in config_udev_odev_setup_attribs()
504 const char *syspath = udev_list_entry_get_name(device); in config_udev_odev_probe() local
505 struct udev_device *udev_device = udev_device_new_from_syspath(udev, syspath); in config_udev_odev_probe()
510 if (!path || !syspath) in config_udev_odev_probe()
519 config_udev_odev_setup_attribs(path, syspath, major(devnum), in config_udev_odev_probe()