/openbmc/u-boot/scripts/kconfig/ |
H A D | kxgettext.c | 137 struct file_line *fl = file_line__new(file, lineno); in message__add_file_line() local 139 if (fl == NULL) in message__add_file_line() 142 fl->next = self->files; in message__add_file_line() 143 self->files = fl; in message__add_file_line() 191 struct file_line *fl = self->files; in message__print_file_lineno() local 197 printf("#: %s:%d", fl->file, fl->lineno); in message__print_file_lineno() 198 fl = fl->next; in message__print_file_lineno() 200 while (fl != NULL) { in message__print_file_lineno() 201 printf(", %s:%d", fl->file, fl->lineno); in message__print_file_lineno() 202 fl = fl->next; in message__print_file_lineno()
|
/openbmc/qemu/hw/ssi/ |
H A D | aspeed_smc.c | 266 AspeedSMCFlash *fl = &s->flashes[cs]; in aspeed_smc_flash_set_segment_region() local 272 memory_region_set_size(&fl->mmio, seg.size); in aspeed_smc_flash_set_segment_region() 273 memory_region_set_address(&fl->mmio, seg.addr - asc->flash_window_base); in aspeed_smc_flash_set_segment_region() 274 memory_region_set_enabled(&fl->mmio, !!seg.size); in aspeed_smc_flash_set_segment_region() 366 static inline int aspeed_smc_flash_mode(const AspeedSMCFlash *fl) in aspeed_smc_flash_mode() argument 368 const AspeedSMCState *s = fl->controller; in aspeed_smc_flash_mode() 370 return s->regs[s->r_ctrl0 + fl->cs] & CTRL_CMD_MODE_MASK; in aspeed_smc_flash_mode() 373 static inline bool aspeed_smc_is_writable(const AspeedSMCFlash *fl) in aspeed_smc_is_writable() argument 375 const AspeedSMCState *s = fl->controller; in aspeed_smc_is_writable() 377 return s->regs[s->r_conf] & (1 << (s->conf_enable_w0 + fl->cs)); in aspeed_smc_is_writable() [all …]
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.h | 569 struct flock fl; in do_freebsd_fcntl() local 581 __get_user(fl.l_type, &target_fl->l_type); in do_freebsd_fcntl() 582 __get_user(fl.l_whence, &target_fl->l_whence); 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() 588 ret = get_errno(safe_fcntl(arg1, host_cmd, &fl)); in do_freebsd_fcntl() 593 __put_user(fl.l_type, &target_fl->l_type); in do_freebsd_fcntl() 594 __put_user(fl.l_whence, &target_fl->l_whence); in do_freebsd_fcntl() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | DINF.interface.yaml | 12 - name: FL 15 FL keyword. The FRU label.
|
H A D | VR10.interface.yaml | 16 - name: FL
|
/openbmc/qemu/target/loongarch/ |
H A D | csr.c | 10 #define CSR_OFF_FUNCS(NAME, FL, RD, WR) \ argument 14 .flags = FL, .readfn = RD, .writefn = WR \ 24 #define CSR_OFF_FLAGS(NAME, FL) CSR_OFF_FUNCS(NAME, FL, NULL, NULL) argument
|
/openbmc/qemu/include/hw/block/ |
H A D | flash.h | 24 BlockBackend *pflash_cfi01_get_blk(PFlashCFI01 *fl); 25 MemoryRegion *pflash_cfi01_get_memory(PFlashCFI01 *fl);
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | image-fleecing | 127 'node-name': 'fl-cbw', 137 log(vm.qmp('qom-set', path=qom_path, property='drive', value='fl-cbw')) 142 'node-name': 'fl-access', 143 'file': 'fl-cbw', 152 export_node = 'fl-access' if use_snapshot_access_filter else tmp_node 253 log(vm.qmp('blockdev-del', node_name='fl-access')) 255 log(vm.qmp('blockdev-del', node_name='fl-cbw'))
|
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/ |
H A D | rpcbind_add_option_to_fix_port_number.patch | 25 -.Op Fl adhiLls 26 +.Op Fl adhpiLls 34 +.It Fl p 37 .Fl h
|
/openbmc/qemu/util/ |
H A D | osdep.c | 200 struct flock fl = { in qemu_probe_lock_ops() local 216 ret = fcntl(fd, F_OFD_GETLK, &fl); in qemu_probe_lock_ops() 245 struct flock fl = { in qemu_lock_fcntl() local 252 ret = RETRY_ON_EINTR(fcntl(fd, fcntl_op_setlk, &fl)); in qemu_lock_fcntl() 269 struct flock fl = { in qemu_lock_fd_test() local 276 ret = fcntl(fd, fcntl_op_getlk, &fl); in qemu_lock_fd_test() 280 return fl.l_type == F_UNLCK ? 0 : -EAGAIN; in qemu_lock_fd_test()
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libenv/ |
H A D | libenv-perl_1.04.bb | 12 SRC_URI = "${CPAN_MIRROR}/authors/id/F/FL/FLORA/Env-${PV}.tar.gz"
|
/openbmc/pldm/oem/ibm/configurations/fru/ |
H A D | Bmc_VR10.json | 36 "property_name": "FL",
|
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/ |
H A D | cmake.inc | 20 file://0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch \
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | staging.bbclass | 469 fl = depdir + "/" + l 470 if not os.path.exists(fl): 491 fl = depdir + "/" + l 493 lnk = os.readlink(fl) 495 os.unlink(fl) 496 os.unlink(fl + ".complete")
|
/openbmc/qemu/hw/block/ |
H A D | pflash_cfi01.c | 990 BlockBackend *pflash_cfi01_get_blk(PFlashCFI01 *fl) in pflash_cfi01_get_blk() argument 992 return fl->blk; in pflash_cfi01_get_blk() 995 MemoryRegion *pflash_cfi01_get_memory(PFlashCFI01 *fl) in pflash_cfi01_get_memory() argument 997 return &fl->mem; in pflash_cfi01_get_memory() 1003 * Else if @fl's property "drive" is already set, fatal error. 1006 void pflash_cfi01_legacy_drive(PFlashCFI01 *fl, DriveInfo *dinfo) in pflash_cfi01_legacy_drive() argument 1016 if (fl->blk) { in pflash_cfi01_legacy_drive() 1020 qdev_prop_set_drive_err(DEVICE(fl), "drive", blk_by_legacy_dinfo(dinfo), in pflash_cfi01_legacy_drive()
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | unzip_optimization.patch | 69 LF="-shlib $(LF)" SL="-shlib $(SL)" FL="-shlib $(FL)" LF2="" \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/ |
H A D | disable-run-test-program-while-cross-compiling.patch | 243 - DAQ_ModFlow_t fl; 244 - fl.type = DAQ_MODFLOW_TYPE_VER_REASON;
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 998 // Fill in the FRU Label (FL) keyword. in updateInventory() 999 std::string fl = "E"; in updateInventory() local 1000 fl.push_back(inventoryPath.back()); in updateInventory() 1001 fl.resize(FL_KW_SIZE, ' '); in updateInventory() 1002 ipzvpdDINFProps.emplace("FL", in updateInventory() 1003 std::vector<uint8_t>(fl.begin(), fl.end())); in updateInventory()
|
H A D | new_power_supply.cpp | 1013 // Fill in the FRU Label (FL) keyword. in updateInventory() 1014 std::string fl = "E"; in updateInventory() local 1015 fl.push_back(inventoryPath.back()); in updateInventory() 1016 fl.resize(FL_KW_SIZE, ' '); in updateInventory() 1017 ipzvpdDINFProps.emplace("FL", in updateInventory() 1018 std::vector<uint8_t>(fl.begin(), fl.end())); in updateInventory()
|
/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-graph-mod.c | 431 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()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cache.py | 612 for _, fl in info_array[0].file_checksums.items(): 613 fl = fl.strip() 614 if not fl: 617 flist = self.filelist_regex.split(fl)
|
H A D | main.py | 365 fl = fcntl.fcntl(sys.stdout.fileno(), fcntl.F_GETFL) 366 fl |= os.O_SYNC 367 fcntl.fcntl(sys.stdout.fileno(), fcntl.F_SETFL, fl)
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 6897 static inline abi_long copy_from_user_flock(struct flock *fl, in copy_from_user_flock() argument 6912 fl->l_type = l_type; in copy_from_user_flock() 6913 __get_user(fl->l_whence, &target_fl->l_whence); in copy_from_user_flock() 6914 __get_user(fl->l_start, &target_fl->l_start); in copy_from_user_flock() 6915 __get_user(fl->l_len, &target_fl->l_len); in copy_from_user_flock() 6916 __get_user(fl->l_pid, &target_fl->l_pid); in copy_from_user_flock() 6922 const struct flock *fl) in copy_to_user_flock() argument 6931 l_type = host_to_target_flock(fl->l_type); in copy_to_user_flock() 6933 __put_user(fl->l_whence, &target_fl->l_whence); in copy_to_user_flock() 6934 __put_user(fl->l_start, &target_fl->l_start); in copy_to_user_flock() [all …]
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 53 fl = fcntl.fcntl(sys.stdout.fileno(), fcntl.F_GETFL) variable 54 fl |= os.O_SYNC 55 fcntl.fcntl(sys.stdout.fileno(), fcntl.F_SETFL, fl)
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Arphic-1999 | 4 11Fl. No.168, Yung Chi Rd., Taipei, 110 Taiwan
|