Home
last modified time | relevance | path

Searched refs:xref (Results 1 – 25 of 79) sorted by relevance

1234

/NextBSD/sys/dev/ofw/
HDopenfirm.c91 phandle_t xref; member
120 phandle_t child, xref; in xrefinfo_create() local
129 if (OF_getencprop(child, "phandle", &xref, sizeof(xref)) == in xrefinfo_create()
130 -1 && OF_getencprop(child, "ibm,phandle", &xref, in xrefinfo_create()
131 sizeof(xref)) == -1 && OF_getencprop(child, in xrefinfo_create()
132 "linux,phandle", &xref, sizeof(xref)) == -1) in xrefinfo_create()
136 xi->xref = xref; in xrefinfo_create()
164 if ((find_by == FIND_BY_XREF && (phandle_t)key == xi->xref) || in xrefinfo_find()
176 xrefinfo_add(phandle_t node, phandle_t xref, device_t dev) in xrefinfo_add() argument
182 xi->xref = xref; in xrefinfo_add()
[all …]
HDopenfirm.h134 phandle_t OF_node_from_xref(phandle_t xref);
144 device_t OF_device_from_xref(phandle_t xref);
146 int OF_device_register_xref(phandle_t xref, device_t dev);
/NextBSD/sys/powerpc/ofw/
HDopenpic_ofw.c126 phandle_t xref, node; in openpic_ofw_attach() local
130 if (OF_getencprop(node, "phandle", &xref, sizeof(xref)) == -1 && in openpic_ofw_attach()
131 OF_getencprop(node, "ibm,phandle", &xref, sizeof(xref)) == -1 && in openpic_ofw_attach()
132 OF_getencprop(node, "linux,phandle", &xref, sizeof(xref)) == -1) in openpic_ofw_attach()
133 xref = node; in openpic_ofw_attach()
135 return (openpic_common_attach(dev, xref)); in openpic_ofw_attach()
/NextBSD/contrib/openpam/misc/
HDgendoc.pl116 my %xref;
165 %xref = (
174 ++$xref{3}->{pam_strerror};
225 ++$xref{$sect}->{$page};
300 ++$xref{3}->{$1};
337 'xref' => \%xref,
413 my $xref = shift; # References
417 foreach my $sect (sort(keys(%{$xref}))) {
418 foreach my $page (sort(dictionary_order keys(%{$xref->{$sect}}))) {
517 $mdoc .= ".Sh SEE ALSO\n" . genxref($$func{xref});
[all …]
/NextBSD/sys/dev/beri/virtio/
HDvirtio.c199 phandle_t xref; in setup_pio() local
205 if (OF_searchencprop(node, name, &xref, in setup_pio()
206 sizeof(xref)) == -1) { in setup_pio()
210 pio_node = OF_node_from_xref(xref); in setup_pio()
226 phandle_t xref; in setup_offset() local
233 if (OF_searchencprop(node, "beri-mem", &xref, in setup_offset()
234 sizeof(xref)) == -1) { in setup_offset()
238 mem_node = OF_node_from_xref(xref); in setup_offset()
HDvirtio_mmio_platform.c89 phandle_t xref; in setup_pio() local
95 if (OF_searchencprop(node, name, &xref, in setup_pio()
96 sizeof(xref)) == -1) { in setup_pio()
100 pio_node = OF_node_from_xref(xref); in setup_pio()
/NextBSD/sys/kern/
HDsubr_intr.c107 static struct intr_pic *pic_lookup(device_t dev, intptr_t xref);
515 isrc_fdt_lookup(intptr_t xref, pcell_t *cells, u_int ncells) in isrc_fdt_lookup() argument
526 isrc->isrc_xref == xref && isrc->isrc_ncells == ncells && in isrc_fdt_lookup()
543 intptr_t xref; in intr_fdt_map_irq() local
546 xref = (intptr_t)node; /* It's so simple for now. */ in intr_fdt_map_irq()
552 isrc = isrc_fdt_lookup(xref, cells, ncells); in intr_fdt_map_irq()
566 new_isrc->isrc_xref = xref; in intr_fdt_map_irq()
794 pic_lookup_locked(device_t dev, intptr_t xref) in pic_lookup_locked() argument
801 if (pic->pic_xref != xref) in pic_lookup_locked()
813 pic_lookup(device_t dev, intptr_t xref) in pic_lookup() argument
[all …]
/NextBSD/sys/arm/include/
HDintr.h114 int intr_pic_register(device_t dev, intptr_t xref);
115 int intr_pic_unregister(device_t dev, intptr_t xref);
116 int intr_pic_claim_root(device_t dev, intptr_t xref, intr_irq_filter_t *filter,
/NextBSD/contrib/gcc/doc/
HDstandards.texi64 errors rather than warnings). @xref{C Dialect Options,,Options
92 rare occasions conflict with the C standard. @xref{C
137 @xref{C Dialect Options,,Options Controlling C Dialect}.
143 GNU C library). @xref{Standard Libraries,,Standard Libraries}.
166 @xref{Top, GNAT Reference Manual, About This Guide, gnat_rm,
170 @xref{Standards,,Standards, gfortran, The GNU Fortran Compiler}, for details
173 @xref{Compatibility,,Compatibility with the Java Platform, gcj, GNU gcj},
HDimplement-c.texi18 listed as ``determined by ABI'' below. @xref{Compatibility, , Binary
21 @xref{Implementation-defined behavior, , Implementation-defined
59 @xref{Implementation-defined behavior, , Implementation-defined
75 @xref{Implementation-defined behavior, , Implementation-defined
88 @xref{Implementation-defined behavior, , Implementation-defined
145 @option{-fsigned-char} change the default. @xref{C Dialect Options, ,
160 @xref{Implementation-defined behavior, , Implementation-defined
169 @xref{Implementation-defined behavior, , Implementation-defined
178 @xref{Implementation-defined behavior, , Implementation-defined
185 @xref{Implementation-defined behavior, , Implementation-defined
[all …]
HDcppopts.texi49 @xref{Standard Predefined Macros}.
57 @xref{Search Path}.
113 @xref{Traditional Mode}.
420 @xref{Search Path}.
496 @xref{System Headers}.
506 @xref{Search Path}.
530 @xref{Identifier characters}.
618 @xref{Assertions}.
650 @xref{Debugging Options, , ,gcc}.
676 @xref{Preprocessor Output}.
[all …]
HDcppenv.texi75 @xref{Invocation}.
78 @xref{Preprocessor Options}.
HDsourcebuild.texi47 language front ends, and testsuites. @xref{gcc Directory, , The
67 generally useful data structures and algorithms. @xref{Top, ,
92 with GNU Binutils. @xref{Top, , GNU configure and build system,
102 separate chapter. @xref{Passes, , Passes and Files of the Compiler}.
127 languages are not. @xref{Front End, , Anatomy of a Language Front End},
132 systems. @xref{Back End, , Anatomy of a Target Back End}, for
138 HTML@. @xref{Documentation}.
149 standard of freestanding implementations. @xref{Headers, , Headers
169 @xref{Testsuites}.
207 @xref{System Config, , The @file{config.build}; @file{config.host};
[all …]
HDfragments.texi17 and @file{config.host}); @xref{System Config}.
78 @xref{Initialization}.
85 @xref{Initialization}.
HDbugreport.texi14 already known. @xref{Trouble}. If it isn't known, then you should
HDoptions.texi35 @xref{Option properties}.
96 @code{Language} record. @xref{Option file format}.
/NextBSD/contrib/diff/doc/
HDdiff.texi124 compare-windows}. @xref{Other Window, , Other Window, emacs, The @acronym{GNU}
484 those bytes. @xref{Invoking cmp}, for more information.
584 @xref{Imperfect}, for more information on using @command{patch} to apply
819 @option{--label=@var{label}} option; see @xref{Alternate Names}.
990 contains are incomplete; @xref{Incomplete Lines}. However, when an
1003 differences. @xref{Interactive Merging}, for more information on merging files.
1570 @xref{Incomplete Lines}.
1594 @code{printf} format @code{"%.5d"}. @xref{Line Group Formats}, for
1705 a file and a diff to produce a merged file; @xref{patch Options}.
1724 uses a @samp{\} or @samp{/} gutter marker; @xref{Side by Side}. The
[all …]
/NextBSD/contrib/gcclibs/libiberty/
HDobstacks.texi108 larger blocks of memory. @xref{Obstack Chunks}, for full details.
314 functions. @xref{Macro Definitions, , , libc, The GNU C Library Reference Manual}.
687 Initialize use of an obstack. @xref{Creating Obstacks}.
691 @xref{Allocation in an Obstack}.
695 @var{address}. @xref{Allocation in an Obstack}.
700 @xref{Allocation in an Obstack}.
704 more recently than @var{object}). @xref{Freeing Obstack Objects}.
708 @xref{Growing Objects}.
712 @xref{Growing Objects}.
716 and then add another byte containing a null character. @xref{Growing
[all …]
/NextBSD/contrib/binutils/libiberty/
HDobstacks.texi108 larger blocks of memory. @xref{Obstack Chunks}, for full details.
314 functions. @xref{Macro Definitions, , , libc, The GNU C Library Reference Manual}.
687 Initialize use of an obstack. @xref{Creating Obstacks}.
691 @xref{Allocation in an Obstack}.
695 @var{address}. @xref{Allocation in an Obstack}.
700 @xref{Allocation in an Obstack}.
704 more recently than @var{object}). @xref{Freeing Obstack Objects}.
708 @xref{Growing Objects}.
712 @xref{Growing Objects}.
716 and then add another byte containing a null character. @xref{Growing
[all …]
/NextBSD/sys/arm/arm/
HDgic.c375 intptr_t xref = gic_xref(dev); in arm_gic_attach() local
459 if (intr_pic_register(dev, xref) != 0) { in arm_gic_attach()
470 if (pxref == 0 || xref == pxref) { in arm_gic_attach()
471 if (intr_pic_claim_root(dev, xref, arm_gic_intr, sc, in arm_gic_attach()
474 intr_pic_unregister(dev, xref); in arm_gic_attach()
481 intr_pic_unregister(dev, xref); in arm_gic_attach()
487 intr_pic_unregister(dev, xref); in arm_gic_attach()
492 OF_device_register_xref(xref, dev); in arm_gic_attach()
/NextBSD/usr.bin/makewhatis/
HDmakewhatis.c603 int xref; in process_mdoc_line() local
616 xref = strncmp(line, ".Xr", 3) == 0; in process_mdoc_line()
649 if (xref) { in process_mdoc_line()
653 xref = 0; in process_mdoc_line()
/NextBSD/sys/dev/virtio/mmio/
HDvirtio_mmio.c270 phandle_t xref; in vtmmio_setup_platform() local
278 if (OF_searchencprop(node, "platform", &xref, in vtmmio_setup_platform()
279 sizeof(xref)) == -1) { in vtmmio_setup_platform()
283 platform_node = OF_node_from_xref(xref); in vtmmio_setup_platform()
/NextBSD/sys/dev/fdt/
HDfdt_pinctrl_if.m39 # Set pins to the specified configuration. The cfgxref arg is an xref phandle
/NextBSD/contrib/mdocml/
HDterm_ps.c797 size_t i, xref, base; in ps_end() local
838 xref = p->ps->pdfbytes; in ps_end()
854 ps_printf(p, "%zu\n", xref); in ps_end()
/NextBSD/contrib/groff/doc/
HDgroff.texinfo1028 equivalent commands which can be included in the file. @xref{grefer},
1149 used to call @code{gtroff}). @xref{Built-in Registers}.
1152 @code{postpro} command in the device description file. (@xref{Font
1190 read-only register @code{.A} is then set to@tie{}1. @xref{Built-in
1223 Enable compatibility mode. @xref{Implementation Differences}, for the
1235 Use @var{fam} as the default font family. @xref{Font Families}.
1255 @samp{.P} register. @xref{Built-in Registers}.
1332 (before the default directories are tried). @xref{Macro Directories}.
1342 tried). @xref{Font Directories}.
1506 handled separately. @xref{Page Layout}, for vertical manipulation of
[all …]

1234