Home
last modified time | relevance | path

Searched refs:flag (Results 101 – 125 of 2848) sorted by relevance

12345678910>>...114

/openbmc/linux/scripts/
H A DKconfig.include26 # $(cc-option,<flag>)
27 # Return y if the compiler supports <flag>, n otherwise
30 # $(ld-option,<flag>)
31 # Return y if the linker supports <flag>, n otherwise
37 as-instr64 = $(as-instr,$(1),$(m64-flag))
62 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise.
63 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
65 m32-flag := $(cc-option-bit,-m32)
66 m64-flag := $(cc-option-bit,-m64)
/openbmc/u-boot/cmd/
H A Dbootcount.c7 static int do_bootcount_print(cmd_tbl_t *cmdtp, int flag, int argc, in do_bootcount_print() argument
14 static int do_bootcount_reset(cmd_tbl_t *cmdtp, int flag, int argc, in do_bootcount_reset() argument
30 static int do_bootcount(cmd_tbl_t *cmdtp, int flag, int argc, in do_bootcount() argument
44 return cp->cmd(cmdtp, flag, argc, argv); in do_bootcount()
H A Dsb.c12 static int do_sb_handoff(cmd_tbl_t *cmdtp, int flag, int argc, in do_sb_handoff() argument
29 static int do_sb_state(cmd_tbl_t *cmdtp, int flag, int argc, in do_sb_state() argument
45 static int do_sb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_sb() argument
55 return c->cmd(cmdtp, flag, argc, argv); in do_sb()
H A Dfpga.c66 int do_fpga_loads(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_fpga_loads() argument
118 static int do_fpga_loadfs(cmd_tbl_t *cmdtp, int flag, int argc, in do_fpga_loadfs() argument
141 static int do_fpga_info(cmd_tbl_t *cmdtp, int flag, int argc, in do_fpga_info() argument
149 static int do_fpga_dump(cmd_tbl_t *cmdtp, int flag, int argc, in do_fpga_dump() argument
164 static int do_fpga_load(cmd_tbl_t *cmdtp, int flag, int argc, in do_fpga_load() argument
179 static int do_fpga_loadb(cmd_tbl_t *cmdtp, int flag, int argc, in do_fpga_loadb() argument
195 static int do_fpga_loadp(cmd_tbl_t *cmdtp, int flag, int argc, in do_fpga_loadp() argument
212 static int do_fpga_loadbp(cmd_tbl_t *cmdtp, int flag, int argc, in do_fpga_loadbp() argument
230 static int do_fpga_loadmk(cmd_tbl_t *cmdtp, int flag, int argc, in do_fpga_loadmk() argument
385 static int do_fpga_wrapper(cmd_tbl_t *cmdtp, int flag, int argc, in do_fpga_wrapper() argument
[all …]
H A Dpmic.c24 static int do_dev(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_dev() argument
49 static int do_list(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_list() argument
76 static int do_dump(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_dump() argument
113 static int do_read(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_read() argument
152 static int do_write(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_write() argument
194 static int do_pmic(cmd_tbl_t *cmdtp, int flag, int argc, in do_pmic() argument
206 return cmd->cmd(cmdtp, flag, argc, argv); in do_pmic()
H A Dremoteproc.c68 static int do_rproc_init(cmd_tbl_t *cmdtp, int flag, int argc, in do_rproc_init() argument
91 static int do_remoteproc_list(cmd_tbl_t *cmdtp, int flag, int argc, in do_remoteproc_list() argument
114 static int do_remoteproc_load(cmd_tbl_t *cmdtp, int flag, int argc, in do_remoteproc_load() argument
158 static int do_remoteproc_wrapper(cmd_tbl_t *cmdtp, int flag, int argc, in do_remoteproc_wrapper() argument
244 static int do_remoteproc(cmd_tbl_t *cmdtp, int flag, int argc, in do_remoteproc() argument
257 return c->cmd(cmdtp, flag, argc, argv); in do_remoteproc()
H A Dmem.c48 static int do_mem_md(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_mem_md() argument
65 if ((flag & CMD_FLAG_REPEAT) == 0) { in do_mem_md()
100 return mod_mem (cmdtp, 1, flag, argc, argv); in do_mem_mm()
104 return mod_mem (cmdtp, 0, flag, argc, argv); in do_mem_nm()
351 static int do_mem_base(cmd_tbl_t *cmdtp, int flag, int argc, in do_mem_base() argument
365 static int do_mem_loop(cmd_tbl_t *cmdtp, int flag, int argc, in do_mem_loop() argument
463 static int do_mem_loopw(cmd_tbl_t *cmdtp, int flag, int argc, in do_mem_loopw() argument
857 static int do_mem_mtest(cmd_tbl_t *cmdtp, int flag, int argc, in do_mem_mtest() argument
978 if ((flag & CMD_FLAG_REPEAT) == 0) { in mod_mem()
1080 return hash_command("crc32", flags, cmdtp, flag, ac, av); in do_mem_crc()
[all …]
H A Dbootm.c36 static int do_imls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
57 static int do_bootm_subcommand(cmd_tbl_t *cmdtp, int flag, int argc, in do_bootm_subcommand() argument
82 ret = do_bootm_states(cmdtp, flag, argc, argv, state, &images, 0); in do_bootm_subcommand()
91 int do_bootm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootm() argument
122 return do_bootm_subcommand(cmdtp, flag, argc, argv); in do_bootm()
125 return do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START | in do_bootm()
205 int do_bootd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootd() argument
207 return run_command(env_get("bootcmd"), flag); in do_bootd()
230 static int do_iminfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_iminfo() argument
514 static int do_imls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_imls() argument
/openbmc/linux/arch/powerpc/mm/ptdump/
H A Dbook3s64.c107 .flag = flag_array,
110 .flag = flag_array,
113 .flag = flag_array,
116 .flag = flag_array,
119 .flag = flag_array,
/openbmc/linux/tools/memory-model/litmus-tests/
H A DMP+fencewmbonceonce+fencermbonceonce.litmus13 P0(int *buf, int *flag) // Producer
17 WRITE_ONCE(*flag, 1);
20 P1(int *buf, int *flag) // Consumer
25 r0 = READ_ONCE(*flag);
/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.h28 u16 flag; /* tx commit state */ member
88 u16 flag; /* 2: lock control */ member
163 u16 flag; /* 2: */ member
179 u16 flag; /* 2: */ member
210 u16 flag; /* 2: */ member
238 u16 flag; /* 2: */ member
262 int flag; /* flags */ member
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcmd_nettest.c17 int do_mactest(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_mactest() argument
23 int do_ncsitest (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) in do_ncsitest() argument
35 int do_mactestd (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) in do_mactestd() argument
41 int do_ncsitestd (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) in do_ncsitestd() argument
/openbmc/linux/fs/smb/server/mgmt/
H A Duser_config.h28 static inline void set_user_flag(struct ksmbd_user *user, int flag) in set_user_flag() argument
30 user->flags |= flag; in set_user_flag()
33 static inline int test_user_flag(struct ksmbd_user *user, int flag) in test_user_flag() argument
35 return user->flags & flag; in test_user_flag()
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch4 Subject: [PATCH 07/22] don't pass AT_SYMLINK_NOFOLLOW flag to faccessat()
6 Avoid using AT_SYMLINK_NOFOLLOW flag. It doesn't seem like the right
17 with (flag == 0) and (flag == AT_SYMLINK_NOFOLLOW) is the behaviour
19 (flag == AT_SYMLINK_NOFOLLOW) and fail (flag == 0).
42 + Avoid using AT_SYMLINK_NOFOLLOW flag. It doesn't seem like the right thing to
52 + faccessat() with (flag == 0) and (flag == AT_SYMLINK_NOFOLLOW) is the
54 + with (flag == AT_SYMLINK_NOFOLLOW) and fail (flag == 0).
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig-handle-.dynstr-located-in-separate-segment.patch23 @@ -80,7 +80,6 @@ process_elf_file32 (const char *file_name, const char *lib, int *flag,
31 @@ -110,7 +109,6 @@ process_elf_file32 (const char *file_name, const char *lib, int *flag,
33 *flag = FLAG_ELF;
39 @@ -121,11 +119,6 @@ process_elf_file32 (const char *file_name, const char *lib, int *flag,
51 @@ -188,11 +181,6 @@ process_elf_file32 (const char *file_name, const char *lib, int *flag,
63 @@ -208,11 +196,32 @@ process_elf_file32 (const char *file_name, const char *lib, int *flag,
101 @@ -269,7 +278,6 @@ process_elf_file64 (const char *file_name, const char *lib, int *flag,
109 @@ -347,7 +355,6 @@ process_elf_file64 (const char *file_name, const char *lib, int *flag,
117 @@ -358,11 +365,6 @@ process_elf_file64 (const char *file_name, const char *lib, int *flag,
129 @@ -426,11 +428,6 @@ process_elf_file64 (const char *file_name, const char *lib, int *flag,
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch4 Subject: [PATCH 07/22] don't pass AT_SYMLINK_NOFOLLOW flag to faccessat()
6 Avoid using AT_SYMLINK_NOFOLLOW flag. It doesn't seem like the right
17 with (flag == 0) and (flag == AT_SYMLINK_NOFOLLOW) is the behaviour
19 (flag == AT_SYMLINK_NOFOLLOW) and fail (flag == 0).
42 + Avoid using AT_SYMLINK_NOFOLLOW flag. It doesn't seem like the right thing to
52 + faccessat() with (flag == 0) and (flag == AT_SYMLINK_NOFOLLOW) is the
54 + with (flag == AT_SYMLINK_NOFOLLOW) and fail (flag == 0).
/openbmc/u-boot/include/
H A Dbootm.h34 typedef int boot_os_fn(int flag, int argc, char * const argv[],
40 int do_bootelf(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
53 int bootm_find_images(int flag, int argc, char * const argv[]);
66 int do_bootm_states(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dev.c94 unsigned long flag; in post_qp_event() local
114 spin_lock_irqsave(&chp->comp_handler_lock, flag); in post_qp_event()
116 spin_unlock_irqrestore(&chp->comp_handler_lock, flag); in post_qp_event()
225 unsigned long flag; in c4iw_ev_handler() local
227 xa_lock_irqsave(&dev->cqs, flag); in c4iw_ev_handler()
231 xa_unlock_irqrestore(&dev->cqs, flag); in c4iw_ev_handler()
233 spin_lock_irqsave(&chp->comp_handler_lock, flag); in c4iw_ev_handler()
235 spin_unlock_irqrestore(&chp->comp_handler_lock, flag); in c4iw_ev_handler()
239 xa_unlock_irqrestore(&dev->cqs, flag); in c4iw_ev_handler()
/openbmc/linux/include/trace/events/
H A Dmmflags.h16 #define gfpflag_string(flag) {(__force unsigned long)flag, #flag} argument
157 #define IF_HAVE_VM_SOFTDIRTY(flag,name) {flag, name }, argument
159 #define IF_HAVE_VM_SOFTDIRTY(flag,name) argument
163 # define IF_HAVE_UFFD_MINOR(flag, name) {flag, name}, argument
165 # define IF_HAVE_UFFD_MINOR(flag, name) argument
/openbmc/u-boot/arch/microblaze/lib/
H A Dbootm.c17 int do_bootm_linux(int flag, int argc, char * const argv[], in do_bootm_linux() argument
28 if (flag & BOOTM_STATE_OS_PREP) in do_bootm_linux()
31 if ((flag != 0) && (flag != BOOTM_STATE_OS_GO)) in do_bootm_linux()
/openbmc/u-boot/common/
H A Dcli_simple.c174 int cli_simple_run_command(const char *cmd, int flag) in cli_simple_run_command() argument
248 if (cmd_process(flag, argc, argv, &repeatable, NULL)) in cli_simple_run_command()
264 int flag; in cli_simple_loop() local
276 flag = 0; /* assume no special flags for now */ in cli_simple_loop()
281 flag |= CMD_FLAG_REPEAT; in cli_simple_loop()
299 rc = run_command_repeatable(lastcommand, flag); in cli_simple_loop()
308 int cli_simple_run_command_list(char *cmd, int flag) in cli_simple_run_command_list() argument
/openbmc/linux/Documentation/arch/x86/
H A Dcpuinfo.rst17 try to find the flag in /proc/cpuinfo. If a given flag is present, it
19 If such flag represents a hardware feature, it also means that the
22 If the expected flag does not appear in /proc/cpuinfo, things are murkier.
23 Users need to find out the reason why the flag is missing and find the way
42 displayed accordingly in /proc/cpuinfo. For example, the flag "avx2"
67 "split_lock_detect" will be displayed. The flag "ring3mwait" will be
89 X86_FEATURE_<name> in cpufeatures.h. For example, the flag "avx2" is from
96 will be the name of the flags. For example, the flag "sse4_1" comes from
108 defined in cpufeatures.h but that flag is an internal kernel feature used
110 with "". Its flag will not appear in /proc/cpuinfo.
[all …]
/openbmc/linux/drivers/acpi/
H A Dacpi_dbg.c72 static inline bool __acpi_aml_access_ok(unsigned long flag) in __acpi_aml_access_ok() argument
85 if ((flag & ACPI_AML_KERN) && in __acpi_aml_access_ok()
97 if (!(acpi_aml_io.flags & flag) && circ_count(circ)) in __acpi_aml_readable()
108 if (!(acpi_aml_io.flags & flag) && circ_space(circ)) in __acpi_aml_writable()
208 if (!__acpi_aml_access_ok(flag)) { in acpi_aml_lock_write()
212 if (!__acpi_aml_writable(circ, flag)) { in acpi_aml_lock_write()
216 acpi_aml_io.flags |= flag; in acpi_aml_lock_write()
227 if (!__acpi_aml_access_ok(flag)) { in acpi_aml_lock_read()
231 if (!__acpi_aml_readable(circ, flag)) { in acpi_aml_lock_read()
235 acpi_aml_io.flags |= flag; in acpi_aml_lock_read()
[all …]
/openbmc/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.h256 enum cxgbi_skcb_flags flag) in cxgbi_skcb_set_flag() argument
262 enum cxgbi_skcb_flags flag) in cxgbi_skcb_clear_flag() argument
268 enum cxgbi_skcb_flags flag) in cxgbi_skcb_test_flag() argument
274 enum cxgbi_sock_flags flag) in cxgbi_sock_set_flag() argument
276 __set_bit(flag, &csk->flags); in cxgbi_sock_set_flag()
279 csk, csk->state, csk->flags, flag); in cxgbi_sock_set_flag()
283 enum cxgbi_sock_flags flag) in cxgbi_sock_clear_flag() argument
285 __clear_bit(flag, &csk->flags); in cxgbi_sock_clear_flag()
288 csk, csk->state, csk->flags, flag); in cxgbi_sock_clear_flag()
292 enum cxgbi_sock_flags flag) in cxgbi_sock_flag() argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py338 flag = ''
757 loginfo['flag'] = flag
761 self.dict[var][flag] = value
768 if flag == "unexport" or flag == "export":
776 if flag == "_content":
779 if not flag:
828 if flag in local_var:
919 loginfo['flag'] = flag
922 del self.dict[var][flag]
926 loginfo['flag'] = flag
[all …]

12345678910>>...114