Home
last modified time | relevance | path

Searched refs:flag (Results 451 – 475 of 2851) sorted by relevance

1...<<11121314151617181920>>...115

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/
H A D0001-Fix-function-inline-errors-in-debug-optimization-Og.patch7 Hence, remove -Winline flag when compiling with debug optimization.
25 +#Hence, remove -Winline flag when DEBUG is enabled.
/openbmc/linux/fs/proc/
H A Dconsoles.c18 short flag; in show_console_dev() member
53 flags[a] = (con->flags & con_flags[a].flag) ? in show_console_dev()
/openbmc/qemu/tests/tcg/multiarch/
H A Dfloat_convs.c21 int flag; member
89 if (fesetround(round_flags[i].flag) != 0) { in CONVERT_SINGLE_TO_INT()
H A Dfloat_madds.c20 int flag; member
84 if (fesetround(round_flags[i].flag) != 0) { in main()
H A Dfloat_convd.c21 int flag; member
89 if (fesetround(round_flags[i].flag) != 0) { in CONVERT_DOUBLE_TO_INT()
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c540 return flag; in intelfbhw_read_hw_state()
551 return flag; in intelfbhw_read_hw_state()
571 return flag; in intelfbhw_read_hw_state()
583 return flag; in intelfbhw_read_hw_state()
590 return flag; in intelfbhw_read_hw_state()
598 return flag; in intelfbhw_read_hw_state()
606 return flag; in intelfbhw_read_hw_state()
611 return flag; in intelfbhw_read_hw_state()
621 return flag; in intelfbhw_read_hw_state()
626 return flag; in intelfbhw_read_hw_state()
[all …]
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst180 2.4.1 KF_ACQUIRE flag
190 2.4.2 KF_RET_NULL flag
196 another helper). This flag is often used in pairing with KF_ACQUIRE flag, but
199 2.4.3 KF_RELEASE flag
206 protection afforded by the KF_TRUSTED_ARGS flag described below.
208 2.4.4 KF_TRUSTED_ARGS flag
273 2.4.5 KF_SLEEPABLE flag
279 2.4.6 KF_DESTRUCTIVE flag
288 2.4.7 KF_RCU flag
301 2.4.8 KF_DEPRECATED flag
[all …]
/openbmc/u-boot/arch/arm/include/asm/
H A Dmacro.h154 .macro armv8_switch_to_el2_m, ep, flag, tmp
180 cmp \flag, #ES_TO_AARCH32
241 .macro armv8_switch_to_el1_m, ep, flag, tmp
287 cmp \flag, #ES_TO_AARCH32
/openbmc/linux/sound/firewire/
H A Dfcp.c34 bool flag; in avc_general_set_sig_fmt() local
37 flag = false; in avc_general_set_sig_fmt()
40 flag = true; in avc_general_set_sig_fmt()
44 if (!flag) in avc_general_set_sig_fmt()
/openbmc/linux/drivers/bcma/
H A Ddriver_mips.c51 u32 flag; in bcma_core_mips_irqflag() local
57 flag = bcma_aread32(dev, BCMA_MIPS_OOBSELOUTA30); in bcma_core_mips_irqflag()
59 if (flag) in bcma_core_mips_irqflag()
60 return flag & 0x1F; in bcma_core_mips_irqflag()
/openbmc/linux/Documentation/arch/arm64/
H A Dtagged-pointers.rst57 siginfo.si_addr unless the flag SA_EXPOSE_TAGBITS was set in
61 in these fields unless the flag was set.
71 flag setting.
74 regardless of the SA_EXPOSE_TAGBITS flag setting.
/openbmc/linux/security/selinux/
H A Davc.c573 unsigned long flag; in avc_latest_notif_update() local
575 spin_lock_irqsave(&notif_lock, flag); in avc_latest_notif_update()
613 unsigned long flag; in avc_insert() local
633 spin_lock_irqsave(lock, flag); in avc_insert()
644 spin_unlock_irqrestore(lock, flag); in avc_insert()
838 unsigned long flag; in avc_update_node() local
855 spin_lock_irqsave(lock, flag); in avc_update_node()
919 spin_unlock_irqrestore(lock, flag); in avc_update_node()
932 unsigned long flag; in avc_flush() local
939 spin_lock_irqsave(lock, flag); in avc_flush()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dfuse-io.rst14 The direct-io mode can be selected with the FOPEN_DIRECT_IO flag in the
26 writeback-cache mode may be selected by the FUSE_WRITEBACK_CACHE flag in the
34 In writeback-cache mode (enabled by the FUSE_WRITEBACK_CACHE flag) writes go to
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dhte.c207 u32 hte_mem_init(struct mrc_params *mrc_params, u8 flag) in hte_mem_init() argument
231 switch (flag) { in hte_mem_init()
244 DPF(D_INFO, "Unknown parameter for flag: %d\n", flag); in hte_mem_init()
/openbmc/u-boot/board/keymile/common/
H A Dcommon.c159 static int do_setboardid(cmd_tbl_t *cmdtp, int flag, int argc, in do_setboardid() argument
205 static int do_checkboardidhwk(cmd_tbl_t *cmdtp, int flag, int argc, in do_checkboardidhwk() argument
346 static int do_checktestboot(cmd_tbl_t *cmdtp, int flag, int argc, in do_checktestboot() argument
/openbmc/linux/net/netfilter/
H A Dxt_sctp.c20 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
33 return (chunkflags & flag_info[i].flag_mask) == flag_info[i].flag; in match_flags()
/openbmc/linux/fs/jfs/
H A Djfs_logmgr.h61 __le32 flag; /* 4: option */ member
366 unsigned long flag; /* 4: flag */ member
467 u16 flag; /* only meaninful in tblock */ member
/openbmc/linux/drivers/tty/
H A Dn_tty.c1472 switch (flag) { in n_tty_receive_char_flagged()
1510 u8 flag = TTY_NORMAL; in n_tty_lookahead_flow_ctrl() local
1519 flag = *fp++; in n_tty_lookahead_flow_ctrl()
1520 if (likely(flag == TTY_NORMAL)) in n_tty_lookahead_flow_ctrl()
1550 u8 flag = TTY_NORMAL; in n_tty_receive_buf_raw() local
1554 flag = *fp++; in n_tty_receive_buf_raw()
1555 if (likely(flag == TTY_NORMAL)) in n_tty_receive_buf_raw()
1566 u8 flag = TTY_NORMAL; in n_tty_receive_buf_closing() local
1570 flag = *fp++; in n_tty_receive_buf_closing()
1581 u8 flag = TTY_NORMAL; in n_tty_receive_buf_standard() local
[all …]
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe-set-frontend-tune-mode.rst33 - ``FE_TUNE_MODE_ONESHOT`` - When set, this flag will disable any
37 is closed, this flag will be automatically turned off when the
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-trbe.rst34 align flag
38 * ``flag``: TRBE updates memory with access and dirty flags
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_misc.h69 #define __flag(flag) __attribute__((btf_decl_tag("comment:test_prog_flags="#flag))) argument
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-pxa.yaml42 $ref: /schemas/types.yaml#/definitions/flag
48 $ref: /schemas/types.yaml#/definitions/flag
/openbmc/linux/arch/um/include/asm/
H A Dcpufeature.h15 #define x86_cap_flag(flag) x86_cap_flags[flag] argument
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-qbuf.rst67 the ``V4L2_BUF_FLAG_DONE`` flag in the ``flags`` field, or it returns an
76 the driver sets the ``V4L2_BUF_FLAG_QUEUED`` flag and clears the
91 sets the ``V4L2_BUF_FLAG_QUEUED`` flag and clears the
106 be ignored unless the ``V4L2_BUF_FLAG_REQUEST_FD`` flag is set.
144 queue. When the ``O_NONBLOCK`` flag was given to the
165 ``length`` are invalid, or the ``V4L2_BUF_FLAG_REQUEST_FD`` flag was
189 The ``V4L2_BUF_FLAG_REQUEST_FD`` flag was set but the device does not
191 the ``V4L2_BUF_FLAG_REQUEST_FD`` flag was not set but the device requires
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1241 status->flag &= ~RX_FLAG_NO_SIGNAL_VAL; in ath10k_htt_rx_h_signal()
1260 status->flag |= RX_FLAG_MACTIME_END; in ath10k_htt_rx_h_mactime()
1297 status->flag &= ~RX_FLAG_MACTIME_END; in ath10k_htt_rx_h_ppdu()
1393 status->band, status->flag, in ath10k_process_rx()
2019 status->flag |= RX_FLAG_MMIC_ERROR; in ath10k_htt_rx_h_mpdu()
2038 status->flag |= RX_FLAG_ONLY_MONITOR; in ath10k_htt_rx_h_mpdu()
2041 status->flag |= RX_FLAG_DECRYPTED; in ath10k_htt_rx_h_mpdu()
2050 status->flag |= RX_FLAG_IV_STRIPPED; in ath10k_htt_rx_h_mpdu()
2120 status->flag &= ~RX_FLAG_AMSDU_MORE; in ath10k_htt_rx_h_enqueue()
2122 status->flag |= RX_FLAG_AMSDU_MORE; in ath10k_htt_rx_h_enqueue()
[all …]

1...<<11121314151617181920>>...115