Searched defs:partblock (Results 1 – 1 of 1) sorted by relevance
124 struct partblock { struct125 uint32_t id; /* 'PART' */126 uint32_t nsumlong; /* number of long words in check sum */127 uint32_t chksum; /* simple additive with wrap checksum */128 uint32_t hostid; /* scsi target of host */129 uint32_t next; /* next in chain */130 uint32_t flags; /* see below */131 uint32_t resv1[3];132 unsigned char partname[32]; /* (BCPL) part name (may not be unique) */133 uint32_t resv2[15];[all …]