HomeSort by: relevance | last modified time | path
    Searched defs:bound (Results 1 - 25 of 80) 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;
  /src/sys/compat/common/
if_43.c 234 int bound = curlwp_bind(); local
238 curlwp_bindx(bound);
276 curlwp_bindx(bound);
285 curlwp_bindx(bound);
uipc_syscalls_40.c 45 int bound; local
66 bound = curlwp_bind();
156 curlwp_bindx(bound);
166 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/arch/alpha/alpha/
mcclock.c 129 int bound = curlwp_bind(); local
133 curlwp_bindx(bound);
135 curlwp_bindx(bound);
  /src/sys/external/bsd/drm2/dist/drm/
drm_legacy.h 148 unsigned long bound; member in struct:drm_agp_mem
  /src/tests/lib/libc/regex/
split.c 227 int bound; local
229 bound = (nf > nfp) ? nfp : nf;
231 for (fn = 0; fn < bound; fn++)
  /src/sys/rump/net/lib/libvirtif/
if_virt.c 384 int bound; local
388 bound = curlwp_bind();
390 curlwp_bindx(bound);
  /src/sys/arch/aarch64/aarch64/
cpu.c 620 int error, bound; local
622 bound = curlwp_bind(); /* bind to CPU for rndrrs_fail evcnt */
651 curlwp_bindx(bound);
  /src/sys/compat/linux32/common/
linux32_socket.c 427 int bound; local
444 bound = curlwp_bind();
489 curlwp_bindx(bound);
500 curlwp_bindx(bound);
  /src/sys/dev/mvme/
mvmebus.c 468 vme_addr_t bound,
504 bound, flags, mapp);
707 bus_size_t bound; local
738 bound = (bus_size_t) vr->vr_mask + 1;
751 len, 0, bound, segs, nsegs, rsegs, flags);
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_gem_evict.c 53 unsigned long unbound, bound, count; local
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/kern/
subr_xcall.c 58 * within a bound kthread. No queueing is provided, and the
265 int s, bound; local
270 bound = curlwp_bind();
275 curlwp_bindx(bound);
324 int s, bound; local
331 bound = curlwp_bind();
336 curlwp_bindx(bound);
  /src/sys/net/
pfil.c 411 int s, bound; local
425 bound = curlwp_bind();
430 curlwp_bindx(bound);
444 curlwp_bindx(bound);
457 int s, bound; local
461 bound = curlwp_bind();
472 curlwp_bindx(bound);
rtsock.c 283 int bound; local
307 bound = curlwp_bind();
391 curlwp_bindx(bound);
397 curlwp_bindx(bound);
if_gif.c 740 int error = 0, size, bound; local
868 bound = curlwp_bind();
872 curlwp_bindx(bound);
878 bound = curlwp_bind();
881 curlwp_bindx(bound);
889 bound = curlwp_bind();
893 curlwp_bindx(bound);
914 curlwp_bindx(bound);
920 curlwp_bindx(bound);
925 curlwp_bindx(bound);
    [all...]
if_llatbl.c 642 int bound; local
646 bound = curlwp_bind();
652 curlwp_bindx(bound);
783 curlwp_bindx(bound);
  /src/sys/netinet6/
in6_ifattach.c 639 int bound = curlwp_bind(); local
647 curlwp_bindx(bound);
mld6.c 557 int bound; local
568 bound = curlwp_bind();
571 curlwp_bindx(bound);
583 curlwp_bindx(bound);
592 curlwp_bindx(bound);
1004 int bound, s; local
1011 bound = curlwp_bind();
1014 curlwp_bindx(bound);
1030 curlwp_bindx(bound);
1073 curlwp_bindx(bound);
    [all...]
  /src/sys/arch/sandpoint/stand/altboot/
fxp.c 370 unsigned bound, ruscus, len; local
375 bound = 1000 * timo;
382 } while (--bound > 0);
kse.c 220 unsigned bound, rxstat, len; local
223 bound = 1000 * timo;
233 } while (--bound > 0);
261 unsigned val, bound; local
265 bound = getsecs() + timo;
271 } while (getsecs() < bound);
  /src/sys/arch/xen/xen/
xen_clock.c 194 * already be bound to the CPU.
268 * from the tsc, in units of nanoseconds. Caller must be bound to
282 /* We'd better be bound to the CPU in _some_ way. */
575 int bound; local
578 bound = curlwp_bind();
581 curlwp_bindx(bound);
648 /* Unbind from the CPU if we weren't already bound. */
649 curlwp_bindx(bound);
656 * must be running on and bound to ci's CPU.
706 * Xen timer. Caller must be running on and bound to ci's CPU
    [all...]
  /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
125 bound = curlwp_bind();
139 curlwp_bindx(bound);
153 int bound; local
158 bound = curlwp_bind();
172 curlwp_bindx(bound);
  /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
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 43 milliseconds

1 2 3 4