/openbmc/hiomapd/vpnor/ |
H A D | table.cpp | 265 std::string flag{}; in writeUserdata() local 270 while (std::getline(stream, flag, ',')) in writeUserdata() 272 if (flag == "") in writeUserdata() 275 if (flag == "ECC") in writeUserdata() 279 else if (flag == "READONLY") in writeUserdata() 283 else if (flag == "READWRITE") in writeUserdata() 287 else if (flag == "PRESERVED") in writeUserdata() 291 else if (flag == "REPROVISION") in writeUserdata() 295 else if (flag == "VOLATILE") in writeUserdata() 299 else if (flag == "CLEARECC") in writeUserdata() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | tpm-common.c | 299 int do_tpm_device(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_tpm_device() argument 317 int do_tpm_info(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_tpm_info() argument 336 int do_tpm_report_state(cmd_tbl_t *cmdtp, int flag, int argc, in do_tpm_report_state() argument 356 int do_tpm_init(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_tpm_init() argument 370 int do_tpm(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_tpm() argument 406 return cmd->cmd(cmdtp, flag, argc - 1, argv + 1); in do_tpm()
|
H A D | clk.c | 52 static int do_clk_dump(cmd_tbl_t *cmdtp, int flag, int argc, in do_clk_dump() argument 70 static int do_clk(cmd_tbl_t *cmdtp, int flag, int argc, in do_clk() argument 85 return c->cmd(cmdtp, flag, argc, argv); in do_clk()
|
H A D | efidebug.c | 63 static int do_efi_show_devices(cmd_tbl_t *cmdtp, int flag, in do_efi_show_devices() argument 142 static int do_efi_show_drivers(cmd_tbl_t *cmdtp, int flag, in do_efi_show_drivers() argument 330 static int do_efi_show_images(cmd_tbl_t *cmdtp, int flag, in do_efi_show_images() argument 473 static int do_efi_boot_add(cmd_tbl_t *cmdtp, int flag, in do_efi_boot_add() argument 563 static int do_efi_boot_rm(cmd_tbl_t *cmdtp, int flag, in do_efi_boot_rm() argument 689 static int do_efi_boot_dump(cmd_tbl_t *cmdtp, int flag, in do_efi_boot_dump() argument 832 static int do_efi_boot_next(cmd_tbl_t *cmdtp, int flag, in do_efi_boot_next() argument 941 static int do_efi_boot_opt(cmd_tbl_t *cmdtp, int flag, in do_efi_boot_opt() argument 956 return cp->cmd(cmdtp, flag, argc, argv); in do_efi_boot_opt() 987 static int do_efidebug(cmd_tbl_t *cmdtp, int flag, in do_efidebug() argument [all …]
|
H A D | cbfs.c | 13 static int do_cbfs_init(cmd_tbl_t *cmdtp, int flag, int argc, in do_cbfs_init() argument 47 static int do_cbfs_fsload(cmd_tbl_t *cmdtp, int flag, int argc, in do_cbfs_fsload() argument 94 static int do_cbfs_ls(cmd_tbl_t *cmdtp, int flag, int argc, in do_cbfs_ls() argument 203 static int do_cbfs_fsinfo(cmd_tbl_t *cmdtp, int flag, int argc, in do_cbfs_fsinfo() argument
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | src.hpp | 326 bool getErrorStatusFlag(ErrorStatusFlags flag) const in getErrorStatusFlag() 328 return _hexData[3] & static_cast<uint32_t>(flag); in getErrorStatusFlag() 336 void clearErrorStatusFlag(ErrorStatusFlags flag) in clearErrorStatusFlag() argument 338 _hexData[3] &= ~static_cast<uint32_t>(flag); in clearErrorStatusFlag() 421 void setErrorStatusFlag(ErrorStatusFlags flag) in setErrorStatusFlag() argument 423 _hexData[3] |= static_cast<uint32_t>(flag); in setErrorStatusFlag()
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | read-only-rootfs-hook.sh | 18 for flag in `awk -v dir=$dir '{ if ($2 == dir) { print "FOUND"; split($4,FLAGS,",") } }; \ 20 [ "$flag" = "FOUND" ] && partition="read-write" 21 [ "$flag" = "ro" ] && { partition="read-only"; break; }
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 273.out | 33 "dirty-flag": false 43 "dirty-flag": false 53 "dirty-flag": false 82 "dirty-flag": false 111 "dirty-flag": false 121 "dirty-flag": false 150 "dirty-flag": false 178 "dirty-flag": false
|
/openbmc/linux/tools/perf/util/ |
H A D | cloexec.c | 14 static unsigned long flag = PERF_FLAG_FD_CLOEXEC; variable 87 flag = 0; in perf_event_open_cloexec_flag() 91 return flag; in perf_event_open_cloexec_flag()
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | rx.c | 70 status->flag |= RX_FLAG_MACTIME_START; in wl1251_rx_status() 73 status->flag |= RX_FLAG_IV_STRIPPED | RX_FLAG_MMIC_STRIPPED; in wl1251_rx_status() 76 status->flag |= RX_FLAG_DECRYPTED; in wl1251_rx_status() 79 status->flag |= RX_FLAG_MMIC_ERROR; in wl1251_rx_status() 83 status->flag |= RX_FLAG_FAILED_FCS_CRC; in wl1251_rx_status()
|
/openbmc/u-boot/include/ |
H A D | ext_common.h | 212 int do_ext2ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); 213 int do_ext2load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); 214 int do_ext4_load(cmd_tbl_t *cmdtp, int flag, int argc, 216 int do_ext4_ls(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]); 217 int do_ext4_write(cmd_tbl_t *cmdtp, int flag, int argc,
|
/openbmc/u-boot/drivers/ata/ |
H A D | sata_ceva.c | 114 ulong flag; member 142 if (priv->flag & FLAG_COHERENT) in ceva_init_sata() 154 if (priv->flag & FLAG_COHERENT) in ceva_init_sata() 162 if (priv->flag & FLAG_COHERENT) in ceva_init_sata() 202 priv->flag |= FLAG_COHERENT; in sata_ceva_ofdata_to_platdata()
|
/openbmc/linux/Documentation/devicetree/bindings/serial/ |
H A D | rs485.yaml | 34 $ref: /schemas/types.yaml#/definitions/flag 38 $ref: /schemas/types.yaml#/definitions/flag 43 $ref: /schemas/types.yaml#/definitions/flag 48 $ref: /schemas/types.yaml#/definitions/flag 52 $ref: /schemas/types.yaml#/definitions/flag
|
/openbmc/linux/arch/mips/lantiq/xway/ |
H A D | dma.c | 99 unsigned long flag; in ltq_dma_open() local 101 spin_lock_irqsave(<q_dma_lock, flag); in ltq_dma_open() 104 spin_unlock_irqrestore(<q_dma_lock, flag); in ltq_dma_open() 111 unsigned long flag; in ltq_dma_close() local 113 spin_lock_irqsave(<q_dma_lock, flag); in ltq_dma_close() 117 spin_unlock_irqrestore(<q_dma_lock, flag); in ltq_dma_close()
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | spi-controller.yaml | 45 The second flag of a gpio descriptor can be GPIO_ACTIVE_HIGH (0) 48 There is a special rule set for combining the second flag of an 49 cs-gpio with the optional spi-cs-high flag for SPI slaves. 78 $ref: /schemas/types.yaml#/definitions/flag 101 $ref: /schemas/types.yaml#/definitions/flag 106 $ref: /schemas/types.yaml#/definitions/flag 111 $ref: /schemas/types.yaml#/definitions/flag
|
/openbmc/linux/drivers/scsi/ |
H A D | 53c700.h | 129 NCR_700_is_flag_set(struct scsi_device *SDp, __u32 flag) in NCR_700_is_flag_set() argument 131 return (spi_flags(SDp->sdev_target) & flag) == flag; in NCR_700_is_flag_set() 134 NCR_700_is_flag_clear(struct scsi_device *SDp, __u32 flag) in NCR_700_is_flag_clear() argument 136 return (spi_flags(SDp->sdev_target) & flag) == 0; in NCR_700_is_flag_clear() 139 NCR_700_set_flag(struct scsi_device *SDp, __u32 flag) in NCR_700_set_flag() argument 141 spi_flags(SDp->sdev_target) |= flag; in NCR_700_set_flag() 144 NCR_700_clear_flag(struct scsi_device *SDp, __u32 flag) in NCR_700_clear_flag() argument 146 spi_flags(SDp->sdev_target) &= ~flag; in NCR_700_clear_flag()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | unaligned_64.c | 443 int flag; in handle_ldf_stq() local 454 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_ldf_stq() 460 if (current_thread_info()->fpsaved[0] & flag) { in handle_ldf_stq() 523 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_ldf_stq() 564 current_thread_info()->fpsaved[0] |= flag; in handle_ldf_stq() 604 int flag; in handle_lddfmna() local 634 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_lddfmna() 646 current_thread_info()->fpsaved[0] |= flag; in handle_lddfmna() 668 int flag; in handle_stdfmna() local 680 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_stdfmna() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | ast.py | 68 def __init__(self, filename, lineno, var, flag): argument 71 self.flag = flag 79 data.delVarFlag(self.var, self.flag, **loginfo) 138 flag = None 140 flag = groupd['flag'] 142 flag = "_defaultval" 147 if flag: 148 data.setVarFlag(key, flag, val, **loginfo) 226 for flag in [ "func", "python" ]: 228 data.setVarFlag(func, flag, data.getVarFlag(calledfunc, flag, False)) [all …]
|
/openbmc/telemetry/src/ |
H A D | state.hpp | 66 template <size_t Index, Flags flag, Flags it, Flags... list> 69 if constexpr (flag == it) in indexOf() 75 return indexOf<Index + 1, flag, list...>(); in indexOf()
|
/openbmc/u-boot/drivers/spi/ |
H A D | spi-mem-nodm.c | 17 u32 flag; in spi_mem_exec_op() local 49 flag = SPI_XFER_BEGIN; in spi_mem_exec_op() 52 flag |= SPI_XFER_END; in spi_mem_exec_op() 54 ret = spi_xfer(slave, op_len * 8, op_buf, NULL, flag); in spi_mem_exec_op()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0041-scatter-gather-flag-workaround.patch | 4 Subject: [PATCH] workaround for scatter gather flag check for corstone1000 7 for scatter_gather_list while CAPSULE_FLAGS_PERSIST_ACROSS_RESET flag is set 8 (which is introduced lately to align with UEFI specs). Since these flag checks 31 + * the NULL flag checks. This should will be fixed with
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211req.c | 62 int isget, u32 flag) in p80211req_handle_action() argument 65 if (wlandev->hostwep & flag) in p80211req_handle_action() 70 wlandev->hostwep &= ~flag; in p80211req_handle_action() 72 wlandev->hostwep |= flag; in p80211req_handle_action()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | eventreplay.py | 68 for flag in flaglist: 69 dump[key][flag] = val[flag]
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | omap-secure.h | 67 extern u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, 72 extern u32 omap_smc3(u32 id, u32 process, u32 flag, u32 pargs); 78 extern u32 rx51_secure_rng_call(u32 ptr, u32 count, u32 flag);
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-dv-timings.rst | 162 ``V4L2_DV_FL_HAS_PICTURE_ASPECT`` flag is set. 170 Only valid if the ``V4L2_DV_FL_HAS_HDMI_VIC`` flag is set. 259 resolution over the same bandwidth. This is a read-only flag, 266 the transmitter can't generate such frequencies, then the flag 267 will also be cleared. This is a read-only flag, applications must 272 set. This flag is cleared otherwise. It is also only valid for 274 formats the flag will be cleared by the driver. 276 If the application sets this flag for a transmitter, then the 279 generate such frequencies, then the flag will be cleared. 282 then it will set this flag to signal this to the application. [all …]
|