Searched refs:location_key (Results 1 – 3 of 3) sorted by relevance
115 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()
152 u_char *location_key; member
230 strstr(map->location_key, ".CPU") != NULL) { in create_proc_table()