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