/openbmc/qemu/linux-user/arm/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_ARM_`basename "$out" | sed \ 14 fileguard="_UAPI$fileguard" 17 echo "#ifndef ${fileguard}" 18 echo "#define ${fileguard} 1" 30 echo "#endif /* ${fileguard} */"
|
/openbmc/qemu/linux-user/openrisc/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_OPENRISC_`basename "$out" | sed \ 14 echo "#ifndef ${fileguard}" 15 echo "#define ${fileguard} 1" 27 echo "#endif /* ${fileguard} */"
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_X86_64_`basename "$out" | sed \ 14 echo "#ifndef ${fileguard}" 15 echo "#define ${fileguard} 1" 27 echo "#endif /* ${fileguard} */"
|
/openbmc/qemu/linux-user/i386/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_I386_`basename "$out" | sed \ 14 echo "#ifndef ${fileguard}" 15 echo "#define ${fileguard} 1" 27 echo "#endif /* ${fileguard} */"
|
/openbmc/qemu/linux-user/riscv/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_X86_64_`basename "$out" | sed \ 14 echo "#ifndef ${fileguard}" 15 echo "#define ${fileguard} 1" 27 echo "#endif /* ${fileguard} */"
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_AARCH64_`basename "$out" | sed \ 14 echo "#ifndef ${fileguard}" 15 echo "#define ${fileguard} 1" 27 echo "#endif /* ${fileguard} */"
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_LOONGARCH64_`basename "$out" | sed \ 14 echo "#ifndef ${fileguard}" 15 echo "#define ${fileguard} 1" 27 echo "#endif /* ${fileguard} */"
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_HEXAGON_`basename "$out" | sed \ 14 echo "#ifndef ${fileguard}" 15 echo "#define ${fileguard} 1" 27 echo "#endif /* ${fileguard} */"
|
/openbmc/linux/arch/arm/tools/ |
H A D | syscallnr.sh | 7 fileguard=_ASM_ARM_`basename "$out" | sed \ 12 echo "#ifndef ${fileguard} 13 #define ${fileguard} 1 32 echo "#endif /* ${fileguard} */"
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscallnr.sh | 9 fileguard=_UAPI_ASM_MIPS_`basename "$out" | sed \ 13 printf "#ifndef %s\n" "${fileguard}" 14 printf "#define %s\n" "${fileguard}" 24 printf "#endif /* %s */" "${fileguard}"
|
/openbmc/qemu/linux-user/sparc/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_SPARC_`basename "$out" | sed \ 14 printf "#ifndef %s\n" "${fileguard}" 15 printf "#define %s\n" "${fileguard}" 31 printf "#endif /* %s */" "${fileguard}"
|
/openbmc/qemu/linux-user/s390x/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_S390X_`basename "$out" | sed \ 14 printf "#ifndef %s\n" "${fileguard}" 15 printf "#define %s\n" "${fileguard}" 31 printf "#endif /* %s */\n" "${fileguard}"
|
/openbmc/qemu/linux-user/m68k/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_M68K_`basename "$out" | sed \ 14 printf "#ifndef %s\n" "${fileguard}" 15 printf "#define %s\n" "${fileguard}" 31 printf "#endif /* %s */\n" "${fileguard}"
|
/openbmc/qemu/linux-user/alpha/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_ALPHA_`basename "$out" | sed \ 14 printf "#ifndef %s\n" "${fileguard}" 15 printf "#define %s\n" "${fileguard}" 31 printf "#endif /* %s */" "${fileguard}"
|
/openbmc/qemu/linux-user/sh4/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_SH4_`basename "$out" | sed \ 14 printf "#ifndef %s\n" "${fileguard}" 15 printf "#define %s\n" "${fileguard}" 31 printf "#endif /* %s */" "${fileguard}"
|
/openbmc/qemu/linux-user/hppa/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_HPPA_`basename "$out" | sed \ 14 printf "#ifndef %s\n" "${fileguard}" 15 printf "#define %s\n" "${fileguard}" 31 printf "#endif /* %s */" "${fileguard}"
|
/openbmc/qemu/linux-user/ppc/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_PPC_`basename "$out" | sed \ 14 printf "#ifndef %s\n" "${fileguard}" 15 printf "#define %s\n" "${fileguard}" 32 printf "#endif /* %s */" "${fileguard}"
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_XTENSA_`basename "$out" | sed \ 14 printf "#ifndef %s\n" "${fileguard}" 15 printf "#define %s\n" "${fileguard}" 31 printf "#endif /* %s */" "${fileguard}"
|
/openbmc/qemu/linux-user/microblaze/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_MICROBLAZE_`basename "$out" | sed \ 14 printf "#ifndef %s\n" "${fileguard}" 15 printf "#define %s\n" "${fileguard}" 31 printf "#endif /* %s */" "${fileguard}"
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_MIPS64_`basename "$out" | sed \ 14 printf "#ifndef %s\n" "${fileguard}" 15 printf "#define %s\n" "${fileguard}" 31 printf "#endif /* %s */" "${fileguard}"
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscallhdr.sh | 10 fileguard=LINUX_USER_MIPS_`basename "$out" | sed \ 14 printf "#ifndef %s\n" "${fileguard}" 15 printf "#define %s\n" "${fileguard}" 34 printf "#endif /* %s */" "${fileguard}"
|
/openbmc/linux/arch/s390/kernel/syscalls/ |
H A D | syscalltbl | 115 local fileguard="$1" 125 local fileguard suffix 128 fileguard=$(normalize_fileguard "__UAPI_ASM_S390_$2") 134 fileguard=$(normalize_fileguard "__UAPI_ASM_S390_SYSCALLS_$suffix")
|