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

/macosx-10.9.5/cups-372.4/cups/backend/
H A Dusb-libusb.c22 * get_device_id() - Get the IEEE-1284 device ID for the printer.
156 static int get_device_id(usb_printer_t *printer, char *buffer,
964 get_device_id(&printer, device_id, sizeof(device_id));
1061 * 'get_device_id()' - Get the IEEE-1284 device ID for the printer.
1065 get_device_id(usb_printer_t *printer, /* I - Printer */ function
1838 if (get_device_id(g.printer, data, sizeof(data)))
H A Dusb-darwin.c276 static void get_device_id(cups_sc_status_t *status, char *data, int *datalen);
1033 get_device_id(&status, data, &datalen);
2300 * 'get_device_id()' - Return IEEE-1284 device ID.
2303 static void get_device_id(cups_sc_status_t *status, function

Completed in 270 milliseconds