OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtn
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/rump_dhcpclient/
configure.c
290
struct rt *rtp, *rtl, *
rtn
;
local in function:add_router_host_route
297
for (
rtn
= rt;
rtn
!= rtp;
rtn
=
rtn
->next) {
299
if (
rtn
->dest.s_addr == rtp->gate.s_addr)
303
cp2 = (const char *)&
rtn
->dest.s_addr;
304
cp3 = (const char *)&
rtn
->net.s_addr;
305
cplim = cp3 + sizeof(
rtn
->net.s_addr);
313
if (
rtn
!= rtp
[
all
...]
configure.c
290
struct rt *rtp, *rtl, *
rtn
;
local in function:add_router_host_route
297
for (
rtn
= rt;
rtn
!= rtp;
rtn
=
rtn
->next) {
299
if (
rtn
->dest.s_addr == rtp->gate.s_addr)
303
cp2 = (const char *)&
rtn
->dest.s_addr;
304
cp3 = (const char *)&
rtn
->net.s_addr;
305
cplim = cp3 + sizeof(
rtn
->net.s_addr);
313
if (
rtn
!= rtp
[
all
...]
/src/sys/arch/sun3/sun3x/
pmap.c
2616
int
rtn
;
local in function:pmap_dereference
2618
rtn
= atomic_dec_uint_nv(&pmap->pm_refcount);
2620
return
rtn
;
3443
void *
rtn
;
local in function:pmap_bootstrap_alloc
3452
rtn
= (void *) virtual_avail;
3462
return
rtn
;
pmap.c
2616
int
rtn
;
local in function:pmap_dereference
2618
rtn
= atomic_dec_uint_nv(&pmap->pm_refcount);
2620
return
rtn
;
3443
void *
rtn
;
local in function:pmap_bootstrap_alloc
3452
rtn
= (void *) virtual_avail;
3462
return
rtn
;
Completed in 78 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025