Searched refs:cth (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.sbin/mptable/
H A Dmptable.c656 mpcth_t cth; local
671 /* read in cth structure */
673 readEntry( &cth, sizeof( cth ) );
680 pnstr( cth.signature, 4 );
683 printf( " base table length:\t\t%d\n", cth.base_table_length );
685 printf( " version:\t\t\t1.%1d\n", cth.spec_rev );
686 printf( " checksum:\t\t\t0x%02x\n", cth.checksum );
689 pnstr( cth.oem_id, 8 );
693 pnstr( cth
[all...]
/freebsd-10.1-release/usr.bin/mkimg/
H A Dvhd.c117 long cth; local
139 cth = imgsz / 17;
140 footer->heads = (cth + 1023) / 1024;
143 if (cth >= (footer->heads * 1024) || footer->heads > 16) {
146 cth = imgsz / 31;
148 if (cth >= (footer->heads * 1024)) {
151 cth = imgsz / 63;
153 be16enc(&footer->cylinders, cth / footer->heads);
/freebsd-10.1-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c200 init_types(ctf_file_t *fp, const ctf_header_t *cth) argument
203 const ctf_type_t *tbuf = (ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff);
205 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff);
219 int child = cth->cth_parname != 0;

Completed in 54 milliseconds