Searched refs:ptv (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_value.c126 struct table_value **ptv, struct namedobj_instance **pvi)
140 if (ptv != NULL)
141 *ptv = pval;
153 struct table_val_link *ptv; local
157 ptv = (struct table_val_link *)no;
160 ptv->pval = &pval[ptv->no.kidx];
161 ptv->no.name = (char *)&pval[ptv->no.kidx];
479 struct table_val_link *ptv; local
125 get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, int vshared, struct table_value **ptv, struct namedobj_instance **pvi) argument
694 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
H A Dip_fw_table.c465 if (ptei->ptv != NULL) {
466 free(ptei->ptv, M_IPFW);
467 ptei->ptv = NULL;
/freebsd-13-stable/contrib/libevent/include/event2/
H A Dtag.h140 struct timeval *ptv);
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dtag.h140 struct timeval *ptv);
/freebsd-13-stable/sys/arm/ti/
H A Dti_wdt.c240 uint32_t ptv; local
264 ptv = 0;
265 wldr = 0xffffffff - (s * (32768 / (1 << ptv))) + 1;
/freebsd-13-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.h334 struct timeval *ptv);
/freebsd-13-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-13-stable/contrib/tnftp/src/
H A Dutil.c1489 struct timeval tv, *ptv;
1511 ptv = &tv; /* determine timeout */
1513 ptv = NULL;
1515 ptv->tv_sec = 0;
1516 ptv->tv_usec = 0;
1519 ptv->tv_sec = timeout / 1000;
1520 ptv->tv_usec = (timeout % 1000) * 1000;
1522 rv = select(max + 1, &rset, &wset, &xset, ptv);
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_dtsec.c181 iowrite32be(tmp, &regs->ptv);
656 uint32_t ptv = 0; local
661 ptv = ioread32be(&regs->ptv);
662 ptv &= 0xffff0000;
663 ptv |= time & 0x0000ffff;
664 iowrite32be(ptv, &regs->ptv);
/freebsd-13-stable/contrib/libevent/
H A Devent_tagging.c581 struct timeval *ptv)
594 ptv->tv_sec = integer;
597 ptv->tv_usec = integer;
580 evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag, struct timeval *ptv) argument
/freebsd-13-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-13-stable/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_dtsec.h413 uint32_t ptv; /* 0x018 Pause time value register */ member in struct:dtsec_regs
/freebsd-13-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-13-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);

Completed in 290 milliseconds