Home
last modified time | relevance | path

Searched refs:pe1 (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libc/tests/nss/
H A Dgetproto_test.c124 compare_protoent(struct protoent *pe1, struct protoent *pe2, void *mdata) in compare_protoent() argument
128 if (pe1 == pe2) in compare_protoent()
131 if ((pe1 == NULL) || (pe2 == NULL)) in compare_protoent()
134 if ((strcmp(pe1->p_name, pe2->p_name) != 0) || in compare_protoent()
135 (pe1->p_proto != pe2->p_proto)) in compare_protoent()
138 c1 = pe1->p_aliases; in compare_protoent()
141 if ((pe1->p_aliases == NULL) || (pe2->p_aliases == NULL)) in compare_protoent()
156 dump_protoent(pe1); in compare_protoent()
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/
H A Dsocfpga_arria10_mercury_pe1.dts10 compatible = "enclustra,mercury-pe1", "enclustra,mercury-aa1",
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnvidia,tegra124-pinmux.txt111 vi, vi_alt1, vi_alt3, vimclk2, vimclk2_alt, sata, ccla, pe0, pe, pe1,
H A Dnvidia,tegra210-pinmux.txt139 pe1, pmi, pwm0, pwm1, pwm2, pwm3, qspi, rsvd0, rsvd1, rsvd2, rsvd3, sata,
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_pinmux.c266 GMUX(0x044, A, 3, pex_l1_rst_n_pa3, pe1, rsvd1, rsvd2, rsvd3, 0xa64, 12, 5, 20, 5),
267 GMUX(0x048, A, 4, pex_l1_clkreq_n_pa4, pe1, rsvd1, rsvd2, rsvd3, 0xa60, 12, 5, 20, 5),
/freebsd/sys/arm/nvidia/
H A Dtegra_pinmux.c362 GMUX(0x3CC, DD, 5, pex_l1_rst_n_pdd5, pe1, rsvd2, rsvd3, rsvd4),
363 GMUX(0x3D0, DD, 6, pex_l1_clkreq_n_pdd6, pe1, rsvd2, rsvd3, rsvd4),
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210-p2595.dtsi43 nvidia,function = "pe1";
52 nvidia,function = "pe1";
H A Dtegra210-p2597.dtsi77 nvidia,function = "pe1";
86 nvidia,function = "pe1";
H A Dtegra210-p2894.dtsi59 nvidia,function = "pe1";
68 nvidia,function = "pe1";
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra124-jetson-tk1.dts1255 nvidia,function = "pe1";
1262 nvidia,function = "pe1";
/freebsd/contrib/sendmail/src/
H A Dqueue.c8263 ENVELOPE **pe1 = (ENVELOPE **) p1; local
8267 fs1 = Queue[(*pe1)->e_qgrp]->qg_qpaths[(*pe1)->e_qdir].qp_fsysidx;