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

1 2 3

  /src/usr.sbin/mrouted/
cfparse.y 86 %token METRIC THRESHOLD RATE_LIMIT BOUNDARY NETMASK ALTNET
95 %type <addrmask> bound boundary addrmask
203 | NAME STRING boundary { if (numbounds >= MAXBOUNDS) {
317 | BOUNDARY bound {
327 warn("Boundary spec %s/%d has host bits set",
333 | BOUNDARY {
335 warn("Expected boundary spec after boundary keyword, ignored");
362 bound : boundary { $$ = $1; }
372 fatal("Invalid boundary name %s",$1)
377 boundary : ADDRMASK { label
    [all...]
  /src/sys/arch/x68k/stand/boot/
dp8390.c 115 * Set current page pointer to one page after the boundary pointer, as
206 u_char boundary, current; local
227 /* Set NIC to page 0 registers to update boundary register. */
290 * Update NIC boundary pointer - being careful to keep it one
293 boundary = next_packet - 1;
294 if (boundary < rec_page_start)
295 boundary = rec_page_stop - 1;
296 NIC_PUT(ED_P0_BNRY, boundary);
  /src/sys/dev/cardbus/
rbus.c 73 bus_addr_t boundary, search_addr; local
119 boundary = decodesize > align ? decodesize : align;
121 search_addr = (substart & ~(boundary - 1)) + addr;
124 search_addr += boundary;
129 search_addr += boundary) {
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
bio_ndef.c 39 /* Boundary where content is inserted */
40 unsigned char **boundary; member in struct:ndef_aux_st
93 sarg.boundary = NULL;
116 ndef_aux->boundary = sarg.boundary;
150 if (*ndef_aux->boundary == NULL)
153 *plen = *ndef_aux->boundary - *pbuf;
208 sarg.boundary = ndef_aux->boundary;
224 if (*ndef_aux->boundary == NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
bio_ndef.c 39 /* Boundary where content is inserted */
40 unsigned char **boundary; member in struct:ndef_aux_st
93 sarg.boundary = NULL;
116 ndef_aux->boundary = sarg.boundary;
152 if (*ndef_aux->boundary == NULL)
155 *plen = *ndef_aux->boundary - *pbuf;
210 sarg.boundary = ndef_aux->boundary;
227 if (*ndef_aux->boundary == NULL
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
bio_ndef.c 39 /* Boundary where content is inserted */
40 unsigned char **boundary; member in struct:ndef_aux_st
93 sarg.boundary = NULL;
116 ndef_aux->boundary = sarg.boundary;
152 if (!*ndef_aux->boundary)
155 *plen = *ndef_aux->boundary - *pbuf;
210 sarg.boundary = ndef_aux->boundary;
225 if (!*ndef_aux->boundary)
    [all...]
  /src/external/mpl/bind/dist/tests/isc/
rwlock_test.c 59 static uint8_t boundary = 0; variable
212 if (rnd[i] < boundary) {
234 if (rnd[i] < boundary) {
262 boundary = pct;
  /src/sys/arch/alpha/common/
sgmap_typedep.c 74 bus_size_t sgvalen, extra_sgvalen, boundary, alignment; local
118 boundary = map->_dm_boundary;
122 * their own boundary constraint.
124 if (__predict_false(boundary != 0 && buflen > boundary)) {
141 * If we have a boundary constraint, it's possible to end up in
142 * a situation where sgvalen > boundary if the caller's buffer
146 if (__predict_false(boundary != 0 && boundary < sgvalen)) {
157 extra_sgvalen = sgvalen - boundary;
    [all...]
  /src/sys/dev/ic/
dp8390.c 351 * Set current page pointer to one page after the boundary pointer, as
508 uint8_t boundary, current; local
530 /* Set NIC to page 0 registers to update boundary register. */
602 * Update NIC boundary pointer - being careful to keep it one
605 boundary = sc->next_packet - 1;
606 if (boundary < sc->rec_page_start)
607 boundary = sc->rec_page_stop - 1;
608 NIC_PUT(regt, regh, ED_P0_BNRY, boundary);
  /src/sys/dev/isa/
isadma.c 630 int error, boundary, rsegs; local
637 boundary = (chan & 4) ? (1 << 17) : (1 << 16);
641 error = bus_dmamem_alloc(ids->ids_dmat, size, PAGE_SIZE, boundary,
  /src/sys/dev/pci/
btvmeii.c 293 unsigned long boundary, maplen; local
315 boundary = (wnd & 3) ? 64*1024 : 4*1024;
318 vmebase = vmeaddr & ~(boundary - 1);
320 vmeend = (vmeaddr + len - 1) & ~(boundary - 1);
322 maplen = vmeend - vmebase + boundary;
326 boundary, /* align */
328 0, /* boundary */
eso.c 399 * if the latter's mapping base address is aligned on a 1K boundary.
1471 size_t boundary, int direction, struct eso_dma *ed)
1477 error = bus_dmamem_alloc(ed->ed_dmat, ed->ed_size, align, boundary,
1540 size_t boundary; local
1548 * register can't roll over a 64K address boundary, so we have to
1550 * controller needs a 1M address boundary.
1553 boundary = 0x10000;
1555 boundary = 0x100000;
1579 error = eso_allocmem(sc, size, 32, boundary, direction, ed);
if_tl.c 594 bus_size_t boundary; local
644 "tl-dma-page-boundary");
647 boundary
650 boundary = 0;
660 sizeof(struct tl_Tx_list) * TL_NBUF, boundary,
664 ETHER_MIN_TX, boundary, BUS_DMA_WAITOK,
692 1, MCLBYTES, boundary, BUS_DMA_WAITOK | BUS_DMA_ALLOCNOW,
696 TL_NSEG, MCLBYTES, boundary,
  /src/sys/dev/raidframe/
rf_paritylog.c 273 int boundary, offset = 0; local
304 /* disk address does not cross a region boundary */
312 /* disk address crosses a region boundary */
314 boundary = 0;
315 while (data->regionID == rf_MapRegionIDParityLogging(raidPtr, diskAddress->startSector + boundary))
316 boundary++;
318 /* enter data before the boundary */
320 data->diskAddress.numSector = boundary;
322 offset += boundary;
325 diskAddress->startSector += boundary;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ax-general.c 436 /* Instruction boundary table. boundary[i] is non-zero iff our scan local
438 char *boundary = (char *) alloca (ax->buf.size () * sizeof (boundary[0]));
440 /* Stack height record. If either targets[i] or boundary[i] is
449 memset (boundary, 0, ax->buf.size () * sizeof (boundary[0]));
486 boundary[i] = 1;
514 if (targets[target] || boundary[target])
553 if (targets[i] && !boundary[i]
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ax-general.c 436 /* Instruction boundary table. boundary[i] is non-zero iff our scan local
438 char *boundary = (char *) alloca (ax->buf.size () * sizeof (boundary[0]));
440 /* Stack height record. If either targets[i] or boundary[i] is
449 memset (boundary, 0, ax->buf.size () * sizeof (boundary[0]));
486 boundary[i] = 1;
514 if (targets[target] || boundary[target])
553 if (targets[i] && !boundary[i]
    [all...]
  /src/sys/arch/sparc64/dev/
iommu.c 506 * we're not on a cache line boundary (64-bits):
562 bus_size_t align, boundary, len; local
592 * A boundary presented to bus_dmamem_alloc() takes precedence
593 * over boundary in the map.
595 if ((boundary = (map->dm_segs[0]._ds_boundary)) == 0)
596 boundary = map->_dm_boundary;
600 * If our segment size is larger than the boundary we need to
607 (sgsize > boundary) ? 0 : boundary,
634 * the boundary
785 bus_size_t boundary, align; local
    [all...]
  /src/sys/dev/usb/
if_axen.c 852 * as each packet will be aligned 8byte boundary,
868 u_int length, boundary; local
877 boundary = 4096;
880 boundary = 512;
883 boundary = 64;
891 if ((length % boundary) == 0) {
892 DPRINTF(("%s: boundary hit\n", device_xname(un->un_dev)));
if_axe.c 1131 int length, boundary; local
1138 boundary = (un->un_udev->ud_speed == USB_SPEED_HIGH) ? 512 : 64;
1146 if ((length % boundary) == 0) {
1260 * header on 4 byte boundary is not needed when
  /src/external/gpl3/gcc.old/dist/gcc/
function.h 118 boundary can be momentarily unaligned while pushing the arguments.
119 Record the delta since last aligned boundary here in order to get
560 unsigned int boundary;
559 unsigned int boundary; member in struct:locate_and_pad_arg_data
  /src/external/ibm-public/postfix/dist/src/global/
mime_state.c 53 /* are truncated at or above var_header_limit bytes, message boundary
147 /* In the header section after a multipart boundary string.
193 /* Different mail user agents treat malformed message boundary
197 /* This module will not glue together multipart boundary strings that
200 /* This module will not glue together RFC 2231 formatted (boundary)
202 /* MIME processors. Splitting boundary strings is not backwards
284 char *boundary; /* boundary string */ member in struct:MIME_STACK
285 ssize_t bound_len; /* boundary length */
346 #define MIME_STATE_MULTIPART MIME_HDR_MULTIPART /* after --boundary */
    [all...]
  /src/external/mit/lua/dist/src/
ltable.c 859 ** Try to find a boundary in the hash part of table 't'. From the
863 ** find a boundary. We keep doubling 'j' until we get an absent index.
868 ** boundary. ('j + 1' cannot be a present integer key because it is
883 return j; /* well, max integer is a boundary... */
908 ** Try to find a boundary in table 't'. (A 'boundary' is an integer index
914 ** part that may be a boundary.
916 ** (1) If 't[limit]' is empty, there must be a boundary before it.
918 ** is present. If so, it is a boundary. Otherwise, do a binary search
919 ** between 0 and limit to find a boundary. In both cases, try t
952 unsigned int boundary = binsearch(t->array, 0, limit); local
971 unsigned int boundary = binsearch(t->array, t->alimit, limit); local
    [all...]
  /src/lib/libc/time/
zdump.c 876 time_t t, boundary = hunt(tz, lo, hi, true); local
878 hi = (SECSPERDAY < hi - boundary
879 ? boundary + SECSPERDAY
881 if (SECSPERDAY < boundary - lo) {
882 lo = boundary - SECSPERDAY;
  /src/sys/arch/hppa/dev/
astro.c 363 bus_size_t maxsegsz, bus_size_t boundary, int flags, bus_dmamap_t *dmamap)
371 boundary, flags, &map);
417 bus_size_t align, boundary; local
423 boundary = map->_dm_boundary;
451 boundary, /* nocross */
557 bus_size_t boundary, bus_dma_segment_t *segs,
562 return (bus_dmamem_alloc(sc->sc_dmat, size, alignment, boundary,
uturn.c 501 bus_size_t maxsegsz, bus_size_t boundary, int flags, bus_dmamap_t *dmamap)
509 boundary, flags, &map);
555 bus_size_t align, boundary; local
561 boundary = map->_dm_boundary;
589 boundary, /* nocross */
696 bus_size_t boundary, bus_dma_segment_t *segs,
701 return (bus_dmamem_alloc(sc->sc_dmat, size, alignment, boundary,

Completed in 61 milliseconds

1 2 3