Searched refs:pbt (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/ntp/ntpd/ |
| HD | ntp_io.c | 3393 struct bintime pbt; local 3394 memcpy(&pbt, CMSG_DATA(cmsghdr), sizeof(pbt)); 3398 nts.l_i = pbt.sec + JAN_1970; 3399 nts.l_uf = (u_int32)(pbt.frac >> 32); 3406 pbt.sec, (unsigned long)((nts.l_uf / FRAC) * 1e9)));
|
| /freebsd-11-stable/sys/dev/cxgbe/cudbg/ |
| HD | cudbg_lib.c | 3142 struct cudbg_pbt_tables *pbt = NULL; in collect_pbt_tables() local 3154 pbt = (struct cudbg_pbt_tables *)scratch_buff.data; in collect_pbt_tables() 3159 rc = cim_ha_rreg(padap, addr + (i * 4), &pbt->pbt_dynamic[i]); in collect_pbt_tables() 3173 rc = cim_ha_rreg(padap, addr + (i * 4), &pbt->pbt_static[i]); in collect_pbt_tables() 3185 rc = cim_ha_rreg(padap, addr + (i * 4), &pbt->lrf_table[i]); in collect_pbt_tables() 3197 rc = cim_ha_rreg(padap, addr + (i * 4), &pbt->pbt_data[i]); in collect_pbt_tables()
|