Home
last modified time | relevance | path

Searched refs:dump_bytes (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.h81 extern void dump_bytes(uchar_t *b, int n);
H A Dfat.c110 dump_bytes(TheFAT, 32); in getFAT()
H A Dpcfs_common.c131 dump_bytes(uchar_t *buf, int n) in dump_bytes() function
H A Ddir.c968 dump_bytes(TheRootDir.bytes, 256); in getRootDirectory()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c159 static void dump_bytes(uchar_t *, int);
308 dump_bytes(uchar_t *b, int n) in dump_bytes() function
2877 dump_bytes(fatp, BPSEC); in build_fat()
3037 dump_bytes((uchar_t *)rootdirp, 2 * sizeof (struct pcdir)); in build_rootdir()
3093 dump_bytes((uchar_t *)fsinfop, sizeof (*fsinfop)); in write_fat32_bootstuff()
3125 dump_bytes((uchar_t *)fsinfop, sizeof (*fsinfop)); in write_fat32_bootstuff()
3184 dump_bytes(bsp->buf, sizeof (bsp->buf)); in write_bootsects()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_str_offsets.c59 dump_bytes(char * msg,Dwarf_Small * start, long len)
H A Ddwarf_debuglink.c363 dump_bytes(const char *msg,unsigned char * start, unsigned len)
H A Ddwarf_xu_index.c112 dump_bytes(char * msg,Dwarf_Small * start, long len)
H A Ddwarf_util.c85 dump_bytes(char * msg,Dwarf_Small * start, long len)
H A Ddwarf_frame2.c65 dump_bytes(const char *msg,Dwarf_Small * start, long len)
H A Ddwarf_macro5.c257 dump_bytes(Dwarf_Small * start, long len)
H A Ddwarf_init_finish.c304 dump_bytes(const char *msg,Dwarf_Small * start, long len)
H A Ddwarf_query.c70 dump_bytes(char * msg,Dwarf_Small * start, long len)
H A Ddwarf_die_deliv.c76 dump_bytes(char * msg,Dwarf_Small * start, long len)
H A Ddwarf_frame.c63 dump_bytes(const char *msg,Dwarf_Small * start, long len)
H A Dpro_section.c233 dump_bytes(char * msg,Dwarf_Small * start, long len)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c98 dump_bytes(dmu_sendarg_t *dsp, void *buf, int len) in dump_bytes() function
153 if (dump_bytes(dsp, dsp->dsa_drr, sizeof (dmu_replay_record_t)) != 0) in dump_record()
158 if (dump_bytes(dsp, payload, payload_len) != 0) in dump_record()