Home
last modified time | relevance | path

Searched refs:fileguard (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/linux-user/arm/
H A Dsyscallhdr.sh10 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/i386/
H A Dsyscallhdr.sh10 fileguard=LINUX_USER_I386_`basename "$out" | sed \
14 echo "#ifndef ${fileguard}"
15 echo "#define ${fileguard} 1"
27 echo "#endif /* ${fileguard} */"
/openbmc/qemu/linux-user/x86_64/
H A Dsyscallhdr.sh10 fileguard=LINUX_USER_X86_64_`basename "$out" | sed \
14 echo "#ifndef ${fileguard}"
15 echo "#define ${fileguard} 1"
27 echo "#endif /* ${fileguard} */"
/openbmc/linux/arch/arm/tools/
H A Dsyscallnr.sh7 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 Dsyscallnr.sh9 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/alpha/
H A Dsyscallhdr.sh10 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/m68k/
H A Dsyscallhdr.sh10 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/sh4/
H A Dsyscallhdr.sh10 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/microblaze/
H A Dsyscallhdr.sh10 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/s390x/
H A Dsyscallhdr.sh10 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/xtensa/
H A Dsyscallhdr.sh10 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/ppc/
H A Dsyscallhdr.sh10 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/sparc/
H A Dsyscallhdr.sh10 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/hppa/
H A Dsyscallhdr.sh10 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/mips64/
H A Dsyscallhdr.sh10 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 Dsyscallhdr.sh10 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 Dsyscalltbl115 local fileguard="$1"
125 local fileguard suffix
128 fileguard=$(normalize_fileguard "__UAPI_ASM_S390_$2")
134 fileguard=$(normalize_fileguard "__UAPI_ASM_S390_SYSCALLS_$suffix")