/src/tests/usr.bin/indent/ |
lsym_lbrace.c | 56 origin(void) function in typeref:struct:point
|
lsym_rbrace.c | 59 origin(void) function in typeref:struct:point
|
/src/sys/compat/netinet6/ |
nd6.h | 94 u_char origin; member in struct:in6_oprlist::__anon7a8102080308 110 u_char origin; member in struct:in6_prlist::__anon7a8102080408
|
/src/usr.sbin/mrouted/ |
route.c | 44 static int find_route(u_int32_t origin, u_int32_t mask); 45 static void create_route(u_int32_t origin, u_int32_t mask); 243 * look for a route entry matching the specified origin and mask. If a 246 * entry preceding the point at which the new origin should be inserted. 251 find_route(u_int32_t origin, u_int32_t mask) 257 if (origin == r->rt_origin && mask == r->rt_originmask) { 263 ntohl(origin) < ntohl(r->rt_origin))) { 273 * Create a new routing table entry for the specified origin and link it into 278 * Only the origin, originmask, originwidth and flags fields are initialized 282 create_route(u_int32_t origin, u_int32_t mask 702 u_int32_t origin; member in struct:newrt 742 u_int32_t origin; local in function:accept_report [all...] |
/src/usr.sbin/rtadvd/ |
rtadvd.h | 89 int origin; /* from kernel or config */ member in struct:prefix
|
/src/sys/netipsec/ |
ipsec.h | 77 u_int origin; /* who generate this SP. */ member in struct:secpolicy
|
/src/usr.sbin/acpitools/aml/ |
aml_obj.h | 141 u_int8_t *origin; /* This should not be free member in struct:aml_bufferfield
|
/src/sys/kern/ |
subr_msan.c | 84 msan_orig_t origin; member in struct:__anon47412e950208 251 "Origin %x\n", typename, orig); 608 msan_orig_t __msan_chain_origin(msan_orig_t origin) 610 return origin; 627 void __msan_warning(msan_orig_t origin) 631 kmsan_report_inline(origin, __RET_ADDR);
|
/src/sys/netinet6/ |
ip6_mroute.c | 237 * Find a route for a given origin IPv6 address and Multicast group address. 956 struct sockaddr_in6 origin; local in function:del_m6fc 963 origin = mfccp->mf6cc_origin; 965 hash = MF6CHASH(origin.sin6_addr, mcastgrp.sin6_addr); 971 IN6_PRINT(ip6bufo, &origin.sin6_addr), 980 if (IN6_ARE_ADDR_EQUAL(&origin.sin6_addr, 1089 * If we don't have a route for packet's origin, make a copy 1373 * for its origin.
|
/src/games/canfield/canfield/ |
canfield.c | 1169 int origin; local in function:simpletableau 1174 origin = stk; 1176 origin = tal; 1183 if (origin == stk) {
|
/src/tests/usr.bin/xlint/lint1/ |
init_c99.c | 151 struct point origin = { variable in typeref:struct:point
|
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
msan_test.cc | 148 U4 origin = __msan_get_origin(&x); local in function:TrackingOrigins 150 return __msan_origin_is_descendant_or_same(origin, 0x1234); 153 #define EXPECT_ORIGIN(expected, origin) \ 154 EXPECT_TRUE(__msan_origin_is_descendant_or_same((origin), (expected))) 163 #define EXPECT_UMR_O(action, origin) \ 168 if (TrackingOrigins()) EXPECT_ORIGIN(origin, __msan_get_umr_origin()); \ 178 #define EXPECT_POISONED_O(x, origin) \ 179 ExpectPoisonedWithOrigin(x, origin) 182 void ExpectPoisonedWithOrigin(const T& t, unsigned origin) { 184 if (TrackingOrigins()) EXPECT_ORIGIN(origin, __msan_get_origin((void *)&t)) 3834 U4 origin = __LINE__; local in function:TEST 3856 U4 origin = __LINE__; local in function:TEST 3891 U4 origin = __LINE__; local in function:TEST 3905 U4 origin = __LINE__; local in function:TEST 3923 U4 origin = __LINE__; local in function:TEST 4278 U4 origin = rand(); \/\/ NOLINT local in function:__anon184389af0410::TEST 4299 U4 origin = __msan_get_origin(z); local in function:BinaryOpOriginTest 4471 U4 origin = __LINE__; local in function:TEST 4489 U4 origin = __LINE__; local in function:TEST 4496 U4 origin = __LINE__; local in function:TEST 4505 U4 origin = __LINE__; local in function:TEST [all...] |
/src/sys/dev/pci/ |
if_iwnreg.h | 1122 uint8_t origin; member in struct:iwn_spectrum_cmd
|