Searched refs:device_entry (Results 1 - 6 of 6) sorted by last modified time

/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c70 TAILQ_HEAD(device_tbl, device_entry);
100 struct device_entry *
103 struct device_entry *entry = NULL;
203 * for a diferrent purpose - for device_entry::descr
245 static struct device_entry *
260 device_entry_delete(struct device_entry *entry)
280 static struct device_entry *
297 struct device_entry *
300 struct device_entry *entry;
311 struct device_entry *
[all...]
H A Dhostres_diskstorage_tbl.c149 disk_entry_create(const struct device_entry *devEntry)
175 struct device_entry *devEntry;
253 struct device_entry *entry;
341 struct device_entry *entry;
403 struct device_entry *entry;
H A Dhostres_network_tbl.c92 network_entry_create(const struct device_entry *devEntry)
130 struct device_entry *dev;
H A Dhostres_printer_tbl.c92 printer_entry_create(const struct device_entry *devEntry)
210 struct device_entry *dev_entry;
H A Dhostres_processor_tbl.c161 struct device_entry *dev;
H A Dhostres_snmp.h100 * max len (including '\0'), for device_entry::descr field below,
106 * max len (including '\0'), for device_entry::name and
112 * max len (including '\0'), for device_entry::location and
121 struct device_entry { struct
138 TAILQ_ENTRY(device_entry) link;
158 struct device_entry *entry_p;
246 struct device_entry *device_find_by_index(int32_t);
249 struct device_entry *device_find_by_name(const char *);
252 struct device_entry *device_entry_create(const char *, const char *,
256 void device_entry_delete(struct device_entry *entr
[all...]

Completed in 128 milliseconds