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

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-cnfp.c161 struct protoent *pent; local
213 pent = getprotobynumber(nr->proto);
214 if (!pent || ndo->ndo_nflag)
217 ND_PRINT((ndo, "%s ", pent->p_name));
220 if (pent && pent->p_proto == IPPROTO_TCP) {
251 struct protoent *pent; local
310 pent = getprotobynumber(nr->proto);
311 if (!pent || ndo->ndo_nflag)
314 ND_PRINT((ndo, "%s ", pent
348 struct protoent *pent; local
[all...]
/freebsd-11.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-11.0-release/usr.bin/sockstat/
H A Dsockstat.c138 struct protoent *pent; local
142 pent = getprotobyname(proto);
143 if (pent == NULL) {
147 return (pent->p_proto);
/freebsd-11.0-release/sys/netinet6/
H A Din6_src.c1205 struct addrsel_policyent *pent; local
1210 TAILQ_FOREACH(pent, &V_addrsel_policytab, ape_entry) {
1213 pol = &pent->ape_policy;
/freebsd-11.0-release/crypto/openssh/
H A Dmonitor.c550 struct mon_table **pent)
607 if (pent != NULL)
608 *pent = ent;
549 monitor_read(struct monitor *pmonitor, struct mon_table *ent, struct mon_table **pent) argument
/freebsd-11.0-release/sbin/ipfw/
H A Dtables.c1121 struct protoent *pent; local
1217 if ((pent = getprotobyname(arg)) == NULL)
1221 key = pent->p_proto;
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c7754 struct plt_entry *pent;
7756 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
7757 if (pent->plt.refcount > 0)
7765 pent->plt.offset = s->size;
7785 pent->plt.offset = (bfd_vma) -1;
7750 struct plt_entry *pent; local

Completed in 62 milliseconds