Home
last modified time | relevance | path

Searched refs:flag (Results 26 – 50 of 2720) sorted by relevance

12345678910>>...109

/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch23 - eval flag=\"$hardcode_libdir_flag_spec\"
24 - func_append dep_rpath " $flag"
32 + func_append dep_rpath " $flag"
42 - eval flag=\"$hardcode_libdir_flag_spec\"
43 - func_append rpath " $flag"
50 + *) eval flag=\"$hardcode_libdir_flag_spec\"
51 + rpath+=" $flag"
61 - eval flag=\"$hardcode_libdir_flag_spec\"
62 - func_append rpath " $flag"
67 + *) eval flag=\"$hardcode_libdir_flag_spec\"
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dprocessor.h47 static __always_inline void set_cpu_flag(int flag) in set_cpu_flag() argument
49 S390_lowcore.cpu_flags |= (1UL << flag); in set_cpu_flag()
52 static __always_inline void clear_cpu_flag(int flag) in clear_cpu_flag() argument
54 S390_lowcore.cpu_flags &= ~(1UL << flag); in clear_cpu_flag()
57 static __always_inline bool test_cpu_flag(int flag) in test_cpu_flag() argument
59 return S390_lowcore.cpu_flags & (1UL << flag); in test_cpu_flag()
64 if (test_cpu_flag(flag)) in test_and_set_cpu_flag()
66 set_cpu_flag(flag); in test_and_set_cpu_flag()
72 if (!test_cpu_flag(flag)) in test_and_clear_cpu_flag()
74 clear_cpu_flag(flag); in test_and_clear_cpu_flag()
[all …]
/openbmc/u-boot/common/
H A Dcli.c28 int run_command(const char *cmd, int flag) in run_command() argument
35 if (cli_simple_run_command(cmd, flag) == -1) in run_command()
42 if (flag & CMD_FLAG_ENV) in run_command()
55 int run_command_repeatable(const char *cmd, int flag) in run_command_repeatable() argument
58 return cli_simple_run_command(cmd, flag); in run_command_repeatable()
73 int run_command_list(const char *cmd, int len, int flag) in run_command_list() argument
107 rcode = cli_simple_run_command_list(buff, flag); in run_command_list()
121 int do_run(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_run() argument
137 if (run_command(arg, flag | CMD_FLAG_ENV) != 0) in do_run()
/openbmc/linux/fs/f2fs/
H A Dnode.h96 ne->ni.flag |= BIT(type); in set_nat_flag()
98 ne->ni.flag &= ~BIT(type); in set_nat_flag()
103 return ne->ni.flag & BIT(type); in get_nat_flag()
254 unsigned flag = le32_to_cpu(rn->footer.flag); in ofs_of_node() local
405 unsigned int flag = le32_to_cpu(rn->footer.flag); in set_cold_node() local
410 flag |= BIT(COLD_BIT_SHIFT); in set_cold_node()
411 rn->footer.flag = cpu_to_le32(flag); in set_cold_node()
417 unsigned int flag = le32_to_cpu(rn->footer.flag); in set_mark() local
419 flag |= BIT(type); in set_mark()
421 flag &= ~BIT(type); in set_mark()
[all …]
/openbmc/u-boot/arch/arc/lib/
H A Dbootm.c73 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux() argument
77 int fake = (flag & BOOTM_STATE_OS_FAKE_GO); in boot_jump_linux()
103 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux() argument
106 if ((flag & BOOTM_STATE_OS_BD_T) || (flag & BOOTM_STATE_OS_CMDLINE)) in do_bootm_linux()
109 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()
/openbmc/linux/fs/ntfs/
H A Dinode.h168 #define NINO_FNS(flag) \ argument
169 static inline int NIno##flag(ntfs_inode *ni) \
171 return test_bit(NI_##flag, &(ni)->state); \
173 static inline void NInoSet##flag(ntfs_inode *ni) \
175 set_bit(NI_##flag, &(ni)->state); \
177 static inline void NInoClear##flag(ntfs_inode *ni) \
179 clear_bit(NI_##flag, &(ni)->state); \
185 #define TAS_NINO_FNS(flag) \ argument
186 static inline int NInoTestSet##flag(ntfs_inode *ni) \
188 return test_and_set_bit(NI_##flag, &(ni)->state); \
[all …]
H A Dvolume.h141 #define DEFINE_NVOL_BIT_OPS(flag) \ argument
142 static inline int NVol##flag(ntfs_volume *vol) \
144 return test_bit(NV_##flag, &(vol)->flags); \
146 static inline void NVolSet##flag(ntfs_volume *vol) \
148 set_bit(NV_##flag, &(vol)->flags); \
150 static inline void NVolClear##flag(ntfs_volume *vol) \
152 clear_bit(NV_##flag, &(vol)->flags); \
/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.c367 if (!(flag & COMMIT_FORCE)) { in txBegin()
378 if (flag == 0) { in txBegin()
699 tlck->flag = tlckPAGELOCK; in txLock()
717 tlck->flag = tlckINODELOCK; in txLock()
1009 tlck->flag = tlckINODELOCK; in txMaplock()
1130 int flag) in txCommit() argument
1168 tblk->xflag |= flag; in txCommit()
1314 if (flag & COMMIT_FORCE) in txCommit()
1385 tlck->flag |= tlckLOG; in txLog()
1743 p->xad[lwm + i].flag &= in xtLog()
[all …]
/openbmc/linux/lib/raid6/
H A Dx86.h57 static inline int boot_cpu_has(int flag) in boot_cpu_has() argument
61 eax = (flag & 0x100) ? 7 : in boot_cpu_has()
62 (flag & 0x20) ? 0x80000001 : 1; in boot_cpu_has()
68 return ((flag & 0x100 ? ebx : in boot_cpu_has()
69 (flag & 0x80) ? ecx : edx) >> (flag & 31)) & 1; in boot_cpu_has()
/openbmc/u-boot/include/
H A Dfs.h180 int do_size(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
182 int do_load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
184 int do_ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
188 int do_save(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
190 int do_rm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
192 int do_mkdir(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
199 int do_fs_uuid(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
206 int do_fs_type(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
H A Dcommand.h58 extern int do_run(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
63 flag, int argc, char * const argv[]);
73 int cmd_always_repeatable(cmd_tbl_t *cmdtp, int flag, int argc,
75 int cmd_never_repeatable(cmd_tbl_t *cmdtp, int flag, int argc,
77 int cmd_discard_repeatable(cmd_tbl_t *cmdtp, int flag, int argc,
144 extern int do_env_print_efi(cmd_tbl_t *cmdtp, int flag, int argc,
146 extern int do_env_set_efi(cmd_tbl_t *cmdtp, int flag, int argc,
178 enum command_ret_t cmd_process(int flag, int argc, char *const argv[],
239 static int do_##_cmdname(cmd_tbl_t *cmdtp, int flag, int argc, \
255 if (flag == CMD_FLAG_REPEAT && \
[all …]
/openbmc/linux/scripts/coccinelle/api/
H A Dmemdup.cocci19 expression flag;
23 to = \(kmalloc@p\|kzalloc@p\)(strlen(from) + 1,flag);
27 expression flag,E1;
33 to = \(kmalloc@p\|kzalloc@p\)(x,flag);
36 expression from,to,size,flag;
41 - to = \(kmalloc@p\|kzalloc@p\)(size,flag);
42 + to = kmemdup(from,size,flag);
47 expression from,to,size,flag;
52 * to = \(kmalloc@p\|kzalloc@p\)(size,flag);
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0010-sync-with-OE-libtool-changes.patch36 - eval flag=\"$hardcode_libdir_flag_spec\"
37 - func_append dep_rpath " $flag"
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"
80 + *) eval flag=\"$hardcode_libdir_flag_spec\"
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0007-exec.go-filter-out-build-specific-paths-from-linker-.patch28 + for i, flag := range flags {
33flag, "--sysroot") || strings.HasPrefix(flag, "-fmacro-prefix-map") || strings.HasPrefix(flag, "-f…
35 + } else if strings.HasPrefix(flag, "-extldflags") {
37 + newflags = append(newflags, flag)
41 + newflags = append(newflags, flag)
/openbmc/u-boot/lib/
H A Dhashtable.c238 env_op_overwrite, flag)) { in _compare_and_overwrite_entry()
314 flag, hval, idx); in hsearch_r()
347 htab, flag, hval, idx); in hsearch_r()
404 env_op_create, flag)) { in hsearch_r()
539 switch (flag & H_MATCH_METHOD) { in match_string()
560 flag & H_MATCH_METHOD); in match_string()
583 if (flag & H_MATCH_KEY) { in match_entry()
587 if (flag & H_MATCH_DATA) { in match_entry()
901 if (hdelete_r(name, htab, flag) == 0) in himport_r()
932 hsearch_r(e, ENTER, &rv, htab, flag); in himport_r()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dmmc-controller.yaml38 $ref: /schemas/types.yaml#/definitions/flag
48 $ref: /schemas/types.yaml#/definitions/flag
72 $ref: /schemas/types.yaml#/definitions/flag
77 $ref: /schemas/types.yaml#/definitions/flag
105 $ref: /schemas/types.yaml#/definitions/flag
125 $ref: /schemas/types.yaml#/definitions/flag
131 $ref: /schemas/types.yaml#/definitions/flag
136 $ref: /schemas/types.yaml#/definitions/flag
141 $ref: /schemas/types.yaml#/definitions/flag
146 $ref: /schemas/types.yaml#/definitions/flag
[all …]
/openbmc/linux/init/
H A DMakefile26 smp-flag-$(CONFIG_SMP) := SMP
27 preempt-flag-$(CONFIG_PREEMPT_BUILD) := PREEMPT
28 preempt-flag-$(CONFIG_PREEMPT_DYNAMIC) := PREEMPT_DYNAMIC
29 preempt-flag-$(CONFIG_PREEMPT_RT) := PREEMPT_RT
36 …utsver=$$(echo '$(pound)'"$(build-version)" $(smp-flag-y) $(preempt-flag-y) "$(build-timestamp)" |…
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Diowait.c12 void iowait_set_flag(struct iowait *wait, u32 flag) in iowait_set_flag() argument
14 trace_hfi1_iowait_set(wait, flag); in iowait_set_flag()
15 set_bit(flag, &wait->flags); in iowait_set_flag()
18 bool iowait_flag_set(struct iowait *wait, u32 flag) in iowait_flag_set() argument
20 return test_bit(flag, &wait->flags); in iowait_flag_set()
23 inline void iowait_clear_flag(struct iowait *wait, u32 flag) in iowait_clear_flag() argument
25 trace_hfi1_iowait_clear(wait, flag); in iowait_clear_flag()
26 clear_bit(flag, &wait->flags); in iowait_clear_flag()
/openbmc/openbmc/poky/scripts/contrib/
H A Dlist-packageconfig-flags.py78 for flag in flaglist:
79 if flag in flag_dict:
80 flag_dict[flag].append(pkgname)
82 flag_dict[flag] = [pkgname]
109 for flag in sorted(flag_dict):
110 print('%-*s%s' % (flag_len, flag, ' '.join(sorted(flag_dict[flag]))))
123 for flag,flag_val in data_dict[fn].getVarFlags("PACKAGECONFIG").items():
124 if flag == "doc":
126 print('PACKAGECONFIG[%s] %s' % (flag, flag_val))
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-proc.c16 char flag; in proc_read_formation() local
38 flag = '*'; in proc_read_formation()
40 flag = ' '; in proc_read_formation()
42 snd_iprintf(buffer, "%c\t%d\t%d\t%d\n", flag, in proc_read_formation()
68 flag = '*'; in proc_read_formation()
70 flag = ' '; in proc_read_formation()
72 snd_iprintf(buffer, "%c\t%d\t%d\t%d\n", flag, in proc_read_formation()
/openbmc/u-boot/cmd/
H A Dbootz.c24 static int bootz_start(cmd_tbl_t *cmdtp, int flag, int argc, in bootz_start() argument
30 ret = do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START, in bootz_start()
54 if (bootm_find_images(flag, argc, argv)) in bootz_start()
60 int do_bootz(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootz() argument
67 if (bootz_start(cmdtp, flag, argc, argv, &images)) in do_bootz()
77 ret = do_bootm_states(cmdtp, flag, argc, argv, in do_bootz()
H A Dbooti.c19 static int booti_start(cmd_tbl_t *cmdtp, int flag, int argc, in booti_start() argument
27 ret = do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START, in booti_start()
57 if (bootm_find_images(flag, argc, argv)) in booti_start()
63 int do_booti(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_booti() argument
70 if (booti_start(cmdtp, flag, argc, argv, &images)) in do_booti()
81 ret = do_bootm_states(cmdtp, flag, argc, argv, in do_booti()
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c44 typedef char flag; typedef
362 flag roundNearestEven; in roundAndPackFloat32()
364 flag isTiny; in roundAndPackFloat32()
413 flag roundNearestEven; in roundAndPackFloat64()
415 flag isTiny; in roundAndPackFloat64()
575 flag aSign, bSign; in float64_sub()
589 flag aSign, bSign; in float32_sub()
603 flag aSign, bSign; in float32_add()
617 flag aSign, bSign; in float64_add()
718 flag aSign, bSign, zSign; in float64_div()
[all …]
/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat.h229 extern flag floatx80_is_nan(floatx80);
233 static inline flag extractFloat32Sign(float32 a) in extractFloat32Sign()
238 static inline flag float32_eq_nocheck(float32 a, float32 b) in float32_eq_nocheck()
243 static inline flag float32_lt_nocheck(float32 a, float32 b) in float32_lt_nocheck()
245 flag aSign, bSign; in float32_lt_nocheck()
254 static inline flag extractFloat64Sign(float64 a) in extractFloat64Sign()
259 static inline flag float64_eq_nocheck(float64 a, float64 b) in float64_eq_nocheck()
264 static inline flag float64_lt_nocheck(float64 a, float64 b) in float64_lt_nocheck()
266 flag aSign, bSign; in float64_lt_nocheck()
275 extern flag float32_is_nan( float32 a );
[all …]
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_private.h34 #define KDB_DEBUG(flag) (kdb_flags & \ argument
35 (KDB_DEBUG_FLAG_##flag << KDB_DEBUG_FLAG_SHIFT))
86 extern int kallsyms_symbol_next(char *prefix_name, int flag, int buf_size);
147 #define KDB_STATE(flag) (kdb_state & KDB_STATE_##flag) argument
148 #define KDB_STATE_SET(flag) ((void)(kdb_state |= KDB_STATE_##flag)) argument
149 #define KDB_STATE_CLEAR(flag) ((void)(kdb_state &= ~KDB_STATE_##flag)) argument

12345678910>>...109