Home
last modified time | relevance | path

Searched refs:BSIZE (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libast/common/port/
H A Diblocks.c50 #define B_SIZE BSIZE(st->st_dev)
55 #ifdef BSIZE
56 #define B_SIZE BSIZE
/titanic_41/usr/src/test/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c49 #define BSIZE 512 macro
53 static size_t bsize = BSIZE;
/titanic_41/usr/src/cmd/dd/
H A Ddd.c62 #define BSIZE 512 macro
495 ibs = BSIZE; in main()
496 obs = BSIZE; in main()
1773 n *= BSIZE;
/titanic_41/usr/src/cmd/acct/
H A Dacctdef.h119 #define KCORE(clicks) ((double) BSIZE * (clicks/1024.0))
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h140 #define BIGPAGESIZE(P) ((P)->BSIZE - BIGPAGEOVERHEAD)
/titanic_41/usr/src/cmd/grep_xpg4/
H A Dgrep.c63 #define BSIZE 512 /* Size of block for -b */ macro
1141 (line_offset / BSIZE)); in grep()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c136 #ifdef BSIZE
137 #define SYS_BLOCK BSIZE /* from sys/param.h: secondary block size */