Lines Matching refs:name
142 bo->name, start - bo->offset);
243 bo->name, start, end - 1);
264 bo->name, start);
332 out(clif, "@buffer %s\n", new_bo->name);
376 out(clif, "@buffer %s\n", bo->name);
410 out(clif, "@createbuf_aligned 4096 %s\n", clif->bo[i].name);
445 clif_dump_add_bo(struct clif_dump *clif, const char *name,
454 /* CLIF relocs use the buffer name, so make sure they're unique. */
456 assert(strcmp(clif->bo[i].name, name) != 0);
458 clif->bo[clif->bo_count].name = ralloc_strdup(clif, name);