Home
last modified time | relevance | path

Searched refs:print_device (Results 1 – 4 of 4) sorted by relevance

/third_party/cups/
Dcups-uri-compat.patch4 @@ -63,11 +63,34 @@ print_device(const char *uri, /* I - De
39 @@ -107,10 +130,10 @@ print_device(const char *uri, /* I - De
Dcups-direct-usb.patch4 @@ -102,6 +102,9 @@ print_device(const char *uri, /* I - De
/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c175 print_device (GstDevice * device, gboolean modified) in print_device() function
257 print_device (device, FALSE); in bus_msg_handler()
267 print_device (device, TRUE); in bus_msg_handler()
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c127 static void print_device(device_t dev, int indent);
146 #define print_device(d,i) /* nop */ macro
2908 print_device(device_t dev, int indent) in print_device() function
2948 print_device(dev, indent); in print_device_tree()
3008 print_device(dc->devices[i], indent+1); in print_devclass()