Searched refs:pbt (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 3431 struct bintime pbt; local 3432 memcpy(&pbt, CMSG_DATA(cmsghdr), sizeof(pbt)); 3436 nts.l_i = pbt.sec + JAN_1970; 3437 nts.l_uf = (u_int32)(pbt.frac >> 32); 3444 (long)pbt.sec, (u_long)((nts.l_uf / FRAC) * 1e9)));
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib.c | 3137 struct cudbg_pbt_tables *pbt = NULL; in collect_pbt_tables() local 3149 pbt = (struct cudbg_pbt_tables *)scratch_buff.data; in collect_pbt_tables() 3154 rc = cim_ha_rreg(padap, addr + (i * 4), &pbt->pbt_dynamic[i]); in collect_pbt_tables() 3168 rc = cim_ha_rreg(padap, addr + (i * 4), &pbt->pbt_static[i]); in collect_pbt_tables() 3180 rc = cim_ha_rreg(padap, addr + (i * 4), &pbt->lrf_table[i]); in collect_pbt_tables() 3192 rc = cim_ha_rreg(padap, addr + (i * 4), &pbt->pbt_data[i]); in collect_pbt_tables()
|