OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip2
(Results
1 - 10
of
10
) sorted by relevancy
/src/sbin/clri/
clri.c
77
struct ufs2_dinode *
ip2
;
local
185
ip2
= &((struct ufs2_dinode *)ibuf)
188
generation =
ip2
->di_gen + 1;
189
memset(
ip2
, 0, sizeof(*
ip2
));
190
ip2
->di_gen = generation;
/src/tests/ipf/
t_pools.sh
37
cp $(atf_get_srcdir)/input/
ip2
.data input/
81
test_case
ip2
iptest text text
101
atf_add_test_case
ip2
/src/usr.bin/mail/
cmd2.c
65
int *ip, *
ip2
;
local
88
ip2
= ip;
90
mp = get_message(*
ip2
);
95
if (*
ip2
!= 0)
96
ip2
++;
97
if (*
ip2
== 0)
98
ip2
= msgvec;
99
} while (
ip2
!= ip);
/src/tests/ipf/input/
Makefile
37
ip2
.data \
/src/tests/ipf/expected/
Makefile
83
ip2
\
/src/tests/ipf/regress/
Makefile
85
ip2
\
/src/sys/dev/i2c/
emcfan.c
850
int ip1,
ip2
;
local
857
ip2
= 10000 / m;
859
printf("m: %d ;
ip2
: %d\n",m,
ip2
);
861
ip2
= count *
ip2
;
863
printf("count: %d ;
ip2
: %d\n",count,
ip2
);
865
ip3 = (int64_t)((edges - 1) * (int64_t)100000000000) / (int64_t)
ip2
;
/src/sys/kern/
kern_resource.c
649
long *ip, *
ip2
;
local
656
ip = &ru->ru_first;
ip2
= &ru2->ru_first;
658
*ip++ += *
ip2
++;
/src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c
918
ip_t *ip, *
ip2
;
local
1028
ip2
= (ip_t *)&icmp->icmp_ip;
1047
bcopy((char *)fin->fin_ip, (char *)
ip2
, ohlen);
ip_nat6.c
1504
/* result = ip1 -
ip2
*/
1506
ipf_nat6_ip6subtract(i6addr_t *ip1, i6addr_t *
ip2
)
1514
l2 = *
ip2
;
Completed in 27 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026