HomeSort by: relevance | last modified time | path
    Searched defs:xref (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/riscv/dev/
plic_fdt.c 111 plic_fdt_attach_source(device_t self, int phandle, int context, int xref,
120 if (!of_compatible_match(xref, clint_compat_data)) {
126 const int cpu_ref = OF_parent(xref);
224 const int xref = fdtbus_get_phandle_from_native(pphandle); local
228 error = of_getprop_uint32(xref, "#interrupt-cells", &intr_cells);
236 plic_fdt_attach_source(self, phandle, context, xref,
plic_fdt.c 111 plic_fdt_attach_source(device_t self, int phandle, int context, int xref,
120 if (!of_compatible_match(xref, clint_compat_data)) {
126 const int cpu_ref = OF_parent(xref);
224 const int xref = fdtbus_get_phandle_from_native(pphandle); local
228 error = of_getprop_uint32(xref, "#interrupt-cells", &intr_cells);
236 plic_fdt_attach_source(self, phandle, context, xref,
  /src/sys/dev/fdt/
fdt_pinctrl.c 89 u_int xref, pinctrl_cells; local
99 xref = fdtbus_get_phandle_from_native(be32toh(pinctrl_data[0]));
100 pc = fdtbus_pinctrl_lookup(xref);
104 if (of_getprop_uint32(OF_parent(xref), "#pinctrl-cells", &pinctrl_cells) != 0)
fdt_pinctrl.c 89 u_int xref, pinctrl_cells; local
99 xref = fdtbus_get_phandle_from_native(be32toh(pinctrl_data[0]));
100 pc = fdtbus_pinctrl_lookup(xref);
104 if (of_getprop_uint32(OF_parent(xref), "#pinctrl-cells", &pinctrl_cells) != 0)
  /src/sys/arch/riscv/fdt/
clint_fdt.c 211 const int xref = fdtbus_get_phandle_from_native(pphandle); local
216 of_getprop_uint32(xref, "#interrupt-cells", &intr_cells);
clint_fdt.c 211 const int xref = fdtbus_get_phandle_from_native(pphandle); local
216 of_getprop_uint32(xref, "#interrupt-cells", &intr_cells);
  /src/external/bsd/mdocml/dist/
term_ps.c 783 size_t i, xref, base; local
827 xref = p->ps->pdfbytes;
828 ps_printf(p, "xref\n");
843 ps_printf(p, "%zu\n", xref);
term_ps.c 783 size_t i, xref, base; local
827 xref = p->ps->pdfbytes;
828 ps_printf(p, "xref\n");
843 ps_printf(p, "%zu\n", xref);
  /src/external/gpl2/texinfo/dist/info/
session.c 1992 /* Return a pointer to the xref in XREF_LIST that is nearest to POS, or
2017 REFERENCE *xref = xref_list[this_xref];
2018 if (xref->start <= pos && pos <= xref->end)
2019 { /* POS is within this xref, we're done */
2024 /* See how far POS is from this xref. Take into account the
2025 `*Note' that begins the xref, since as far as the user is
2027 delta = MIN (labs (pos - (xref->start - (long)strlen (INFO_XREF_LABEL))),
2028 labs (pos - xref->end));
2030 /* It's the <= instead of < that makes us choose the forward xref
2013 REFERENCE *xref = xref_list[this_xref]; local
    [all...]
session.c 1992 /* Return a pointer to the xref in XREF_LIST that is nearest to POS, or
2017 REFERENCE *xref = xref_list[this_xref];
2018 if (xref->start <= pos && pos <= xref->end)
2019 { /* POS is within this xref, we're done */
2024 /* See how far POS is from this xref. Take into account the
2025 `*Note' that begins the xref, since as far as the user is
2027 delta = MIN (labs (pos - (xref->start - (long)strlen (INFO_XREF_LABEL))),
2028 labs (pos - xref->end));
2030 /* It's the <= instead of < that makes us choose the forward xref
2013 REFERENCE *xref = xref_list[this_xref]; local
    [all...]

Completed in 51 milliseconds