/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
omap2420.dtsi | 17 l4: l4@48000000 { label 18 compatible = "ti,omap2-l4", "simple-bus";
|
/src/sys/net/npf/ |
npf_alg_icmp.c | 263 union l4 { union in function:npfa_icmp_conn 266 } l4; local in function:npfa_icmp_conn 275 l4.th.th_sport = enpc.npc_l4.tcp->th_dport; 276 l4.th.th_dport = enpc.npc_l4.tcp->th_sport; 277 enpc.npc_l4.tcp = &l4.th; 280 l4.uh.uh_sport = enpc.npc_l4.udp->uh_dport; 281 l4.uh.uh_dport = enpc.npc_l4.udp->uh_sport; 282 enpc.npc_l4.udp = &l4.uh;
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_deadlock_detector_test.cc | 147 uptr l4 = d.newNode(4); local in function:RunRemoveNodeTest 157 // l3=>l4=>l5 159 d.onLock(&dtls, l4); 161 d.onUnlock(&dtls, l4); 170 locks.insert(l4); 185 // l4=>l3 186 EXPECT_FALSE(d.onLock(&dtls, l4)); 188 d.onUnlock(&dtls, l4); 196 // make sure no edges from or to l0,l1,l4,l5 left. 213 // lt => l4 425 uptr l4 = d.newNode(0); local in function:RunLockContextTest [all...] |
/src/tests/modules/x86_pte_tester/ |
x86_pte_tester.c | 53 size_t l4; member in struct:__anon91e1af1f0108::__anon91e1af1f0208 171 tester_ctx.coord.l4 = i;
|
/src/sys/dev/ic/ |
icp_ioctl.h | 139 u_int32_t l4; member in struct:__anon07d367500308::__anon07d36750040a::__anon07d367500808
|
/src/usr.bin/w/ |
w.c | 628 struct in_addr l4; member in union:fixhost::__anon5caf42ab010a 674 size_t alen = m ? sizeof(l.l6) : sizeof(l.l4);
|
/src/sys/lib/libkern/arch/hppa/ |
milli.S | 1058 combt,<<= %r25,%r26,l4 ; swap args if unsigned %r25>%r26 1063 l4: combt,<= 0,%r26,l3 ; if %r26>=0 then proceed like unsigned label
|