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

/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c115 assert(map->location_key != NULL);
118 strcmp(map->location_key, location) == 0) {
159 if ((map->location_key = malloc(location_len )) == NULL) {
169 strlcpy(map->location_key, location, location_len);
194 if ((entry->location = strdup(map->location_key)) == NULL) {
289 strcmp(map->location_key, dev_p->dd_location) == 0)
540 free(n1->location_key);
H A Dhostres_snmp.h113 * device_map_entry::location_key fields below, according to MIB
150 /* map key is the pair (name_key, location_key) */
152 u_char *location_key; member in struct:device_map_entry
H A Dhostres_processor_tbl.c230 strstr(map->location_key, ".CPU") != NULL) {

Completed in 104 milliseconds