Searched refs:cth (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_ctf.c | 59 struct ctf_header cth; in link_elf_ctf_get() local 182 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, &cth, sizeof(cth), in link_elf_ctf_get() 188 if (cth.cth_magic != CTF_MAGIC) { in link_elf_ctf_get() 197 if (cth.cth_version != CTF_VERSION_2 && in link_elf_ctf_get() 198 cth.cth_version != CTF_VERSION_3) { in link_elf_ctf_get() 202 __func__, __LINE__, lf->pathname, cth.cth_version); in link_elf_ctf_get() 209 if ((cth.cth_flags & CTF_F_COMPRESS) != 0) { in link_elf_ctf_get() 217 sz = cth.cth_stroff + cth.cth_strlen + sizeof(cth); in link_elf_ctf_get() 256 bcopy(&cth, ctftab, sizeof(cth)); in link_elf_ctf_get() 258 destlen = sz - sizeof(cth); in link_elf_ctf_get() [all …]
|
/freebsd/usr.sbin/mptable/ |
H A D | mptable.c | 528 mpcth_t cth; in MPConfigTableHeader() local 540 cth = mapEntry( pap, sizeof( *cth ) ); in MPConfigTableHeader() 547 pnstr( cth->signature, 4 ); in MPConfigTableHeader() 550 printf( " base table length:\t\t%d\n", cth->base_table_length ); in MPConfigTableHeader() 552 printf( " version:\t\t\t1.%1d\n", cth->spec_rev ); in MPConfigTableHeader() 553 printf( " checksum:\t\t\t0x%02x\n", cth->checksum ); in MPConfigTableHeader() 556 pnstr( cth->oem_id, 8 ); in MPConfigTableHeader() 560 pnstr( cth->product_id, 12 ); in MPConfigTableHeader() 563 printf( " OEM table pointer:\t\t0x%08x\n", cth->oem_table_pointer ); in MPConfigTableHeader() 564 printf( " OEM table size:\t\t%d\n", cth->oem_table_size ); in MPConfigTableHeader() [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | ratectrl.c | 387 CTime_T *cth; local 389 cth = &chBest->ch_Times[i]; 390 if (cth->ct_Ticks <= ticks && cth->ct_Ticks >= ticks - CHTSIZE) 391 cnt += cth->ct_Count; 582 CTime_T *cth; local 584 cth = &ch->ch_Times[j]; 585 if (cth->ct_Ticks <= ticks && cth->ct_Ticks >= ticks - CHTSIZE) 586 cnt += cth->ct_Count;
|
/freebsd/usr.bin/mkimg/ |
H A D | vhd.c | 116 long cth; in vhd_geometry() local 140 cth = imgsz / 17; in vhd_geometry() 141 geom->heads = (cth + 1023) / 1024; in vhd_geometry() 144 if (cth >= (geom->heads * 1024) || geom->heads > 16) { in vhd_geometry() 147 cth = imgsz / 31; in vhd_geometry() 149 if (cth >= (geom->heads * 1024)) { in vhd_geometry() 152 cth = imgsz / 63; in vhd_geometry() 154 geom->cylinders = cth / geom->heads; in vhd_geometry()
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_open.c | 340 init_types(ctf_file_t *fp, const ctf_header_t *cth) in init_types() argument 342 const void *tbuf = (const void *)(fp->ctf_buf + cth->cth_typeoff); in init_types() 343 const void *tend = (const void *)(fp->ctf_buf + cth->cth_stroff); in init_types() 357 int child = cth->cth_parname != 0; in init_types()
|
/freebsd/contrib/tzdata/ |
H A D | australasia | 1010 # http://classic.austlii.edu.au/au/legis/cth/num_act/dsa1916401916192/ 1013 # http://classic.austlii.edu.au/au/legis/cth/num_act/dsra1917351917243/
|