/openbmc/linux/fs/btrfs/ |
D | fs.c |
|
/openbmc/linux/include/linux/ |
D | kbd_kern.h |
|
D | thread_info.h |
|
D | tty_flip.h |
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | parse.py | 65 B[flag] = "3" 68 unset B[flag] 75 self.assertEqual(d.getVarFlag("A","flag"), None) 82 A[flag_set_vs_question] = "set flag" 83 A[flag_set_vs_question] ?= "question flag" 85 A[flag_set_vs_default] = "set flag" 86 A[flag_set_vs_default] ??= "default flag" 88 A[flag_question] ?= "question flag" 90 A[flag_default] ??= "default flag" 92 A[flag_question_vs_default] ?= "question flag" [all …]
|
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | regs.h | 178 /* flag conditions */ 179 #define FB_CF 0x0001 /* CARRY flag */ 180 #define FB_PF 0x0004 /* PARITY flag */ 181 #define FB_AF 0x0010 /* AUX flag */ 182 #define FB_ZF 0x0040 /* ZERO flag */ 183 #define FB_SF 0x0080 /* SIGN flag */ 184 #define FB_TF 0x0100 /* TRAP flag */ 185 #define FB_IF 0x0200 /* INTERRUPT ENABLE flag */ 186 #define FB_DF 0x0400 /* DIR flag */ 187 #define FB_OF 0x0800 /* OVERFLOW flag */ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
D | mmc-controller.yaml |
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
D | trace_iowait.h |
|
/openbmc/linux/tools/testing/selftests/riscv/vector/ |
D | vstate_prctl.c |
|
/openbmc/linux/Documentation/litmus-tests/locking/ |
D | DCL-broken.litmus |
|
D | DCL-fixed.litmus |
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | maketype.py | 8 Types are defined in the metadata by name, using the 'type' flag on a 20 """A particular flag is required to construct the type, but has not been 22 def __init__(self, flag, type): argument 23 self.flag = flag 28 return "Type '%s' requires flag '%s'" % (self.type, self.flag) 46 for flag in obj.flags: 47 if flag not in flags: 48 if flag not in obj.optflags: 49 raise MissingFlag(flag, var_type) 51 objflags[flag] = flags[flag]
|
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/ |
H A D | 0002-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch | 29 - eval flag=\"$hardcode_libdir_flag_spec\" 30 - func_append dep_rpath " $flag" 37 + *) eval flag=\"$hardcode_libdir_flag_spec\" 38 + func_append dep_rpath " $flag" 48 - eval flag=\"$hardcode_libdir_flag_spec\" 49 - func_append rpath " $flag" 56 + *) eval flag=\"$hardcode_libdir_flag_spec\" 57 + rpath+=" $flag" 67 - eval flag=\"$hardcode_libdir_flag_spec\" 68 - func_append rpath " $flag" [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
H A D | clk-core.h | 84 * Utility macros for object flag management. If possible, flags 87 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag argument 88 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument 89 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument 90 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument 91 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument 180 .flags = FLAG(GATE, HW)|FLAG(GATE, SW)| \ 181 FLAG(GATE, SW_MANAGED)|FLAG(GATE, ENABLED)| \ 182 FLAG(GATE, EXISTS), \ 192 .flags = FLAG(GATE, HW)|FLAG(GATE, SW)| \ [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
H A D | clk-core.h | 84 * Utility macros for object flag management. If possible, flags 87 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag argument 88 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument 89 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument 90 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument 91 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument 180 .flags = FLAG(GATE, HW)|FLAG(GATE, SW)| \ 181 FLAG(GATE, SW_MANAGED)|FLAG(GATE, ENABLED)| \ 182 FLAG(GATE, EXISTS), \ 192 .flags = FLAG(GATE, HW)|FLAG(GATE, SW)| \ [all …]
|
/openbmc/u-boot/arch/riscv/lib/ |
H A D | bootm.c | 55 * Call remove function of all devices with a removal flag set. in announce_and_cleanup() 80 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux() argument 83 int fake = (flag & BOOTM_STATE_OS_FAKE_GO); in boot_jump_linux() 100 int do_bootm_linux(int flag, int argc, char * const argv[], in do_bootm_linux() argument 104 if (flag & BOOTM_STATE_OS_BD_T || flag & BOOTM_STATE_OS_CMDLINE) in do_bootm_linux() 107 if (flag & BOOTM_STATE_OS_PREP) { in do_bootm_linux() 112 if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) { in do_bootm_linux() 113 boot_jump_linux(images, flag); in do_bootm_linux() 118 boot_jump_linux(images, flag); in do_bootm_linux() 122 int do_bootm_vxworks(int flag, int argc, char * const argv[], in do_bootm_vxworks() argument [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0010-sync-with-OE-libtool-changes.patch | 36 - eval flag=\"$hardcode_libdir_flag_spec\" 37 - func_append dep_rpath " $flag" 44 + *) eval flag=\"$hardcode_libdir_flag_spec\" 45 + func_append dep_rpath " $flag" 55 - eval flag=\"$hardcode_libdir_flag_spec\" 56 - func_append rpath " $flag" 63 + *) eval flag=\"$hardcode_libdir_flag_spec\" 64 + rpath+=" $flag" 74 - eval flag=\"$hardcode_libdir_flag_spec\" 75 - func_append rpath " $flag" [all …]
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | processor-flags.h | 8 #define X86_EFLAGS_CF 0x00000001 /* Carry Flag */ 9 #define X86_EFLAGS_PF 0x00000004 /* Parity Flag */ 10 #define X86_EFLAGS_AF 0x00000010 /* Auxillary carry Flag */ 11 #define X86_EFLAGS_ZF 0x00000040 /* Zero Flag */ 12 #define X86_EFLAGS_SF 0x00000080 /* Sign Flag */ 13 #define X86_EFLAGS_TF 0x00000100 /* Trap Flag */ 14 #define X86_EFLAGS_IF 0x00000200 /* Interrupt Flag */ 15 #define X86_EFLAGS_DF 0x00000400 /* Direction Flag */ 16 #define X86_EFLAGS_OF 0x00000800 /* Overflow Flag */ 19 #define X86_EFLAGS_RF 0x00010000 /* Resume Flag */ [all …]
|
/openbmc/linux/drivers/isdn/mISDN/ |
D | layer2.c |
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
D | test_util.c |
|
/openbmc/linux/drivers/clk/bcm/ |
D | clk-kona.h |
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | getopt.h | 15 * Internal structure for storing details about the flag. 22 /* The long flag name: "help" for "--help" */ 23 const char *flag; member 24 /* The (optional) short flag name: "h" for "-h" */ 28 /* Whether this flag takes an argument */ 40 .flag = #f, \ 55 * @param f The long flag name e.g. help 56 * @param ha Does the flag have an argument e.g. 0/1 61 * Will create a new flag named "--foo" (no short option) that takes 67 * Same as above, but @s is used to specify a short flag e.g.
|
/openbmc/linux/include/uapi/linux/ |
D | tipc_netlink.h |
|
/openbmc/linux/tools/testing/selftests/net/ |
D | veth.sh |
|
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/ |
H A D | 0007-exec.go-filter-out-build-specific-paths-from-linker-.patch | 30 + for i, flag := range flags { 35 …flag, "--sysroot") || strings.HasPrefix(flag, "-fmacro-prefix-map") || strings.HasPrefix(flag, "-f… 37 + } else if strings.HasPrefix(flag, "-extldflags") { 39 + newflags = append(newflags, flag) 43 + newflags = append(newflags, flag)
|