Symbol: device_entry
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
101
struct device_entry *entry = NULL;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
243
static struct device_entry *
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
258
device_entry_delete(struct device_entry *entry)
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
278
static struct device_entry *
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
295
struct device_entry *
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
298
struct device_entry *entry;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
309
struct device_entry *
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
370
struct device_entry *entry;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
552
struct device_entry *entry, *entry_tmp;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
623
struct device_entry *entry;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
68
TAILQ_HEAD(device_tbl, device_entry);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
98
struct device_entry *
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
147
disk_entry_create(const struct device_entry *devEntry)
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
173
struct device_entry *devEntry;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
251
struct device_entry *entry;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
339
struct device_entry *entry;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
401
struct device_entry *entry;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_network_tbl.c
128
struct device_entry *dev;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_network_tbl.c
90
network_entry_create(const struct device_entry *devEntry)
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
208
struct device_entry *dev_entry;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
90
printer_entry_create(const struct device_entry *devEntry)
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c
159
struct device_entry *dev;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_snmp.h
136
TAILQ_ENTRY(device_entry) link;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_snmp.h
156
struct device_entry *entry_p;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_snmp.h
244
struct device_entry *device_find_by_index(int32_t);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_snmp.h
247
struct device_entry *device_find_by_name(const char *);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_snmp.h
250
struct device_entry *device_entry_create(const char *, const char *,
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_snmp.h
254
void device_entry_delete(struct device_entry *entry);