Lines Matching defs:be
24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
55 * may be used to endorse or promote products derived from this software
61 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
341 * XXX this entire mess must be fixed
526 * Build the signal context to be used by sigreturn.
688 * Only the icc bits in the psr are used, so it need not be
689 * verified. pc and npc must be multiples of 4. This is all
935 * savecore(8) expects dumpsize to be the number of pages
941 #define BYTES_PER_DUMP (32 * 1024) /* must be a multiple of pagesize */
1179 u_char *be = b + l;
1190 if (b != be && ((u_long)be & 1) != 0) {
1191 be--;
1192 *be = 0;
1197 while (sp != (u_short *)be)
1256 * Common function for DMA map creation. May be called by bus-specific
1274 * and they are not to be freed.
1299 * Common function for DMA map destruction. May be called by bus-specific
1345 * Common function for DMA map synchronization. May be called
1355 be called
1398 * will be allocated in bus_dmamap_load*() routines. Hence we
1410 * Common function for freeing DMA-safe memory. May be called by
1429 * Common function for unmapping DMA-safe memory. May be called by
1448 * Common function for mmap(2)'ing DMA-safe memory. May be called by
1476 * - `size' must be a multiple of the VM page size
1477 * - `align' must be a power of two
1479 * - `skew' must be smaller than `align'
1480 * - `size' must be smaller than `boundary'
1769 * Common function for mapping DMA-safe memory. May be called by