Home
last modified time | relevance | path

Searched +defs:c +defs:mode (Results 1 – 25 of 64) sorted by relevance

123

/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dboot.c59 int omap_reboot_mode(char *mode, unsigned int length) in omap_reboot_mode()
62 char c; in omap_reboot_mode() local
93 int omap_reboot_mode_store(char *mode) in omap_reboot_mode_store()
/openbmc/bmcweb/include/
H A Dhuman_sort.hpp14 inline bool simpleIsDigit(const char c) in simpleIsDigit()
32 details::ModeType mode = details::ModeType::STRING; in alphanumComp() local
/openbmc/phosphor-fan-presence/control/
H A Dmanager.cpp56 bool checkCondition(sdbusplus::bus_t& bus, const Condition& c) in checkCondition()
84 Mode mode) : _bus(bus), _objMgr(bus, CONTROL_OBJPATH) in Manager()
/openbmc/u-boot/lib/efi_loader/
H A Defi_console.c65 static int term_get_char(s32 *c) in term_get_char()
90 s32 c; in term_read_reply() local
132 struct cout_mode *mode = &efi_cout_modes[con->mode]; in efi_cout_output_string() local
197 static bool cout_mode_matches(struct cout_mode *mode, int rows, int cols) in cout_mode_matches()
396 struct cout_mode *mode = &efi_cout_modes[con->mode]; in efi_cout_set_cursor_position() local
496 int c, mod = 0, ret = 0; in analyze_modifiers() local
/openbmc/u-boot/common/
H A DxyzModem.c49 int len, mode, total_retries; member
63 CYGACC_COMM_IF_GETC_TIMEOUT (char chan, char *c) in CYGACC_COMM_IF_GETC_TIMEOUT()
89 _is_hex (char c) in _is_hex()
97 _from_hex (char c) in _from_hex()
118 _tolower (char c) in _tolower()
133 char c; in parse_num() local
219 zm_save (unsigned char c) in zm_save()
241 char c; in xyzModem_flush() local
253 char c; in xyzModem_get_hdr() local
621 int c; in xyzModem_stream_terminate() local
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c204 static int validate_inode(struct ubifs_info *c, const struct inode *inode) in validate_inode()
243 struct ubifs_info *c = sb->s_fs_info; in ubifs_iget() local
476 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_inode() local
520 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_evict_inode() local
579 struct ubifs_info *c = dentry->d_sb->s_fs_info; in ubifs_statfs() local
606 struct ubifs_info *c = root->d_sb->s_fs_info; in ubifs_show_options() local
634 struct ubifs_info *c = sb->s_fs_info; in ubifs_sync_fs() local
678 static int init_constants_early(struct ubifs_info *c) in init_constants_early()
819 static int bud_wbuf_callback(struct ubifs_info *c, int lnum, int free, int pad) in bud_wbuf_callback()
833 static int init_constants_sb(struct ubifs_info *c) in init_constants_sb()
[all …]
H A Ddebug.c100 const char *dbg_snprintf_key(const struct ubifs_info *c, in dbg_snprintf_key()
232 void ubifs_dump_inode(struct ubifs_info *c, const struct inode *inode) in ubifs_dump_inode()
302 void ubifs_dump_node(const struct ubifs_info *c, const void *node) in ubifs_dump_node()
579 void ubifs_dump_budg(struct ubifs_info *c, const struct ubifs_budg_info *bi) in ubifs_dump_budg()
647 void ubifs_dump_budg(struct ubifs_info *c, const struct ubifs_budg_info *bi) in ubifs_dump_budg()
652 void ubifs_dump_lprop(const struct ubifs_info *c, const struct ubifs_lprops *lp) in ubifs_dump_lprop()
743 void ubifs_dump_lprops(struct ubifs_info *c) in ubifs_dump_lprops()
765 void ubifs_dump_lpt_info(struct ubifs_info *c) in ubifs_dump_lpt_info()
803 void ubifs_dump_sleb(const struct ubifs_info *c, in ubifs_dump_sleb()
819 void ubifs_dump_leb(const struct ubifs_info *c, int lnum) in ubifs_dump_leb()
[all …]
/openbmc/u-boot/cmd/
H A Dcramfs.c44 char *mkmodestr(unsigned long mode, char *str) in mkmodestr()
48 char c; in mkmodestr() local
H A Dload.c203 char c; in read_record() local
315 int i, c, reclen, checksum, length; in save_serial() local
370 char c; in write_record() local
953 static ulong load_serial_ymodem(ulong offset, int mode) in load_serial_ymodem()
/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c91 static FILE *xfopen(const char *path, const char *mode) in xfopen()
238 unsigned long uid, unsigned long gid, unsigned long mode) in add_new_directory()
256 unsigned long gid, unsigned long mode, dev_t rdev) in add_new_device()
300 unsigned long gid, unsigned long mode) in add_new_file()
319 unsigned long gid, unsigned long mode) in add_new_fifo()
368 unsigned long mode = 0755, uid = 0, gid = 0, major = 0, minor = 0; in interpret_table_entry() local
508 int c, opt; in main() local
/openbmc/u-boot/board/Synology/ds414/
H A Dcmd_syno.c27 unsigned int mode = CONFIG_SF_DEFAULT_MODE; in do_syno_populate() local
87 unsigned long c; in do_syno_populate() local
/openbmc/u-boot/board/xilinx/zynqmp/
H A Dcmds.c110 u8 mode; in do_zynqmp_tcm_init() local
152 cmd_tbl_t *c; in do_zynqmp() local
/openbmc/qemu/tests/unit/
H A Dtest-block-iothread.c66 unsigned int mode, in bdrv_test_co_block_status()
86 static void test_sync_op_pread(BdrvChild *c) in test_sync_op_pread()
100 static void test_sync_op_pwrite(BdrvChild *c) in test_sync_op_pwrite()
229 static void test_sync_op_load_vmstate(BdrvChild *c) in test_sync_op_load_vmstate()
239 static void test_sync_op_save_vmstate(BdrvChild *c) in test_sync_op_save_vmstate()
249 static void test_sync_op_pdiscard(BdrvChild *c) in test_sync_op_pdiscard()
281 static void test_sync_op_truncate(BdrvChild *c) in test_sync_op_truncate()
316 static void TSA_NO_TSA test_sync_op_block_status(BdrvChild *c) in test_sync_op_block_status()
339 static void test_sync_op_flush(BdrvChild *c) in test_sync_op_flush()
374 static void test_sync_op_check(BdrvChild *c) in test_sync_op_check()
[all …]
H A Dtest-crypto-cipher.c31 QCryptoCipherMode mode; member
595 static inline int unhex(char c) in unhex()
/openbmc/qemu/block/
H A Dsnapshot-access.c44 unsigned int mode, int64_t offset, in snapshot_access_co_block_status()
100 static void snapshot_access_child_perm(BlockDriverState *bs, BdrvChild *c, in snapshot_access_child_perm()
H A Dreplication.c36 ReplicationMode mode; member
88 const char *mode; in replication_open() local
161 static void replication_child_perm(BlockDriverState *bs, BdrvChild *c, in replication_child_perm()
450 static void replication_start(ReplicationState *rs, ReplicationMode mode, in replication_start()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c249 float c = ops[2].f; in bench() local
284 double c = ops[2].d; in bench() local
319 float32 c = ops[2].f32; in bench() local
354 float64 c = ops[2].f64; in bench() local
389 float128 c = ops[2].f128; in bench() local
597 signed char mode; in set_soft_precision() local
623 int c; in parse_args() local
/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp546 const persistent_data::AuthConfigMethods& c = in getSslServerContext() local
549 boost::asio::ssl::verify_mode mode = boost::asio::ssl::verify_none; in getSslServerContext() local
620 int mode = boost::asio::ssl::verify_peer; in getSSLClientContext() local
/openbmc/qemu/hw/intc/
H A Dsifive_plic.c40 static PLICMode char_to_mode(char c) in char_to_mode()
122 PLICMode mode = plic->addr_config[addrid].mode; in sifive_plic_update() local
301 char c; in parse_hart_config() local
/openbmc/u-boot/drivers/serial/
H A Dserial_sti_asc.c83 int t, mode = 1; in _sti_asc_serial_setbrg() local
150 static int sti_asc_serial_putc(struct udevice *dev, const char c) in sti_asc_serial_putc()
H A Dserial_zynq.c33 u32 mode; /* 0x4 - Mode Register [10:0] */ member
96 static int _uart_zynq_serial_putc(struct uart_zynq *regs, const char c) in _uart_zynq_serial_putc()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.c96 uint64_t *c, in eckd_format_chs()
111 static block_number_t eckd_chs_to_block(uint64_t c, uint64_t h, uint64_t s) in eckd_chs_to_block()
447 static void print_eckd_ldl_msg(ECKD_IPL_mode_t mode) in print_eckd_ldl_msg()
470 static int ipl_eckd_ldl(ECKD_IPL_mode_t mode) in ipl_eckd_ldl()
/openbmc/qemu/hw/display/
H A Dxenfb.c53 struct common c; member
65 struct common c; member
89 static int common_bind(struct common *c) in common_bind()
116 static void common_unbind(struct common *c) in common_unbind()
427 static void xenfb_copy_mfns(int mode, int count, xen_pfn_t *dst, void *src) in xenfb_copy_mfns()
445 int mode, ret = -1; in xenfb_map_fb() local
/openbmc/rest-dbus/resources/
H A Djstree.min.js2 !function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):"undefined"!=t… argument
3 c||(k=b.children(".jstree-children")[0]),r=b.children(".jstree-anchor")[0]===i.activeElement,b.remo… argument
4core.themes.name=b,this.element.addClass("jstree-"+b),this.element[this.settings.core.themes.respo… argument
5 if(this.settings.dnd.large_drag_target&&a(b.target).closest(".jstree-node")[0]!==b.currentTarget)re… argument
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c315 static void twl4030_regulator_set_mode(u8 id, u8 mode) in twl4030_regulator_set_mode()
598 u8 c, r, dk, i; in rx51_kp_tstc() local

123