Searched refs:fullname (Results 1 – 1 of 1) sorted by relevance
/arch/powerpc/platforms/cell/spufs/ |
D | coredump.c | 93 char fullname[80]; in spufs_ctx_note_size() local 99 sprintf(fullname, "SPU/%d/%s", dfd, name); in spufs_ctx_note_size() 102 total += roundup(strlen(fullname) + 1, 4); in spufs_ctx_note_size() 174 char fullname[80], *buf; in spufs_arch_write_note() local 184 sprintf(fullname, "SPU/%d/%s", dfd, name); in spufs_arch_write_note() 185 en.n_namesz = strlen(fullname) + 1; in spufs_arch_write_note() 193 rc = spufs_dump_write(file, fullname, en.n_namesz, foffset); in spufs_arch_write_note()
|