Searched refs:location_key (Results 1 - 3 of 3) sorted by last modified time

/freebsd-9.3-release/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)
538 free(n1->location_key);
H A Dhostres_processor_tbl.c230 strstr(map->location_key, ".CPU") != NULL) {
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

Completed in 53 milliseconds