OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nhp
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/sh3/include/
bus_funcs.h
128
#define bus_space_subregion(t, h, o, s,
nhp
) \
129
sh_memio_subregion((t), (h), (o), (s), (
nhp
))
/src/sys/arch/mac68k/mac68k/
bus_space.c
259
bus_size_t size, bus_space_handle_t *
nhp
)
262
*
nhp
= h;
263
nhp
->base += offset;
/src/lib/libc/net/
gethnamaddr.c
536
struct hostent *
nhp
= gethostbyname_internal(name, AF_INET6,
local
538
if (
nhp
) {
540
return
nhp
;
/src/sys/arch/ia64/include/
bus.h
144
#define bus_space_subregion(t, h, o, s,
nhp
) \
145
ia64_bus_space_subregion((t), (h), (o), (s), (
nhp
))
/src/sys/arch/vax/include/
bus.h
167
#define bus_space_subregion(t, h, o, s,
nhp
) \
168
(*(t)->vbs_subregion)((t)->vbs_cookie, (h), (o), (s), (
nhp
))
Completed in 71 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026