Searched refs:BZB (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/pdisk/dist/
H A Dconvert.h62 int convert_bzb(BZB *data, int to_cpu_form);
H A Dpartition_map.h119 void bzb_init_slice(BZB *bp, int slice);
H A Dconvert.c95 convert_bzb((BZB *)data->dpme_bzb, to_cpu_form);
103 convert_bzb(BZB *data, int to_cpu_form)
H A Ddpme.h55 #define BZBMAGIC 0xABADBABE /* BZB magic number */
163 // BZB (Block Zero Block, but I can't remember the etymology)
188 typedef struct bzb BZB; typedef in typeref:struct:bzb
H A Ddump.c276 BZB *bp;
342 bp = (BZB *) (p->dpme_bzb);
440 BZB *bp;
541 bp = (BZB *) (p->dpme_bzb);
H A Dpdisk.c666 bzb_init_slice((BZB *)entry->data->dpme_bzb,slice);
H A Dpartition_map.c788 bzb_init_slice(BZB *bp, int slice)
790 memset(bp,0,sizeof(BZB));

Completed in 113 milliseconds