Home
last modified time | relevance | path

Searched refs:flag (Results 251 – 275 of 2848) sorted by relevance

1...<<11121314151617181920>>...114

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c269 ctxp->oxid, ctxp->flag); in lpfc_nvmet_defer_release()
274 ctxp->flag |= LPFC_NVME_CTX_RLS; in lpfc_nvmet_defer_release()
450 ctxp->flag = 0; in lpfc_nvmet_ctxbuf_post()
732 ctxp->flag &= ~LPFC_NVME_IO_INP; in lpfc_nvmet_xmt_fcp_op_cmp()
761 ctxp->flag |= LPFC_NVME_XBUSY; in lpfc_nvmet_xmt_fcp_op_cmp()
767 ctxp->flag &= ~LPFC_NVME_XBUSY; in lpfc_nvmet_xmt_fcp_op_cmp()
774 status, result, ctxp->flag); in lpfc_nvmet_xmt_fcp_op_cmp()
1083 ctxp->flag |= LPFC_NVME_IO_INP; in lpfc_nvmet_xmt_fcp_op()
1212 ctxp->flag, ctxp->oxid); in lpfc_nvmet_xmt_fcp_release()
1811 ctxp->flag &= ~LPFC_NVME_XBUSY; in lpfc_sli4_nvmet_xri_aborted()
[all …]
/openbmc/qemu/include/sysemu/
H A Ddirtyrate.h25 unsigned int flag,
28 void global_dirty_log_change(unsigned int flag,
/openbmc/linux/drivers/platform/chrome/wilco_ec/
H A Dmailbox.c121 u8 flag; in wilco_ec_transfer() local
144 flag = inb(ec->io_data->start); in wilco_ec_transfer()
145 if (flag) { in wilco_ec_transfer()
146 dev_dbg(ec->dev, "bad response: 0x%02x\n", flag); in wilco_ec_transfer()
/openbmc/u-boot/cmd/x86/
H A Dfsp.c27 static int do_hdr(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_hdr() argument
75 static int do_hob(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_hob() argument
128 static int do_fsp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_fsp() argument
141 ret = fsp_cmd->cmd(fsp_cmd, flag, argc, argv); in do_fsp()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-rds.rst36 ``V4L2_CAP_RDS_CAPTURE`` flag in the ``capabilities`` field of struct
39 supports RDS will set the ``V4L2_TUNER_CAP_RDS`` flag in the
42 ``V4L2_TUNER_CAP_RDS_BLOCK_IO`` flag has to be set, see
43 :ref:`Reading RDS data <reading-rds-data>`. For future use the flag
55 flag in the ``capabilities`` field of struct
58 supports RDS will set the ``V4L2_TUNER_CAP_RDS`` flag in the
65 flag has to be set. If the tuner is capable of handling RDS entities
66 like program identification codes and radio text, the flag
/openbmc/linux/include/trace/events/
H A Dalarmtimer.h25 TP_PROTO(ktime_t expires, int flag),
27 TP_ARGS(expires, flag),
36 __entry->alarm_type = flag;
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_desc.h126 static inline bool gve_needs_rss(__be16 flag) in gve_needs_rss() argument
128 if (flag & GVE_RXF_FRAG) in gve_needs_rss()
130 if (flag & (GVE_RXF_IPV4 | GVE_RXF_IPV6)) in gve_needs_rss()
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgsc.c179 static int do_gsc_sleep(cmd_tbl_t *cmdtp, int flag, int argc, in do_gsc_sleep() argument
221 static int do_gsc_wd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_gsc_wd() argument
260 static int do_gsc(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_gsc() argument
266 return do_gsc_wd(cmdtp, flag, --argc, ++argv); in do_gsc()
268 return do_gsc_sleep(cmdtp, flag, --argc, ++argv); in do_gsc()
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0009-go-Filter-build-paths-on-staticly-linked-arches.patch29 + for _, flag := range strings.Fields(flags) {
30 + if strings.HasPrefix(flag, "--sysroot") || strings.HasPrefix(flag, "-fmacro-prefix-map") || stri…
33 + newflags = append(newflags, flag)
/openbmc/linux/drivers/net/ethernet/amd/
H A Datarilance.c124 volatile unsigned char flag; member
132 volatile unsigned char flag; member
707 MEM->tx_head[i].flag = TMD1_OWN_HOST; in lance_init_ring()
717 MEM->rx_head[i].flag = TMD1_OWN_CHIP; in lance_init_ring()
886 int status = MEM->tx_head[entry].flag; in lance_interrupt()
891 MEM->tx_head[entry].flag = 0; in lance_interrupt()
968 MEM->rx_head[entry].flag )); in lance_rx()
973 int status = head->flag; in lance_rx()
986 head->flag &= (RMD1_ENP|RMD1_STP); in lance_rx()
1006 head->flag |= RMD1_OWN_CHIP; in lance_rx()
[all …]
/openbmc/linux/Documentation/i2c/
H A Dsmbus-protocol.rst64 Functionality flag: I2C_FUNC_SMBUS_QUICK
79 Functionality flag: I2C_FUNC_SMBUS_READ_BYTE
94 Functionality flag: I2C_FUNC_SMBUS_WRITE_BYTE
107 Functionality flag: I2C_FUNC_SMBUS_READ_BYTE_DATA
121 Functionality flag: I2C_FUNC_SMBUS_READ_WORD_DATA
141 Functionality flag: I2C_FUNC_SMBUS_WRITE_BYTE_DATA
155 Functionality flag: I2C_FUNC_SMBUS_WRITE_WORD_DATA
171 Functionality flag: I2C_FUNC_SMBUS_PROC_CALL
188 Functionality flag: I2C_FUNC_SMBUS_READ_BLOCK_DATA
219 Functionality flag: I2C_FUNC_SMBUS_BLOCK_PROC_CALL
[all …]
/openbmc/u-boot/cmd/
H A Dirq.c10 static int do_interrupts(cmd_tbl_t *cmdtp, int flag, int argc, in do_interrupts() argument
33 int do_irqinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dst,stpmic1.yaml48 st,onkey-clear-cc-flag:
50 $ref: /schemas/types.yaml#/definitions/flag
54 $ref: /schemas/types.yaml#/definitions/flag
119 $ref: /schemas/types.yaml#/definitions/flag
142 $ref: /schemas/types.yaml#/definitions/flag
164 $ref: /schemas/types.yaml#/definitions/flag
183 $ref: /schemas/types.yaml#/definitions/flag
207 $ref: /schemas/types.yaml#/definitions/flag
230 $ref: /schemas/types.yaml#/definitions/flag
/openbmc/linux/drivers/acpi/
H A Dpptt.c470 int level, int flag) in acpi_find_processor_tag() argument
476 if (flag == ACPI_PPTT_ACPI_IDENTICAL) { in acpi_find_processor_tag()
479 } else if (cpu->flags & flag) in acpi_find_processor_tag()
510 unsigned int cpu, int level, int flag) in topology_get_acpi_cpu_tag() argument
518 level, flag); in topology_get_acpi_cpu_tag()
557 static int find_acpi_cpu_topology_tag(unsigned int cpu, int level, int flag) in find_acpi_cpu_topology_tag() argument
566 retval = topology_get_acpi_cpu_tag(table, cpu, level, flag); in find_acpi_cpu_topology_tag()
586 static int check_acpi_cpu_flag(unsigned int cpu, int rev, u32 flag) in check_acpi_cpu_flag() argument
601 ret = (cpu_node->flags & flag) != 0; in check_acpi_cpu_flag()
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dadd-riscv-support.patch23 @@ -125,6 +125,12 @@ print_entry (const char *lib, int flag, unsigned int osversion,
64 @@ -331,6 +335,12 @@ process_elf_file64 (const char *file_name, const char *lib, int *flag,
66 *flag |= FLAG_AARCH64_LIB64|FLAG_ELF_LIBC6;
72 + *flag |= FLAG_RISCV_FLOAT_ABI_DOUBLE|FLAG_ELF_LIBC6;
/openbmc/linux/tools/testing/selftests/sigaltstack/
H A Dsas.c40 int flag; member
59 p->flag = 1; in my_usr1()
74 if (!p->flag) { in my_usr1()
95 p->flag = 0; in my_usr2()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dethernet-phy.yaml90 $ref: /schemas/types.yaml#/definitions/flag
103 $ref: /schemas/types.yaml#/definitions/flag
110 $ref: /schemas/types.yaml#/definitions/flag
118 $ref: /schemas/types.yaml#/definitions/flag
124 $ref: /schemas/types.yaml#/definitions/flag
130 $ref: /schemas/types.yaml#/definitions/flag
136 $ref: /schemas/types.yaml#/definitions/flag
142 $ref: /schemas/types.yaml#/definitions/flag
148 $ref: /schemas/types.yaml#/definitions/flag
160 $ref: /schemas/types.yaml#/definitions/flag
/openbmc/linux/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst42 For huge pages the idle flag is set only on the head page, so one has to read
69 their idle flag cleared in the interim.
98 The idle memory tracking feature adds a new page flag, the Idle flag. This flag
108 more page flag is introduced, the Young flag. When the PTE Accessed bit is
109 cleared as a result of setting or updating a page's Idle flag, the Young flag
110 is set on the page. The reclaimer treats the Young flag as an extra PTE
/openbmc/qemu/linux-user/xtensa/
H A Dtarget_flat.h6 #define flat_old_ram_flag(flag) (flag) argument
/openbmc/qemu/linux-user/generic/
H A Dtarget_flat.h10 #define flat_old_ram_flag(flag) (flag) argument
/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/
H A Dcpp-example-lib.cpp25 const int flag = JSON_C_TO_STRING_SPACED | JSON_C_TO_STRING_PRETTY; in print_json() local
30 std::cout << json_object_to_json_string_ext(jobj, flag) << std::endl; in print_json()
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dcmd_clock.c22 int do_pll_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_pll_cmd() argument
66 int do_getclk_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_getclk_cmd() argument
95 int do_psc_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_psc_cmd() argument
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-getvar36 if args.flag:
49 if args.flag:
50 value = d.getVarFlag(args.variable, args.flag, expand=not args.unexpand)
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvas.c638 int flag; in reconfig_open_windows() local
675 flag = VAS_WIN_MIGRATE_CLOSE; in reconfig_open_windows()
677 flag = VAS_WIN_NO_CRED_CLOSE; in reconfig_open_windows()
690 win->vas_win.status &= ~flag; in reconfig_open_windows()
698 if (!(win->vas_win.status & flag)) in reconfig_open_windows()
714 win->vas_win.status &= ~flag; in reconfig_open_windows()
747 int rc = 0, flag; in reconfig_close_windows() local
750 flag = VAS_WIN_MIGRATE_CLOSE; in reconfig_close_windows()
752 flag = VAS_WIN_NO_CRED_CLOSE; in reconfig_close_windows()
764 win->vas_win.status |= flag; in reconfig_close_windows()
[all …]
/openbmc/linux/net/mac80211/
H A Dwpa.c119 if (status->flag & RX_FLAG_MMIC_ERROR) in ieee80211_rx_h_michael_mic_verify()
135 !(status->flag & RX_FLAG_DECRYPTED)) in ieee80211_rx_h_michael_mic_verify()
148 if (status->flag & RX_FLAG_MMIC_ERROR) in ieee80211_rx_h_michael_mic_verify()
291 if (status->flag & RX_FLAG_DECRYPTED) in ieee80211_crypto_tkip_decrypt()
304 if (!(status->flag & RX_FLAG_ICV_STRIPPED)) in ieee80211_crypto_tkip_decrypt()
524 if (status->flag & RX_FLAG_DECRYPTED) { in ieee80211_crypto_ccmp_decrypt()
527 if (status->flag & RX_FLAG_MIC_STRIPPED) in ieee80211_crypto_ccmp_decrypt()
720 if (status->flag & RX_FLAG_DECRYPTED) { in ieee80211_crypto_gcmp_decrypt()
723 if (status->flag & RX_FLAG_MIC_STRIPPED) in ieee80211_crypto_gcmp_decrypt()
942 if (!(status->flag & RX_FLAG_DECRYPTED)) { in ieee80211_crypto_aes_cmac_decrypt()
[all …]

1...<<11121314151617181920>>...114