Home
last modified time | relevance | path

Searched refs:tagp (Results 1 – 3 of 3) sorted by relevance

/haiku/src/libs/compat/openbsd_network/compat/dev/pci/
H A Dpcivar.h36 #define pci_mapreg_map(pa, reg, type, flags, tagp, handlep, basep, sizep, maxsize) \ argument
37 pci_mapreg_map_openbsd(SC_DEV_FOR_PCI, reg, type, flags, tagp, handlep, basep, sizep, maxsize)
63 bus_space_tag_t* tagp, bus_space_handle_t* handlep, bus_addr_t* basep, in pci_mapreg_map_openbsd() argument
70 *tagp = rman_get_bustag(res); in pci_mapreg_map_openbsd()
/haiku/src/libs/libfdt/
H A Dfdt.c167 const fdt32_t *tagp, *lenp; in fdt_next_tag() local
173 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
174 if (!can_assume(VALID_DTB) && !tagp) in fdt_next_tag()
176 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
/haiku/headers/posix/
H A Dmath.h175 extern float nanf(const char *tagp);
236 extern double nan(const char* tagp);
296 extern long double nanl(const char* tagp);