Home
last modified time | relevance | path

Searched defs:blk (Results 26 – 50 of 66) sorted by relevance

123

/dragonfly/sbin/fsdb/
H A Dfsdbutil.c179 printindir(ufs_daddr_t blk, int level, char *bufp) in printindir()
/dragonfly/usr.bin/tcopy/
H A Dtcopy.c287 getspace(int blk) in getspace()
/dragonfly/contrib/xz/src/liblzma/check/
H A Dsha256.c50 #define R(i, j, blk) \ argument
/dragonfly/contrib/libpcap/
H A Dgrammar.y337 } blk; member
/dragonfly/contrib/tcsh-6/
H A Dsh.sem.c792 Char *blk[2]; in splicepipe() local
/dragonfly/sys/vfs/ext2fs/
H A Dext2_extents.c169 ext4_ext_put_in_cache(struct inode *ip, uint32_t blk, in ext4_ext_put_in_cache()
/dragonfly/contrib/ldns/
H A Dsha1.c34 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dsha1-internal.c140 #define blk(i) (block->l[i & 15] = rol(block->l[(i + 13) & 15] ^ \ macro
/dragonfly/usr.sbin/cdcontrol/
H A Dcdcontrol.c487 int blk, len = 0; in play() local
1052 play_blocks(int blk, int len) in play_blocks()
/dragonfly/lib/libkvm/
H A Dkvm_getswapinfo.c246 swblk_t blk, in scanradix()
/dragonfly/sbin/dump/
H A Dtraverse.c426 dmpindir(ufs1_ino_t ino, daddr_t blk, int ind_level, fsizeT *size) in dmpindir()
/dragonfly/sys/vfs/ufs/
H A Dfs.h491 #define lblktosize(fs, blk) /* calculates ((off_t)blk * fs->fs_bsize) */ \ argument
502 #define lblktodoff(fs, blk) ((off_t)(blk) << (fs)->fs_bshift) argument
508 #define smalllblktosize(fs, blk) /* calculates (blk * fs->fs_bsize) */ \ argument
H A Dffs_alloc.c1491 int i, error, cg, blk, frags, bbase; in ffs_blkfree_cg() local
1826 int blk, field, subfield, pos; in ffs_mapsearch() local
/dragonfly/sys/vm/
H A Dvm_page.c748 alist_blk_t blk; in vm_page_startup_finish() local
2750 alist_blk_t blk; in vm_contig_avail_pages() local
2769 alist_blk_t blk; in vm_page_alloc_contig() local
/dragonfly/sys/dev/raid/mrsas/
H A Dmrsas_fp.c399 u_int64_t blk; in mr_spanset_get_span_block() local
1426 u_int64_t blk; in MR_GetSpanBlock() local
/dragonfly/sys/dev/sound/pci/
H A Denvy24ht.c91 u_int32_t blk; /* hw block size(dword) */ member
163 u_int16_t blk[2]; /* transfer check blocksize(dword) */ member
1160 u_int16_t blk; in envy24ht_updintr() local
H A Demu10kx.c1093 struct emu_memblk *blk; in emu_memalloc() local
1155 struct emu_memblk *blk, *i; in emu_memfree() local
1178 struct emu_memblk *blk, *i; in emu_memstart() local
2917 struct emu_memblk *blk; in emu_uninit() local
H A Demu10k1.c1350 struct emu_memblk *blk; in emu_memalloc() local
1405 struct emu_memblk *blk, *i; in emu_memfree() local
1429 struct emu_memblk *blk, *i; in emu_memstart() local
H A Denvy24.c82 u_int32_t blk; /* hw block size(dword) */ member
164 u_int16_t blk[2]; /* transfer check blocksize(dword) */ member
1206 u_int16_t blk; in envy24_updintr() local
/dragonfly/stand/lib/
H A Dext2fs.c132 #define fsb_to_db(fs, blk) ((blk) << (fs)->fs_fsbtodb) argument
151 #define smalllblktosize(fs, blk) /* blk * bsize */ \ argument
/dragonfly/contrib/less/
H A Dch.c83 #define BUFHASH(blk) ((blk) & (BUFHASH_SIZE-1)) argument
/dragonfly/sys/vfs/isofs/cd9660/
H A Diso.h258 #define lblktosize(imp, blk) ((blk) << (imp)->im_bshift) argument
259 #define lblktooff(imp, blk) ((off_t)(blk) << (imp)->im_bshift) argument
/dragonfly/sbin/newfs/
H A Dmkfs.c149 long cylno, rpos, blk, j, emitwarn = 0; in mkfs() local
/dragonfly/sys/sys/
H A Dcdio.h124 int blk; member
/dragonfly/stand/boot/common/
H A Dfs.h545 #define lblktosize(fs, blk) /* calculates ((off_t)blk * fs->fs_bsize) */ \ argument
548 #define smalllblktosize(fs, blk) /* calculates (blk * fs->fs_bsize) */ \ argument

123