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

/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_table_value.c125 struct table_value **ptv, struct namedobj_instance **pvi)
139 if (ptv != NULL)
140 *ptv = pval;
152 struct table_val_link *ptv; local
156 ptv = (struct table_val_link *)no;
159 ptv->pval = &pval[ptv->no.kidx];
160 ptv->no.name = (char *)&pval[ptv->no.kidx];
478 struct table_val_link *ptv; local
124 get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, int vshared, struct table_value **ptv, struct namedobj_instance **pvi) argument
695 struct table_val_link *ptv; local
[all...]
H A Dip_fw_table.h58 void *ptv; /* Temporary field to hold obj */ member in struct:tentry_info
H A Dip_fw_table.c463 if (ptei->ptv != NULL) {
464 free(ptei->ptv, M_IPFW);
465 ptei->ptv = NULL;
/freebsd-current/contrib/libevent/include/event2/
H A Dtag.h140 struct timeval *ptv);
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dtag.h140 struct timeval *ptv);
/freebsd-current/sys/arm/ti/
H A Dti_wdt.c236 uint32_t ptv; local
260 ptv = 0;
261 wldr = 0xffffffff - (s * (32768 / (1 << ptv))) + 1;
/freebsd-current/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-current/contrib/ntp/libntp/
H A Dsystime.c597 const struct timeval * ptv
605 secs = time_to_vint64(&ptv->tv_sec);
613 (u_int)ptv->tv_usec);
/freebsd-current/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-current/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-current/contrib/ntp/sntp/libevent/
H A Devent_tagging.c585 struct timeval *ptv)
598 ptv->tv_sec = integer;
601 ptv->tv_usec = integer;
584 evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag, struct timeval *ptv) argument
/freebsd-current/contrib/libevent/
H A Devent_tagging.c585 struct timeval *ptv)
598 ptv->tv_sec = integer;
601 ptv->tv_usec = integer;
584 evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag, struct timeval *ptv) argument
/freebsd-current/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-current/contrib/ntp/ntpd/
H A Dntp_io.c3471 struct timeval ptv; local
3472 memcpy(&ptv, CMSG_DATA(cmsghdr), sizeof(ptv));
3475 ticks = (unsigned long)((ptv.tv_usec * 1e-6) /
3477 ptv.tv_usec = (long)(ticks * 1e6 *
3481 (intmax_t)ptv.tv_sec, (long)ptv.tv_usec));
3482 nts = tval_stamp_to_lfp(ptv);
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.c872 sli4->config.topology, sli4->config.ptv, sli4->config.tf, sli4->config.pt);
873 if (sli4->config.ptv)
3765 sli4->config.ptv = read_config->ptv;
3766 if (sli4->config.ptv){
3771 sli4->config.topology, sli4->config.ptv, sli4->config.tf, sli4->config.pt);
4214 return (sli4->config.ptv);
H A Dsli4.h798 ptv:1, member in struct:sli4_res_read_config_s
3245 ptv:1, member in struct:sli4_s::__anon99
/freebsd-current/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 253 milliseconds