Searched refs:pent (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-cnfp.c86 struct protoent *pent; local
155 pent = getprotobynumber((EXTRACT_32BITS(&nr->proto_tos) >> 8) & 0xff);
156 if (!pent || nflag)
160 printf("%s ", pent->p_name);
163 if (pent && pent->p_proto == IPPROTO_TCP) {
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-ilk.h133 cvmx_ilk_cal_entry_t *pent, int hi_wm,
172 cvmx_ilk_cal_entry_t *pent, int hi_wm,
175 cvmx_ilk_cal_entry_t *pent,
H A Dcvmx-ilk.c355 * @param pent pointer to calendar entries
360 cvmx_ilk_cal_entry_t *pent)
376 || pent == NULL)
382 if (OCTEON_IS_MODEL(OCTEON_CN68XX_PASS1_0) && pent->ent_ctrl == PIPE_BPID)
384 pent->ent_ctrl = LINK;
406 tmp = pent->pipe_bpid & ~(~tmp << CVMX_ILK_PIPE_BPID_SZ);
411 tmp = pent->ent_ctrl & ~(~tmp << CVMX_ILK_ENT_CTRL_SZ);
415 pent++;
423 tmp = pent->pipe_bpid & ~(~tmp << CVMX_ILK_PIPE_BPID_SZ);
428 tmp = pent
359 cvmx_ilk_rx_cal_conf(int interface, int cal_depth, cvmx_ilk_cal_entry_t *pent) argument
561 cvmx_ilk_cal_setup_rx(int interface, int cal_depth, cvmx_ilk_cal_entry_t *pent, int hi_wm, unsigned char cal_ena) argument
600 cvmx_ilk_tx_cal_conf(int interface, int cal_depth, cvmx_ilk_cal_entry_t *pent) argument
708 cvmx_ilk_bp_conf(int interface, int cal_depth, cvmx_ilk_cal_entry_t *pent) argument
782 cvmx_ilk_cal_setup_tx(int interface, int cal_depth, cvmx_ilk_cal_entry_t *pent, unsigned char cal_ena) argument
[all...]
/freebsd-10.0-release/usr.bin/sockstat/
H A Dsockstat.c124 struct protoent *pent; local
128 pent = getprotobyname(proto);
129 if (pent == NULL) {
133 return (pent->p_proto);
/freebsd-10.0-release/sys/netinet6/
H A Din6_src.c1147 struct addrsel_policyent *pent; local
1152 TAILQ_FOREACH(pent, &V_addrsel_policytab, ape_entry) {
1155 pol = &pent->ape_policy;
/freebsd-10.0-release/crypto/openssh/
H A Dmonitor.c561 struct mon_table **pent)
618 if (pent != NULL)
619 *pent = ent;
560 monitor_read(struct monitor *pmonitor, struct mon_table *ent, struct mon_table **pent) argument
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c7599 struct plt_entry *pent;
7601 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
7602 if (pent->plt.refcount > 0)
7610 pent->plt.offset = s->size;
7630 pent->plt.offset = (bfd_vma) -1;
7595 struct plt_entry *pent; local

Completed in 218 milliseconds