/src/usr.sbin/mrouted/ |
cfparse.y | 65 struct addrmask bound; 95 %type <addrmask> bound boundary addrmask 208 boundlist[numbounds++].bound = $3; 317 | BOUNDARY bound { 362 bound : boundary { $$ = $1; } label 367 $$ = boundlist[i].bound;
|
cfparse.y | 65 struct addrmask bound; 95 %type <addrmask> bound boundary addrmask 208 boundlist[numbounds++].bound = $3; 317 | BOUNDARY bound { 362 bound : boundary { $$ = $1; } label 367 $$ = boundlist[i].bound;
|
/src/sys/compat/common/ |
uipc_syscalls_40.c | 45 int bound; local in function:compat_ifconf 66 bound = curlwp_bind(); 156 curlwp_bindx(bound); 166 curlwp_bindx(bound);
|
if_43.c | 234 int bound = curlwp_bind(); local in function:compat_ifioctl 238 curlwp_bindx(bound); 276 curlwp_bindx(bound); 285 curlwp_bindx(bound);
|
uipc_syscalls_40.c | 45 int bound; local in function:compat_ifconf 66 bound = curlwp_bind(); 156 curlwp_bindx(bound); 166 curlwp_bindx(bound);
|
if_43.c | 234 int bound = curlwp_bind(); local in function:compat_ifioctl 238 curlwp_bindx(bound); 276 curlwp_bindx(bound); 285 curlwp_bindx(bound);
|
/src/sys/external/bsd/drm2/ttm/ |
ttm_agp_backend.c | 52 bool bound; member in struct:ttm_agp 108 KASSERT(!ttm_agp->bound); 124 ttm_agp->bound = true; 143 if (!ttm_agp->bound) 150 ttm_agp->bound = false; 161 if (ttm_agp->bound)
|
ttm_agp_backend.c | 52 bool bound; member in struct:ttm_agp 108 KASSERT(!ttm_agp->bound); 124 ttm_agp->bound = true; 143 if (!ttm_agp->bound) 150 ttm_agp->bound = false; 161 if (ttm_agp->bound)
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_legacy.h | 148 unsigned long bound; member in struct:drm_agp_mem
|
drm_legacy.h | 148 unsigned long bound; member in struct:drm_agp_mem
|
/src/sys/arch/alpha/alpha/ |
mcclock.c | 129 int bound = curlwp_bind(); local in function:mcclock_bounce 133 curlwp_bindx(bound); 135 curlwp_bindx(bound);
|
mcclock.c | 129 int bound = curlwp_bind(); local in function:mcclock_bounce 133 curlwp_bindx(bound); 135 curlwp_bindx(bound);
|
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_gem_evict.c | 53 unsigned long unbound, bound, count; local in function:populate_ggtt 80 bound = 0; 86 bound++; 90 GEM_BUG_ON(bound + unbound != count); 98 if (bound != count) { 99 pr_err("%s: Found %lu objects bound, expected %lu!\n", 100 __func__, bound, count);
|
i915_gem_evict.c | 53 unsigned long unbound, bound, count; local in function:populate_ggtt 80 bound = 0; 86 bound++; 90 GEM_BUG_ON(bound + unbound != count); 98 if (bound != count) { 99 pr_err("%s: Found %lu objects bound, expected %lu!\n", 100 __func__, bound, count);
|
/src/sys/net/ |
rtsock.c | 283 int bound; local in function:sysctl_iflist 307 bound = curlwp_bind(); 391 curlwp_bindx(bound); 397 curlwp_bindx(bound);
|
rtsock.c | 283 int bound; local in function:sysctl_iflist 307 bound = curlwp_bind(); 391 curlwp_bindx(bound); 397 curlwp_bindx(bound);
|
pfil.c | 411 int s, bound; local in function:pfil_run_hooks 425 bound = curlwp_bind(); 430 curlwp_bindx(bound); 444 curlwp_bindx(bound); 457 int s, bound; local in function:pfil_run_arg 461 bound = curlwp_bind(); 472 curlwp_bindx(bound);
|
/src/sys/rump/net/lib/libvirtif/ |
if_virt.c | 384 int bound; local in function:VIF_DELIVERPKT 388 bound = curlwp_bind(); 390 curlwp_bindx(bound);
|
if_virt.c | 384 int bound; local in function:VIF_DELIVERPKT 388 bound = curlwp_bind(); 390 curlwp_bindx(bound);
|
/src/tests/lib/libc/regex/ |
split.c | 227 int bound; local in function:print 229 bound = (nf > nfp) ? nfp : nf; 231 for (fn = 0; fn < bound; fn++)
|
split.c | 227 int bound; local in function:print 229 bound = (nf > nfp) ? nfp : nf; 231 for (fn = 0; fn < bound; fn++)
|
/src/sys/netinet6/ |
in6_ifattach.c | 639 int bound = curlwp_bind(); local in function:in6_ifattach 647 curlwp_bindx(bound);
|
in6_ifattach.c | 639 int bound = curlwp_bind(); local in function:in6_ifattach 647 curlwp_bindx(bound);
|
/src/sys/dev/mvme/ |
mvmebus.c | 468 vme_addr_t bound, 504 bound, flags, mapp); 707 bus_size_t bound; local in function:mvmebus_dmamem_alloc 738 bound = (bus_size_t) vr->vr_mask + 1; 751 len, 0, bound, segs, nsegs, rsegs, flags);
|
/src/sys/compat/linux32/common/ |
linux32_socket.c | 427 int bound; local in function:linux32_getifconf 444 bound = curlwp_bind(); 489 curlwp_bindx(bound); 500 curlwp_bindx(bound);
|