Searched refs:fullname (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/platforms/cell/spufs/ |
D | coredump.c | 44 char fullname[80]; in spufs_ctx_note_size() local 50 sprintf(fullname, "SPU/%d/%s", dfd, name); in spufs_ctx_note_size() 53 total += roundup(strlen(fullname) + 1, 4); in spufs_ctx_note_size() 125 char fullname[80], *buf; in spufs_arch_write_note() local 136 sprintf(fullname, "SPU/%d/%s", dfd, name); in spufs_arch_write_note() 137 en.n_namesz = strlen(fullname) + 1; in spufs_arch_write_note() 144 if (!dump_emit(cprm, fullname, en.n_namesz)) in spufs_arch_write_note()
|
/arch/s390/include/asm/ |
D | syscall_wrapper.h | 100 #define __S390_SYS_STUBx(x, fullname, name, ...) argument
|
/arch/x86/include/asm/ |
D | syscall_wrapper.h | 102 #define __IA32_SYS_STUBx(x, fullname, name, ...) argument
|