Home
last modified time | relevance | path

Searched refs:fo (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/u-boot/board/synopsys/axs10x/
H A Dheaderize-axs.py119 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/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py101 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/linux/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c19 __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()
385 __be16 fo; in reject6_csum_ok() local
392 thoff = ipv6_skip_exthdr(skb, ((u8 *)(ip6h + 1) - skb->data), &proto, &fo); in reject6_csum_ok()
394 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in reject6_csum_ok()
/openbmc/qemu/pc-bios/keymaps/
H A Dmeson.build13 'fo': '-l fo',
H A Dfo4 # layout : fo
/openbmc/linux/include/target/
H A Dtarget_core_fabric.h123 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 Dfsntfs.c135 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 Dindex.c638 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 Dfslog.c2623 u16 fo; in check_index_buffer() local
2629 fo = (SECTOR_SIZE - ((bytes >> SECTOR_SHIFT) + 1) * sizeof(short)); in check_index_buffer()
2631 if (le16_to_cpu(r->fix_off) > fo) in check_index_buffer()
2769 u16 fo = le16_to_cpu(rec->rhdr.fix_off); in check_file_record() local
2776 fo > (SECTOR_SIZE - ((rs >> SECTOR_SHIFT) + 1) * sizeof(short)) || in check_file_record()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c206 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 Ddocbook-xsl-stylesheets_1.79.1.bb33 cp -v -R VERSION assembly common eclipse epub epub3 fo \
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c1687 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 Dxfs_dir2_node.c1806 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 Dxfs_dir2_priv.h155 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38470-1.patch25 printf("%s\n", s = avahi_normalize_name_strdup("fo\\\\o\\..f oo."));
/openbmc/openbmc/poky/meta/recipes-core/musl/musl/
H A D0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch13 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 Dhunspell-dictionaries.bb26 LICENSE:dictionaries/fo = "GPL-2.0-only"
89 file://dictionaries/fo/license;md5=fa9ce505d07423c9f8e6c1073f4806c2 \
/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/
H A Darch-microblaze.inc48 MBPKGARCH_TUNE .= "${@bb.utils.contains("TUNE_FEATURES", "frequency-optimized", "-fo", "", d)}"
/openbmc/linux/net/ipv4/
H A Dtcp_output.c3861 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data() local
3881 space = min_t(size_t, space, fo->size); in tcp_send_syn_data()
3897 space, &fo->data->msg_iter); in tcp_send_syn_data()
3908 skb_zcopy_set(syn_data, fo->uarg, NULL); in tcp_send_syn_data()
3911 if (space == fo->size) in tcp_send_syn_data()
3912 fo->data = NULL; in tcp_send_syn_data()
3913 fo->copied = space; in tcp_send_syn_data()
3931 tp->syn_data = (fo->copied > 0); in tcp_send_syn_data()
3943 if (fo->cookie.len > 0) in tcp_send_syn_data()
3944 fo->cookie.len = 0; in tcp_send_syn_data()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/
H A Dwxwidgets_3.2.1.bb22 file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \
/openbmc/linux/drivers/target/
H A Dtarget_core_configfs.c468 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/arch/s390/kvm/
H A Dgaccess.c238 unsigned long fo : 1; /* Fetch-Only Bit */ member
462 if (ale.fo == 1 && mode == GACC_STORE) in ar_translation()
/openbmc/linux/drivers/md/
H A Draid10.c3982 int nc, fc, fo; in setup_geo() local
4010 fo = layout & (1<<16); in setup_geo()
4014 geo->far_offset = fo; in setup_geo()
4174 int fc, fo; in raid10_run() local
4177 fo = mddev->layout & (1<<16); in raid10_run()
4178 if (fc > 1 || fo > 0) { in raid10_run()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch76 +bepSaiYfnYfn[hpWdlZgo\iq]iqYhrWfoYhq[ktUdm[jsZir[js[jr]ktZjrZirZir[js[js]lu\fo^hr]ir_kw^jv\kv\iwY…
/openbmc/qemu/
H A Dqemu-options.hx725 ar de-ch es fo fr-ca hu ja mk no pt-br sv

12