udev_device_get_devtype  404 src/gpt-auto-generator/gpt-auto-generator.c         devtype = udev_device_get_devtype(parent);
udev_device_get_devtype 1081 src/libudev/libudev-device.c                         parent_devtype = udev_device_get_devtype(parent);
udev_device_get_devtype  537 src/libudev/libudev-monitor.c                 ddevtype = udev_device_get_devtype(udev_device);
udev_device_get_devtype  745 src/libudev/libudev-monitor.c         val = udev_device_get_devtype(udev_device);
udev_device_get_devtype   60 src/network/networkctl.c                 devtype = udev_device_get_devtype(d);
udev_device_get_devtype  220 src/network/networkd-network.c                                      udev_device_get_devtype(device),
udev_device_get_devtype  238 src/udev/net/link-config.c                                      udev_device_get_devtype(device),
udev_device_get_devtype  108 src/udev/udev-builtin-hwdb.c                 if (streq(dsubsys, "usb") && streq_ptr(udev_device_get_devtype(d), "usb_device")) {
udev_device_get_devtype  472 src/udev/udev-builtin-net_id.c         devtype = udev_device_get_devtype(dev);
udev_device_get_devtype  340 src/udev/udev-builtin-path_id.c         devtype = udev_device_get_devtype(parent);
udev_device_get_devtype  432 src/udev/udev-builtin-path_id.c         devtype = udev_device_get_devtype(parent);
udev_device_get_devtype  264 src/udev/udev-builtin-usb_id.c         if (udev_device_get_devtype(dev) != NULL && streq(udev_device_get_devtype(dev), "usb_device")) {
udev_device_get_devtype  295 src/udev/udevd.c                                 if (streq_ptr("partition", udev_device_get_devtype(d)))
udev_device_get_devtype  718 src/udev/udevd.c             streq_ptr("disk", udev_device_get_devtype(dev)) &&
udev_device_get_devtype  768 src/udev/udevd.c                         if (!streq_ptr("partition", udev_device_get_devtype(d)))
udev_device_get_devtype  798 src/udev/udevd.c                         if (!streq_ptr("partition", udev_device_get_devtype(d)))