| /freebsd-14.2/sys/dev/ice/ |
| H A D | ice_flex_pipe.c | 119 static u32 ice_sect_id(enum ice_block blk, enum ice_sect sect) in ice_sect_id() 732 int ice_ptg_update_xlt1(struct ice_hw *hw, enum ice_block blk) in ice_ptg_update_xlt1() 1154 ice_find_dup_props_vsig(struct ice_hw *hw, enum ice_block blk, in ice_find_dup_props_vsig() 1357 ice_find_prof_id(struct ice_hw *hw, enum ice_block blk, in ice_find_prof_id() 2280 ice_prof_bld_es(struct ice_hw *hw, enum ice_block blk, in ice_prof_bld_es() 2321 ice_prof_bld_tcam(struct ice_hw *hw, enum ice_block blk, in ice_prof_bld_tcam() 2438 ice_upd_prof_hw(struct ice_hw *hw, enum ice_block blk, in ice_upd_prof_hw() 2545 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, in ice_add_prof() 2735 ice_rem_prof_id(struct ice_hw *hw, enum ice_block blk, in ice_rem_prof_id() 2929 ice_get_prof(struct ice_hw *hw, enum ice_block blk, u64 hdl, in ice_get_prof() [all …]
|
| H A D | ice_flow.c | 393 enum ice_block blk; member 785 ice_flow_find_prof_conds(struct ice_hw *hw, enum ice_block blk, in ice_flow_find_prof_conds() 872 ice_flow_get_hw_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id, in ice_flow_get_hw_prof() 903 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk, in ice_flow_add_prof_sync() 979 ice_flow_rem_prof_sync(struct ice_hw *hw, enum ice_block blk, in ice_flow_rem_prof_sync() 1033 ice_flow_assoc_prof(struct ice_hw *hw, enum ice_block blk, in ice_flow_assoc_prof() 1064 ice_flow_disassoc_prof(struct ice_hw *hw, enum ice_block blk, in ice_flow_disassoc_prof() 1136 ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id) in ice_flow_rem_prof() 1364 const enum ice_block blk = ICE_BLK_RSS; in ice_rem_vsi_rss_cfg() local 1551 const enum ice_block blk = ICE_BLK_RSS; in ice_add_rss_cfg_sync() local [all …]
|
| /freebsd-14.2/usr.bin/mkimg/ |
| H A D | image.c | 132 image_chunk_find(lba_t blk) in image_chunk_find() 168 image_chunk_memory(struct chunk *ch, lba_t blk) in image_chunk_memory() 249 image_chunk_append(lba_t blk, size_t sz, off_t ofs, int fd) in image_chunk_append() 280 image_chunk_copyin(lba_t blk, void *buf, size_t sz, off_t ofs, int fd) in image_chunk_copyin() 348 image_copyin_stream(lba_t blk, int fd, uint64_t *sizep) in image_copyin_stream() 397 image_copyin_mapped(lba_t blk, int fd, uint64_t *sizep) in image_copyin_mapped() 491 image_copyin(lba_t blk, int fd, uint64_t *sizep) in image_copyin() 601 image_copyout_region(int fd, lba_t blk, lba_t size) in image_copyout_region() 640 image_data(lba_t blk, lba_t size) in image_data() 668 image_set_size(lba_t blk) in image_set_size() [all …]
|
| H A D | apm.c | 52 apm_metadata(u_int where, lba_t blk) in apm_metadata()
|
| H A D | bsd.c | 50 bsd_metadata(u_int where, lba_t blk) in bsd_metadata()
|
| H A D | mbr.c | 53 mbr_metadata(u_int where, lba_t blk) in mbr_metadata()
|
| H A D | ebr.c | 49 ebr_metadata(u_int where, lba_t blk) in ebr_metadata()
|
| /freebsd-14.2/sys/fs/ext2fs/ |
| H A D | ext2_extents.c | 88 e4fs_daddr_t blk; in ext4_ext_walk_index() local 124 e4fs_daddr_t blk; in ext4_ext_walk_extent() local 232 e4fs_daddr_t blk; in ext4_ext_index_pblock() local 251 e4fs_daddr_t blk; in ext4_ext_extent_pblock() local 384 e4fs_daddr_t blk = ext4_ext_extent_pblock(ext); in ext4_validate_extent() local 549 struct buf *bp, uint64_t blk) in ext4_ext_fill_path_bdata() 606 uint64_t blk; in ext4_ext_find_extent() local 752 e2fs_daddr_t blk = le32toh(ex->e_blk); in ext4_ext_blkpref() local 818 uint64_t blk; in ext4_ext_dirty() local 845 uint32_t lblk, e4fs_daddr_t blk) in ext4_ext_insert_index() [all …]
|
| H A D | ext2_htree.c | 162 ext2_htree_set_block(struct ext2fs_htree_entry *ep, uint32_t blk) in ext2_htree_set_block() 361 uint32_t blk; in ext2_htree_lookup() local 466 uint32_t hash, uint32_t blk) in ext2_htree_insert_entry_to_level() 486 uint32_t hash, uint32_t blk) in ext2_htree_insert_entry()
|
| /freebsd-14.2/sbin/tunefs/ |
| H A D | tunefs.c | 580 ufs2_daddr_t blk; in journal_balloc() local 635 dir_search(ufs2_daddr_t blk, int bytes) in dir_search() 724 dir_insert(ufs2_daddr_t blk, off_t off, ino_t ino) in dir_insert() 753 dir_extend(ufs2_daddr_t blk, ufs2_daddr_t nblk, off_t size, ino_t ino) in dir_extend() 781 ufs2_daddr_t blk; in journal_insertfile() local 850 indir_fill(ufs2_daddr_t blk, int level, int *resid) in indir_fill() 922 ufs2_daddr_t blk; in journal_alloc() local
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_blist.c | 265 daddr_t blk, cursor; in blist_alloc() local 590 daddr_t blk; in blst_next_leaf_alloc() local 669 blst_leaf_alloc(blmeta_t *scan, daddr_t blk, int *count, int maxcount) in blst_leaf_alloc() 774 daddr_t blk, i, r, skip; in blst_meta_alloc() local 839 blst_leaf_free(blmeta_t *scan, daddr_t blk, int count) in blst_leaf_free() 869 daddr_t blk, endBlk, i, skip; in blst_meta_free() local 911 blst_copy(blmeta_t *scan, daddr_t blk, daddr_t radix, blist_t dest, in blst_copy() 967 blst_leaf_fill(blmeta_t *scan, daddr_t blk, int count) in blst_leaf_fill() 992 daddr_t blk, endBlk, i, nblks, skip; in blst_meta_fill() local 1026 blst_radix_print(blmeta_t *scan, daddr_t blk, daddr_t radix, int tab) in blst_radix_print() [all …]
|
| /freebsd-14.2/bin/pax/ |
| H A D | cpio.c | 256 cpio_id(char *blk, int size) in cpio_id() 495 vcpio_id(char *blk, int size) in vcpio_id() 512 crc_id(char *blk, int size) in crc_id() 817 bcpio_id(char *blk, int size) in bcpio_id()
|
| H A D | tar.c | 254 tar_chksm(char *blk, int len) in tar_chksm() 295 tar_id(char *blk, int size) in tar_id() 679 ustar_id(char *blk, int size) in ustar_id()
|
| /freebsd-14.2/sbin/fsck_ffs/ |
| H A D | fsutil.c | 402 getblk(struct bufarea *bp, ufs2_daddr_t blk, long size) in getblk() 555 int blk; in cg_write() local 600 rwerror(const char *mesg, ufs2_daddr_t blk) in rwerror() 868 blread(int fd, char *buf, ufs2_daddr_t blk, long size) in blread() 918 blwrite(int fd, char *buf, ufs2_daddr_t blk, ssize_t size) in blwrite() 943 blerase(int fd, ufs2_daddr_t blk, long size) in blerase() 961 blzero(int fd, ufs2_daddr_t blk, long size) in blzero()
|
| H A D | suj.c | 240 blk_lookup(ufs2_daddr_t blk, int creat) in blk_lookup() 311 blk_freemask(ufs2_daddr_t blk, ino_t ino, ufs_lbn_t lbn, int frags) in blk_freemask() 363 blk_isindir(ufs2_daddr_t blk, ino_t ino, ufs_lbn_t lbn) in blk_isindir() 532 blk_isat(ino_t ino, ufs_lbn_t lbn, ufs2_daddr_t blk, int *frags) in blk_isat() 559 ufs2_daddr_t blk; in ino_clrat() local 604 ufs2_daddr_t blk; in ino_isat() local 828 null_visit(ino_t ino, ufs_lbn_t lbn, ufs2_daddr_t blk, int frags) in null_visit() 897 blk_free_visit(ino_t ino, ufs_lbn_t lbn, ufs2_daddr_t blk, int frags) in blk_free_visit() 1494 ufs2_daddr_t blk; in blk_check() local 1910 ufs2_daddr_t blk; in blk_build() local [all …]
|
| H A D | inode.c | 327 indir_blkatoff(ufs2_daddr_t blk, ino_t ino, ufs_lbn_t cur, ufs_lbn_t lbn, in indir_blkatoff() 383 chkrange(ufs2_daddr_t blk, int cnt) in chkrange() 528 ufs2_daddr_t ndb, blk; in getnextinode() local 1352 blkerror(ino_t ino, const char *type, ufs2_daddr_t blk) in blkerror()
|
| /freebsd-14.2/sys/opencrypto/ |
| H A D | xform_sha1.c | 101 SHA1Final_int(uint8_t *blk, void *ctx) in SHA1Final_int()
|
| H A D | cryptosoft.c | 101 unsigned char blk[EALG_MAX_BLOCK_LEN]; in swcr_encdec() local 329 u_char *blk = (u_char *)s.blkbuf; in swcr_gmac() local 407 u_char *blk = (u_char *)s.blkbuf; in swcr_gcm() local 660 build_ccm_aad_length(u_int aad_length, uint8_t *blk) in build_ccm_aad_length() 678 u_char blk[CCM_CBC_BLOCK_LEN]; in swcr_ccm_cbc_mac() member 741 u_char *blk = (u_char *)s.blkbuf; in swcr_ccm() local 966 u_char *blk = (u_char *)s.blkbuf; in swcr_chacha20_poly1305() local
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | cipher_overhead_test.c | 37 size_t mac, in, blk, ex; in cipher_overhead() local
|
| /freebsd-14.2/stand/common/ |
| H A D | bcache.c | 187 write_strategy(void *devdata, int rw, daddr_t blk, size_t size, in write_strategy() 211 read_strategy(void *devdata, int rw, daddr_t blk, size_t size, in read_strategy() 391 bcache_strategy(void *devdata, int rw, daddr_t blk, size_t size, in bcache_strategy()
|
| H A D | md.c | 85 md_strategy(void *devdata, int rw, daddr_t blk, size_t size, in md_strategy()
|
| /freebsd-14.2/sbin/fsdb/ |
| H A D | fsdb.c | 647 founddatablk(uint64_t blk) in founddatablk() 661 int blk; in find_blks32() local 674 find_indirblks32(uint32_t blk, int ind_level, uint32_t *wantedblk) in find_indirblks32() 703 int blk; in find_blks64() local 716 find_indirblks64(uint64_t blk, int ind_level, uint64_t *wantedblk) in find_indirblks64()
|
| /freebsd-14.2/stand/uboot/ |
| H A D | uboot_disk.c | 144 stor_strategy(void *devdata, int rw, daddr_t blk, size_t size, in stor_strategy() 218 stor_readdev(struct disk_devdesc *dev, daddr_t blk, size_t size, char *buf) in stor_readdev()
|
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_subr.c | 439 struct tcp_function_block *blk = NULL; in find_tcp_functions_locked() local 452 find_tcp_fb_locked(struct tcp_function_block *blk, struct tcp_function **s) in find_tcp_fb_locked() 473 struct tcp_function_block *blk; in find_and_ref_tcp_functions() local 484 find_and_ref_tcp_fb(struct tcp_function_block *blk) in find_and_ref_tcp_fb() 498 find_tcp_function_alias(struct tcp_function_block *blk, in find_tcp_function_alias() 696 struct tcp_function_block *blk; in sysctl_net_inet_default_tcp_functions() local 1218 register_tcp_functions_as_names(struct tcp_function_block *blk, int wait, in register_tcp_functions_as_names() 1308 register_tcp_functions_as_name(struct tcp_function_block *blk, const char *name, in register_tcp_functions_as_name() 1330 register_tcp_functions(struct tcp_function_block *blk, int wait) in register_tcp_functions() 1354 deregister_tcp_functions(struct tcp_function_block *blk, bool quiesce, in deregister_tcp_functions()
|
| /freebsd-14.2/sys/contrib/zstd/zlibWrapper/examples/ |
| H A D | fitblk_original.c | 132 unsigned char *blk; /* intermediate and final stream */ in main() local
|