Searched refs:ptv (Results 1 - 15 of 15) sorted by last modified time

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c3431 struct timeval ptv; local
3432 memcpy(&ptv, CMSG_DATA(cmsghdr), sizeof(ptv));
3435 ticks = (unsigned long)((ptv.tv_usec * 1e-6) /
3437 ptv.tv_usec = (long)(ticks * 1e6 *
3441 (intmax_t)ptv.tv_sec, (long)ptv.tv_usec));
3442 nts = tval_stamp_to_lfp(ptv);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsystime.c596 const struct timeval * ptv
604 secs = time_to_vint64(&ptv->tv_sec);
612 (u_int)ptv->tv_usec);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c467 if (ptei->ptv != NULL) {
468 free(ptei->ptv, M_IPFW);
469 ptei->ptv = NULL;
H A Dip_fw_table_value.c128 struct table_value **ptv, struct namedobj_instance **pvi)
142 if (ptv != NULL)
143 *ptv = pval;
155 struct table_val_link *ptv; local
159 ptv = (struct table_val_link *)no;
162 ptv->pval = &pval[ptv->no.kidx];
163 ptv->no.name = (char *)&pval[ptv->no.kidx];
485 struct table_val_link *ptv; local
127 get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, int vshared, struct table_value **ptv, struct namedobj_instance **pvi) argument
701 struct table_val_link *ptv; local
[all...]
H A Dip_fw_table.h60 void *ptv; /* Temporary field to hold obj */ member in struct:tentry_info
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h8098 uint32_t ptv = cl_ntoh32(prod_type_val);
8100 cl_hton16((uint16_t) (ptv & 0x0000ffff));
8102 (uint8_t) ((ptv & 0x00ff0000) >> 16);
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c1475 struct timeval tv, *ptv;
1497 ptv = &tv; /* determine timeout */
1499 ptv = NULL;
1501 ptv->tv_sec = 0;
1502 ptv->tv_usec = 0;
1505 ptv->tv_sec = timeout / 1000;
1506 ptv->tv_usec = (timeout % 1000) * 1000;
1508 rv = select(max + 1, &rset, &wset, &xset, ptv);
/freebsd-11-stable/contrib/pf/libevent/
H A Devbuffer.c56 struct timeval tv, *ptv = NULL; local
61 ptv = &tv;
64 return (event_add(ev, ptv));
H A Devent.h335 struct timeval *ptv);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent_tagging.c580 struct timeval *ptv)
593 ptv->tv_sec = integer;
596 ptv->tv_usec = integer;
579 evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag, struct timeval *ptv) argument
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dtag.h140 struct timeval *ptv);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c741 uint32_t ptv = 0; local
770 ptv = GET_UINT32(p_MemMap->ptv);
771 ptv |= pauseTime;
772 WRITE_UINT32(p_MemMap->ptv, ptv);
1422 DUMP_VAR(p_Dtsec->p_MemMap, ptv);
1545 WRITE_UINT32(p_DtsecMemMap->ptv, tmpReg32);
H A Ddtsec.h430 volatile uint32_t ptv; /* 0x018 Pause time value register */ member in struct:__anon8160
H A Dtgec.c462 uint32_t ptv = 0; local
471 ptv = (uint32_t)pauseTime;
473 WRITE_UINT32(p_MemMap->pause_quant, ptv);
/freebsd-11-stable/sys/arm/ti/
H A Dti_wdt.c240 uint32_t ptv; local
264 ptv = 0;
265 wldr = 0xffffffff - (s * (32768 / (1 << ptv))) + 1;

Completed in 348 milliseconds