Symbol: printer_entry
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
112
printer_entry_delete(struct printer_entry *entry)
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
126
static struct printer_entry *
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
129
struct printer_entry *entry;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
209
struct printer_entry *printer_entry;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
246
if ((printer_entry = printer_find_by_index(dev_entry->index)) == NULL &&
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
247
(printer_entry = printer_entry_create(dev_entry)) == NULL)
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
250
printer_entry->flags |= HR_PRINTER_FOUND;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
251
printer_entry->status = get_printer_status(pp);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
252
memset(printer_entry->detectedErrorState, 0,
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
253
sizeof(printer_entry->detectedErrorState));
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
304
struct printer_entry *n1;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
318
struct printer_entry *entry;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
319
struct printer_entry *entry_tmp;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
352
struct printer_entry *entry;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
73
TAILQ_ENTRY(printer_entry) link;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
78
TAILQ_HEAD(printer_tbl, printer_entry);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
89
static struct printer_entry *
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
92
struct printer_entry *entry = NULL;