Home
last modified time | relevance | path

Searched refs:fl (Results 1 – 11 of 11) sorted by relevance

/qemu/hw/ssi/
H A Daspeed_smc.c392 AspeedSMCClass *asc = fl->asc; in aspeed_smc_flash_addr_width()
403 AspeedSMCState *s = fl->controller; in aspeed_smc_flash_do_select()
424 AspeedSMCClass *asc = fl->asc; in aspeed_smc_check_segment_addr()
484 AspeedSMCFlash *fl = opaque; in aspeed_smc_flash_read() local
485 AspeedSMCState *s = fl->controller; in aspeed_smc_flash_read()
497 aspeed_smc_flash_select(fl); in aspeed_smc_flash_read()
504 aspeed_smc_flash_unselect(fl); in aspeed_smc_flash_read()
616 AspeedSMCFlash *fl = opaque; in aspeed_smc_flash_write() local
623 if (!aspeed_smc_is_writable(fl)) { in aspeed_smc_flash_write()
639 aspeed_smc_flash_select(fl); in aspeed_smc_flash_write()
[all …]
/qemu/bsd-user/freebsd/
H A Dos-stat.h569 struct flock fl; in do_freebsd_fcntl() local
581 __get_user(fl.l_type, &target_fl->l_type); in do_freebsd_fcntl()
583 __get_user(fl.l_start, &target_fl->l_start); in do_freebsd_fcntl()
584 __get_user(fl.l_len, &target_fl->l_len); in do_freebsd_fcntl()
585 __get_user(fl.l_pid, &target_fl->l_pid); in do_freebsd_fcntl()
586 __get_user(fl.l_sysid, &target_fl->l_sysid); in do_freebsd_fcntl()
596 __put_user(fl.l_len, &target_fl->l_len); in do_freebsd_fcntl()
597 __put_user(fl.l_pid, &target_fl->l_pid); in do_freebsd_fcntl()
608 __get_user(fl.l_type, &target_fl->l_type); in do_freebsd_fcntl()
611 __get_user(fl.l_len, &target_fl->l_len); in do_freebsd_fcntl()
[all …]
/qemu/util/
H A Dosdep.c195 struct flock fl = { in qemu_probe_lock_ops() local
211 ret = fcntl(fd, F_OFD_GETLK, &fl); in qemu_probe_lock_ops()
240 struct flock fl = { in qemu_lock_fcntl() local
247 ret = RETRY_ON_EINTR(fcntl(fd, fcntl_op_setlk, &fl)); in qemu_lock_fcntl()
264 struct flock fl = { in qemu_lock_fd_test() local
271 ret = fcntl(fd, fcntl_op_getlk, &fl); in qemu_lock_fd_test()
275 return fl.l_type == F_UNLCK ? 0 : -EAGAIN; in qemu_lock_fd_test()
/qemu/include/hw/block/
H A Dflash.h24 BlockBackend *pflash_cfi01_get_blk(PFlashCFI01 *fl);
25 MemoryRegion *pflash_cfi01_get_memory(PFlashCFI01 *fl);
/qemu/hw/block/
H A Dpflash_cfi01.c997 BlockBackend *pflash_cfi01_get_blk(PFlashCFI01 *fl) in pflash_cfi01_get_blk() argument
999 return fl->blk; in pflash_cfi01_get_blk()
1002 MemoryRegion *pflash_cfi01_get_memory(PFlashCFI01 *fl) in pflash_cfi01_get_memory() argument
1004 return &fl->mem; in pflash_cfi01_get_memory()
1013 void pflash_cfi01_legacy_drive(PFlashCFI01 *fl, DriveInfo *dinfo) in pflash_cfi01_legacy_drive() argument
1023 if (fl->blk) { in pflash_cfi01_legacy_drive()
1027 qdev_prop_set_drive_err(DEVICE(fl), "drive", blk_by_legacy_dinfo(dinfo), in pflash_cfi01_legacy_drive()
/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c431 BlockDriverState *fl = exclusive_writer_node("fl1"); in test_append_greedy_filter() local
439 bdrv_append(fl, base, &error_abort); in test_append_greedy_filter()
440 bdrv_unref(fl); in test_append_greedy_filter()
/qemu/include/hw/core/
H A Dtcg-cpu-ops.h185 MemTxAttrs atr, int fl, uintptr_t ra) in cpu_check_watchpoint() argument
/qemu/block/
H A Dqapi.c550 TimedAverage *fl = &ts->latency[BLOCK_ACCT_FLUSH]; in bdrv_query_blk_stats() local
566 dev_stats->min_flush_latency_ns = timed_average_min(fl); in bdrv_query_blk_stats()
567 dev_stats->max_flush_latency_ns = timed_average_max(fl); in bdrv_query_blk_stats()
568 dev_stats->avg_flush_latency_ns = timed_average_avg(fl); in bdrv_query_blk_stats()
/qemu/linux-user/
H A Dsyscall.c6865 fl->l_type = l_type; in copy_from_user_flock()
6868 __get_user(fl->l_len, &target_fl->l_len); in copy_from_user_flock()
6869 __get_user(fl->l_pid, &target_fl->l_pid); in copy_from_user_flock()
6888 __put_user(fl->l_len, &target_fl->l_len); in copy_to_user_flock()
6889 __put_user(fl->l_pid, &target_fl->l_pid); in copy_to_user_flock()
6921 fl->l_type = l_type; in copy_from_user_oabi_flock64()
6966 fl->l_type = l_type; in copy_from_user_flock64()
12399 struct flock64 fl; in _syscall2() local
12417 ret = copyfrom(&fl, arg3); in _syscall2()
12423 ret = copyto(arg3, &fl); in _syscall2()
[all …]
/qemu/target/xtensa/
H A Doverlay_tool.h28 #define XTREG(idx, ofs, bi, sz, al, no, fl, cp, typ, grp, name, \ argument
31 .flags = (fl), \
/qemu/hw/mips/
H A Dmalta.c1086 PFlashCFI01 *fl; in mips_malta_init() local
1143 fl = pflash_cfi01_register(FLASH_ADDRESS, "mips_malta.bios", in mips_malta_init()
1149 bios = pflash_cfi01_get_memory(fl); in mips_malta_init()