/freebsd/lib/libc/tests/nss/ |
H A D | getproto_test.c | 124 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 D | socfpga_arria10_mercury_pe1.dts | 10 compatible = "enclustra,mercury-pe1", "enclustra,mercury-aa1",
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | nvidia,tegra124-pinmux.txt | 111 vi, vi_alt1, vi_alt3, vimclk2, vimclk2_alt, sata, ccla, pe0, pe, pe1,
|
H A D | nvidia,tegra210-pinmux.txt | 139 pe1, pmi, pwm0, pwm1, pwm2, pwm3, qspi, rsvd0, rsvd1, rsvd2, rsvd3, sata,
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_pinmux.c | 266 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 D | tegra_pinmux.c | 362 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 D | tegra210-p2595.dtsi | 43 nvidia,function = "pe1"; 52 nvidia,function = "pe1";
|
H A D | tegra210-p2597.dtsi | 77 nvidia,function = "pe1"; 86 nvidia,function = "pe1";
|
H A D | tegra210-p2894.dtsi | 59 nvidia,function = "pe1"; 68 nvidia,function = "pe1";
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra124-jetson-tk1.dts | 1255 nvidia,function = "pe1"; 1262 nvidia,function = "pe1";
|
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 8263 ENVELOPE **pe1 = (ENVELOPE **) p1; local 8267 fs1 = Queue[(*pe1)->e_qgrp]->qg_qpaths[(*pe1)->e_qdir].qp_fsysidx;
|