Searched refs:xlp (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/device-tree/src/mips/netlogic/ |
H A D | xlp_gvp.dts | 9 compatible = "netlogic,xlp"; 31 compatible = "netlogic,xlp-pic";
|
H A D | xlp_rvp.dts | 9 compatible = "netlogic,xlp"; 31 compatible = "netlogic,xlp-pic";
|
H A D | xlp_evp.dts | 9 compatible = "netlogic,xlp"; 73 compatible = "netlogic,xlp-pic";
|
H A D | xlp_fvp.dts | 9 compatible = "netlogic,xlp"; 73 compatible = "netlogic,xlp-pic";
|
H A D | xlp_svp.dts | 9 compatible = "netlogic,xlp"; 73 compatible = "netlogic,xlp-pic";
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_dof.c | 252 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 D | dt_as.c | 405 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()
|