Home
last modified time | relevance | path

Searched refs:location_key (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
Dhostres_device_tbl.c115 assert(map->location_key != NULL); in device_entry_create()
118 strcmp(map->location_key, location) == 0) { in device_entry_create()
159 if ((map->location_key = malloc(location_len )) == NULL) { in device_entry_create()
169 strlcpy(map->location_key, location, location_len); in device_entry_create()
194 if ((entry->location = strdup(map->location_key)) == NULL) { in device_entry_create()
289 strcmp(map->location_key, dev_p->dd_location) == 0) in device_find_by_dev()
538 free(n1->location_key); in fini_device_tbl()
Dhostres_snmp.h152 u_char *location_key; member
Dhostres_processor_tbl.c230 strstr(map->location_key, ".CPU") != NULL) { in create_proc_table()