Searched refs:dump_bytes (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | pcfs_common.h | 81 extern void dump_bytes(uchar_t *b, int n);
|
H A D | fat.c | 112 dump_bytes(TheFAT, 32); in getFAT()
|
H A D | pcfs_common.c | 131 dump_bytes(uchar_t *buf, int n) in dump_bytes() function
|
H A D | dir.c | 970 dump_bytes(TheRootDir.bytes, 256); in getRootDirectory()
|
/titanic_41/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs.c | 157 static void dump_bytes(uchar_t *, int); 306 dump_bytes(uchar_t *b, int n) in dump_bytes() function 2759 dump_bytes(fatp, BPSEC); in build_fat() 2919 dump_bytes((uchar_t *)rootdirp, 2 * sizeof (struct pcdir)); in build_rootdir() 2975 dump_bytes((uchar_t *)fsinfop, sizeof (*fsinfop)); in write_fat32_bootstuff() 3007 dump_bytes((uchar_t *)fsinfop, sizeof (*fsinfop)); in write_fat32_bootstuff() 3066 dump_bytes(bsp->buf, sizeof (bsp->buf)); in write_bootsects()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu_send.c | 91 dump_bytes(dmu_sendarg_t *dsp, void *buf, int len) in dump_bytes() function 129 if (dump_bytes(dsp, dsp->dsa_drr, sizeof (dmu_replay_record_t)) != 0) in dump_record() 134 if (dump_bytes(dsp, payload, payload_len) != 0) in dump_record()
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_frame2.c | 1115 dump_bytes(Dwarf_Small * start, long len)
|