Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Diblocks.c50 #define B_SIZE BSIZE(st->st_dev)
55 #ifdef BSIZE
56 #define B_SIZE BSIZE
/illumos-gate/usr/src/test/smbclient-tests/cmd/file_trunc/
H A Dfile_trunc.c44 #define BSIZE 512 macro
48 static size_t bsize = BSIZE;
/illumos-gate/usr/src/test/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c49 #define BSIZE 512 macro
53 static size_t bsize = BSIZE;
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c65 #define BSIZE 512 macro
541 ibs = BSIZE; in main()
542 obs = BSIZE; in main()
1734 n *= BSIZE; in number()
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h117 #define KCORE(clicks) ((double) BSIZE * (clicks/1024.0))
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h138 #define BIGPAGESIZE(P) ((P)->BSIZE - BIGPAGEOVERHEAD)
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c66 #define BSIZE 512 /* Size of block for -b */ macro
1464 (blkoffset / BSIZE), separate); in grep()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h77 typedef UINT16 BSIZE; typedef
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c130 #ifdef BSIZE
131 #define SYS_BLOCK BSIZE /* from sys/param.h: secondary block size */