Searched refs:msrp (Results 1 – 1 of 1) sorted by relevance
6269 struct msr_counter *msrp; in add_counter() local6271 msrp = calloc(1, sizeof(struct msr_counter)); in add_counter()6272 if (msrp == NULL) { in add_counter()6277 msrp->msr_num = msr_num; in add_counter()6278 strncpy(msrp->name, name, NAME_BYTES - 1); in add_counter()6280 strncpy(msrp->path, path, PATH_BYTES - 1); in add_counter()6281 msrp->width = width; in add_counter()6282 msrp->type = type; in add_counter()6283 msrp->format = format; in add_counter()6284 msrp->flags = flags; in add_counter()[all …]