Home
last modified time | relevance | path

Searched refs:device_entry_create (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_snmp.h250 struct device_entry *device_entry_create(const char *, const char *,
H A Dhostres_device_tbl.c99 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 Dhostres_processor_tbl.c169 if ((dev = device_entry_create(name, "", "")) == NULL) in proc_create_entry()
H A Dhostres_diskstorage_tbl.c452 if ((entry = device_entry_create(disk, "", "")) == NULL) in disk_OS_get_disks()