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

/macosx-10.10/pdisk-9/
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.c97 convert_bzb((BZB *)data->dpme_bzb, to_cpu_form);
105 convert_bzb(BZB *data, int to_cpu_form)
H A Ddpme.h55 #define BZBMAGIC 0xABADBABE /* BZB magic number */
167 // BZB (Block Zero Block, but I can't remember the etymology)
192 typedef struct bzb BZB; typedef in typeref:struct:bzb
H A Ddump.c277 BZB *bp;
343 bp = (BZB *) (p->dpme_bzb);
498 BZB *bp;
599 bp = (BZB *) (p->dpme_bzb);
H A Dpdisk.c679 bzb_init_slice((BZB *)entry->data->dpme_bzb,slice);
H A Dpartition_map.c785 bzb_init_slice(BZB *bp, int slice)
787 memset(bp,0,sizeof(BZB));

Completed in 135 milliseconds