Searched refs:device_entry_create (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_snmp.h | 250 struct device_entry *device_entry_create(const char *, const char *,
|
H A D | hostres_device_tbl.c | 99 device_entry_create(const char *name, const char *location, const char *descr) in device_entry_create() function 250 return (device_entry_create(dev_p->dd_name, dev_p->dd_location, in device_entry_create_devinfo()
|
H A D | hostres_processor_tbl.c | 169 if ((dev = device_entry_create(name, "", "")) == NULL) in proc_create_entry()
|
H A D | hostres_diskstorage_tbl.c | 452 if ((entry = device_entry_create(disk, "", "")) == NULL) in disk_OS_get_disks()
|