Searched refs:ppath (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/config/
H A Dudev.c95 const char *ppath = udev_device_get_devnode(parent); local in function:device_added
101 LOG_SYSATTR(ppath, "name", name);
104 LOG_PROPERTY(ppath, "NAME", name);
109 LOG_SYSATTR(ppath, "id", pnp_id);
/xsrc/external/mit/xorg-server/dist/config/
H A Dudev.c160 const char *ppath = udev_device_get_devnode(parent); local in function:device_added
166 LOG_SYSATTR(ppath, "name", name);
169 LOG_PROPERTY(ppath, "NAME", name);
180 LOG_PROPERTY(ppath, "PRODUCT", product);
190 ppath = udev_device_get_devnode(parent);
191 LOG_SYSATTR(ppath, "id", pnp_id);

Completed in 2 milliseconds