Lines Matching refs:model

26 hrDeviceDesc_to_info(char *string, char **manufacturer, char **model,
37 rc = ieee1284_devid_to_printer_info(string, manufacturer, model,
45 *model = strdup(s);
115 char **model, char **description, char **serial_no,
129 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
143 char **model, char **description, char **serial_no,
157 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
171 char **model, char **description, char **serial_no,
185 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
199 char **manufacturer, char **model, char **description,
224 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
239 if (*model == NULL)
240 *model = snmp_get_string(hostname, community,
242 if (*model == NULL)
243 *model = snmp_get_string(hostname, community,
245 if (*model == NULL)
246 *model = snmp_get_string(hostname, community,
253 if ((*manufacturer != NULL) && (*model != NULL))
261 char **model, char **description, char **serial_no,
277 rc = hrDeviceDesc_to_info(tmp, manufacturer, model,
298 char **model, char **description, char **serial_no,
312 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
326 char **model, char **description, char **serial_no,
340 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
354 char **model, char **description, char **serial_no,
367 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
377 char **model, char **description, char **serial_no,
393 if (*model == NULL)
394 *model = snmp_get_string(hostname, community,
408 char **manufacturer, char **model, char **description,
417 rc = hrDeviceDesc_to_info(tmp, manufacturer, model,
427 char **model, char **description, char **serial_no,
435 if (snmp_brother_printer_info(hostname, community, manufacturer, model,
439 model, description, serial_no, command_set) == 0) {
442 model, description, serial_no, command_set) == 0) {
445 manufacturer, model, description, serial_no,
449 model, description, serial_no, command_set, uri) == 0) {
452 model, description, serial_no, command_set) == 0) {
455 model, description, serial_no, command_set) == 0) {
458 model, description, serial_no, command_set) == 0) {
461 model, description, serial_no, command_set) == 0) {
464 manufacturer, model, description, serial_no,
482 char *hostname = av[i], *manufacturer = NULL, *model = NULL,
487 rc = snmp_printer_info(hostname, &manufacturer, &model,
491 printf("\tproduct = %s\n", NP(model));