Lines Matching refs:syspath
72 const char *syspath, in handle_device_change() argument
129 if (!syspath) { in handle_device_change()
130 syspath = udev_device_get_devnode(dev); in handle_device_change()
131 if (!syspath) { in handle_device_change()
136 dev_list.syspath = strdup(syspath); in handle_device_change()
137 if (!dev_list.syspath) in handle_device_change()
262 free(dev_list.syspath); in handle_device_change()
340 const char *syspath; in dvb_local_find() local
342 syspath = udev_list_entry_get_name(dev_list_entry); in dvb_local_find()
344 dev = udev_device_new_from_syspath(priv->udev, syspath); in dvb_local_find()
345 handle_device_change(dvb, dev, syspath, "add"); in dvb_local_find()