HomeSort by: relevance | last modified time | path
    Searched defs:bound (Results 1 - 25 of 79) sorted by relevancy

1 2 3 4

  /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;
snmp.c 296 struct vif_acl *bound; local in function:o_dvmrpBoundaryTable
314 if (!(bound = find_boundary(vifi, addr, mask)))
333 bound = next_boundary(&vifi,addr,mask);
334 if (!bound)
338 put_address(newname, bound->acl_addr, vp->namelen+1);
339 put_address(newname, bound->acl_mask, vp->namelen+5);
345 if (!(bound = next_boundary(&vifi,addr,mask+1)))
349 put_address(newname, bound->acl_addr, vp->namelen+1);
350 put_address(newname, bound->acl_mask, vp->namelen+5);
  /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);
  /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)
  /src/sys/external/bsd/drm2/dist/drm/
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);
  /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);
  /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);
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);
if_llatbl.c 642 int bound; local in function:lla_rt_output
646 bound = curlwp_bind();
652 curlwp_bindx(bound);
783 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);
  /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++)
  /src/sys/netinet6/
in6_ifattach.c 639 int bound = curlwp_bind(); local in function:in6_ifattach
647 curlwp_bindx(bound);
mld6.c 557 int bound; local in function:mld_sendpkt
568 bound = curlwp_bind();
571 curlwp_bindx(bound);
583 curlwp_bindx(bound);
592 curlwp_bindx(bound);
1004 int bound, s; local in function:in6_multicast_sysctl
1011 bound = curlwp_bind();
1014 curlwp_bindx(bound);
1030 curlwp_bindx(bound);
1073 curlwp_bindx(bound);
    [all...]
  /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);
  /src/sys/arch/aarch64/aarch64/
cpu.c 620 int error, bound; local in function:rndrrs_get
622 bound = curlwp_bind(); /* bind to CPU for rndrrs_fail evcnt */
651 curlwp_bindx(bound);
  /src/sys/kern/
subr_xcall.c 58 * within a bound kthread. No queueing is provided, and the
265 int s, bound; local in function:xc_broadcast
270 bound = curlwp_bind();
275 curlwp_bindx(bound);
324 int s, bound; local in function:xc_unicast
331 bound = curlwp_bind();
336 curlwp_bindx(bound);
  /src/sys/arch/sandpoint/stand/altboot/
fxp.c 370 unsigned bound, ruscus, len; local in function:fxp_recv
375 bound = 1000 * timo;
382 } while (--bound > 0);
kse.c 220 unsigned bound, rxstat, len; local in function:kse_recv
223 bound = 1000 * timo;
233 } while (--bound > 0);
261 unsigned val, bound; local in function:mii_dealan
265 bound = getsecs() + timo;
271 } while (getsecs() < bound);
  /src/sys/dev/pci/
emuxkivar.h 83 bus_size_t bound; member in struct:dmamem
  /src/sys/dist/pf/net/
pf_if.c 104 int bound; local in function:pfi_initialize
125 bound = curlwp_bind();
139 curlwp_bindx(bound);
153 int bound; local in function:pfi_destroy
158 bound = curlwp_bind();
172 curlwp_bindx(bound);
  /src/usr.sbin/rpcbind/
rpcbind.c 287 int status; /* bound checking ? */
291 int bound; local in function:init_transport
388 bound = 0;
474 bound = 1;
520 if (!bound)
689 /* decide if bound checking works for this transport */
737 * Create the list of addresses that we're bound to. Normally, this
754 err(EXIT_FAILURE, "no space for bound address array");
762 err(EXIT_FAILURE, "no space for bound address");
768 * Match the sa against the list of addresses we've bound to. I
    [all...]
  /src/sys/netinet/
in_pcb.c 379 * and a multicast address is bound on both
571 * If we haven't bound which network number to use as ours,
587 int bound; local in function:inpcb_connect
589 bound = curlwp_bind();
594 curlwp_bindx(bound);
604 curlwp_bindx(bound);
610 curlwp_bindx(bound);
1115 * Primarily used to find the listening (i.e., already bound) socket.

Completed in 27 milliseconds

1 2 3 4