/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | headerize-hsdk.py | 101 with open(headerised_filename, "ab") as fo: 103 fo.write(fi.read()) 140 with open(uboot_scrypt_file, "wb") as fo: 141 fo.write(update_uboot_cmd.encode('ascii'))
|
/openbmc/u-boot/board/synopsys/axs10x/ |
H A D | headerize-axs.py | 119 with open(headerised_filename, "ab") as fo: 121 fo.write(fi.read()) 167 with open(uboot_scrypt_file, "wb") as fo: 168 fo.write(update_uboot_cmd.encode('ascii'))
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nf_reject_ipv6.c | 19 __be16 fo; in nf_reject_v6_csum_ok() local 30 thoff = ipv6_skip_exthdr(skb, ((u8*)(ip6h+1) - skb->data), &proto, &fo); in nf_reject_v6_csum_ok() 31 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in nf_reject_v6_csum_ok() 373 __be16 fo; in reject6_csum_ok() local 380 thoff = ipv6_skip_exthdr(skb, ((u8 *)(ip6h + 1) - skb->data), &proto, &fo); in reject6_csum_ok() 382 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in reject6_csum_ok()
|
/openbmc/qemu/pc-bios/keymaps/ |
H A D | meson.build | 13 'fo': '-l fo',
|
H A D | fo | 4 # layout : fo
|
/openbmc/linux/include/target/ |
H A D | target_core_fabric.h | 123 int target_register_template(const struct target_core_fabric_ops *fo); 124 void target_unregister_template(const struct target_core_fabric_ops *fo);
|
/openbmc/linux/fs/ntfs3/ |
H A D | fsntfs.c | 135 u16 fo = le16_to_cpu(rhdr->fix_off); in ntfs_fix_pre_write() local 138 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- || in ntfs_fix_pre_write() 144 fixup = Add2Ptr(rhdr, fo); in ntfs_fix_pre_write() 173 u16 sample, fo, fn; in ntfs_fix_post_read() local 175 fo = le16_to_cpu(rhdr->fix_off); in ntfs_fix_post_read() 180 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- || in ntfs_fix_post_read() 186 fixup = Add2Ptr(rhdr, fo); in ntfs_fix_post_read() 1423 u16 fo = le16_to_cpu(rhdr->fix_off); in ntfs_write_bh() local 1429 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- || in ntfs_write_bh() 1455 fixup = Add2Ptr(bh_data, fo); in ntfs_write_bh() [all …]
|
H A D | index.c | 638 u16 fo = le16_to_cpu(rhdr->fix_off); in index_buf_check() local 643 fo < sizeof(struct INDEX_BUFFER) in index_buf_check() 645 || (vbn && *vbn != le64_to_cpu(ib->vbn)) || (fo % sizeof(short)) || in index_buf_check() 646 fo + fn * sizeof(short) >= bytes || in index_buf_check()
|
H A D | fslog.c | 2642 u16 fo; in check_index_buffer() local 2648 fo = (SECTOR_SIZE - ((bytes >> SECTOR_SHIFT) + 1) * sizeof(short)); in check_index_buffer() 2650 if (le16_to_cpu(r->fix_off) > fo) in check_index_buffer() 2788 u16 fo = le16_to_cpu(rec->rhdr.fix_off); in check_file_record() local 2795 fo > (SECTOR_SIZE - ((rs >> SECTOR_SHIFT) + 1) * sizeof(short)) || in check_file_record()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_leaf.c | 1687 xfs_fileoff_t fo; /* freespace file offset */ in xfs_dir2_node_to_leaf() local 1713 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf() 1716 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf() 1723 while (fo > args->geo->freeblk) { in xfs_dir2_node_to_leaf() 1724 if ((error = xfs_dir2_node_trim_free(args, fo, &rval))) { in xfs_dir2_node_to_leaf() 1728 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf() 1735 if ((error = xfs_bmap_last_before(tp, dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf() 1741 if (XFS_FSB_TO_B(mp, fo) > XFS_DIR2_LEAF_OFFSET + args->geo->blksize) in xfs_dir2_node_to_leaf()
|
H A D | xfs_dir2_node.c | 1806 xfs_fileoff_t fo; in xfs_dir2_node_find_freeblk() local 1842 error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK); in xfs_dir2_node_find_freeblk() 1845 lastfbno = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)fo); in xfs_dir2_node_find_freeblk() 2280 xfs_fileoff_t fo, /* free block number */ in xfs_dir2_node_trim_free() argument 2298 error = xfs_dir2_free_try_read(tp, dp, fo, &bp); in xfs_dir2_node_trim_free() 2321 xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)fo), bp); in xfs_dir2_node_trim_free()
|
H A D | xfs_dir2_priv.h | 155 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 206 int fo; in enable_fastopen() local 208 fo = read_int_sysctl(TCP_FO_SYSCTL); in enable_fastopen() 209 if (fo < 0) in enable_fastopen() 212 return write_int_sysctl(TCP_FO_SYSCTL, fo | 7); in enable_fastopen()
|
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/ |
H A D | docbook-xsl-stylesheets_1.79.1.bb | 33 cp -v -R VERSION assembly common eclipse epub epub3 fo \
|
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
H A D | CVE-2023-38470-1.patch | 25 printf("%s\n", s = avahi_normalize_name_strdup("fo\\\\o\\..f oo."));
|
/openbmc/openbmc/poky/meta/recipes-core/musl/musl/ |
H A D | 0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch | 13 Make use of 'ln -r' to create relative symlinks, as most fo the distros
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/ |
H A D | hunspell-dictionaries.bb | 26 LICENSE:dictionaries/fo = "GPL-2.0-only" 89 file://dictionaries/fo/license;md5=fa9ce505d07423c9f8e6c1073f4806c2 \
|
/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/ |
H A D | arch-microblaze.inc | 48 MBPKGARCH_TUNE .= "${@bb.utils.contains("TUNE_FEATURES", "frequency-optimized", "-fo", "", d)}"
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_output.c | 3866 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data() local 3872 if (!tcp_fastopen_cookie_check(sk, &tp->rx_opt.mss_clamp, &fo->cookie)) in tcp_send_syn_data() 3886 space = min_t(size_t, space, fo->size); in tcp_send_syn_data() 3902 space, &fo->data->msg_iter); in tcp_send_syn_data() 3913 skb_zcopy_set(syn_data, fo->uarg, NULL); in tcp_send_syn_data() 3916 if (space == fo->size) in tcp_send_syn_data() 3917 fo->data = NULL; in tcp_send_syn_data() 3918 fo->copied = space; in tcp_send_syn_data() 3936 tp->syn_data = (fo->copied > 0); in tcp_send_syn_data() 3948 if (fo->cookie.len > 0) in tcp_send_syn_data() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/ |
H A D | wxwidgets_3.2.6.bb | 22 file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \
|
/openbmc/linux/drivers/target/ |
H A D | target_core_configfs.c | 468 int target_register_template(const struct target_core_fabric_ops *fo) in target_register_template() argument 474 ret = target_fabric_tf_ops_check(fo); in target_register_template() 489 memcpy(tfo, fo, sizeof(*tfo)); in target_register_template() 505 void target_unregister_template(const struct target_core_fabric_ops *fo) in target_unregister_template() argument 511 if (!strcmp(t->tf_ops->fabric_name, fo->fabric_name)) { in target_unregister_template()
|
/openbmc/linux/drivers/md/ |
H A D | raid10.c | 3960 int nc, fc, fo; in setup_geo() local 3988 fo = layout & (1<<16); in setup_geo() 3992 geo->far_offset = fo; in setup_geo() 4152 int fc, fo; in raid10_run() local 4155 fo = mddev->layout & (1<<16); in raid10_run() 4156 if (fc > 1 || fo > 0) { in raid10_run()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | gaccess.c | 238 unsigned long fo : 1; /* Fetch-Only Bit */ member 462 if (ale.fo == 1 && mode == GACC_STORE) in ar_translation()
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0003-wayland-Add-Wayland-example.patch | 76 +bepSaiYfnYfn[hpWdlZgo\iq]iqYhrWfoYhq[ktUdm[jsZir[js[jr]ktZjrZirZir[js[js]lu\fo^hr]ir_kw^jv\kv\iwY…
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 735 ar de-ch es fo fr-ca hu ja mk no pt-br sv
|