Home
last modified time | relevance | path

Searched refs:xlp (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/src/mips/netlogic/
H A Dxlp_gvp.dts9 compatible = "netlogic,xlp";
31 compatible = "netlogic,xlp-pic";
H A Dxlp_rvp.dts9 compatible = "netlogic,xlp";
31 compatible = "netlogic,xlp-pic";
H A Dxlp_evp.dts9 compatible = "netlogic,xlp";
73 compatible = "netlogic,xlp-pic";
H A Dxlp_fvp.dts9 compatible = "netlogic,xlp";
73 compatible = "netlogic,xlp-pic";
H A Dxlp_svp.dts9 compatible = "netlogic,xlp";
73 compatible = "netlogic,xlp-pic";
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c252 dof_xlref_t *xlt, *xlp; in dof_add_difo() local
265 for (xlp = xlt; xlp < xlt + dp->dtdo_xlmlen; xlp++) { in dof_add_difo()
269 xlp->dofxr_xlator = ddo->ddo_xlimport[dxp->dx_id]; in dof_add_difo()
270 xlp->dofxr_member = dt_popcb( in dof_add_difo()
272 xlp->dofxr_argn = (uint32_t)dxp->dx_arg; in dof_add_difo()
H A Ddt_as.c405 dt_node_t **xlp = dp->dtdo_xlmtab; in dt_as() local
424 (xlp++ - dp->dtdo_xlmtab), dip->di_extern); in dt_as()
460 assert(xlp == dp->dtdo_xlmtab + dp->dtdo_xlmlen); in dt_as()