Home
last modified time | relevance | path

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

/src/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c113 assert(map->location_key != NULL); in device_entry_create()
116 strcmp(map->location_key, location) == 0) { in device_entry_create()
157 if ((map->location_key = malloc(location_len )) == NULL) { in device_entry_create()
167 strlcpy(map->location_key, location, location_len); in device_entry_create()
192 if ((entry->location = strdup(map->location_key)) == NULL) { in device_entry_create()
287 strcmp(map->location_key, dev_p->dd_location) == 0) in device_find_by_dev()
537 free(n1->location_key); in fini_device_tbl()
H A Dhostres_snmp.h150 u_char *location_key; member
H A Dhostres_processor_tbl.c228 strstr(map->location_key, ".CPU") != NULL) { in create_proc_table()