Home
last modified time | relevance | path

Searched refs:segp (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/lib/libc/db/hash/
Dhash_buf.c111 SEGMENT segp = 0; in __get_buf() local
125 segp = hashp->dir[addr >> hashp->SSHIFT]; in __get_buf()
127 assert(segp != NULL); in __get_buf()
129 bp = PTROF(segp[segment_ndx]); in __get_buf()
130 is_disk_mask = ISDISK(segp[segment_ndx]); in __get_buf()
140 segp[segment_ndx] = in __get_buf()
161 SEGMENT segp; in newbuf() local
217 segp = hashp->dir[bp->addr >> hashp->SSHIFT]; in newbuf()
219 assert(segp != NULL); in newbuf()
224 ISDISK(segp[segment_ndx]))) in newbuf()
[all …]
/mirbsd/src/sys/dev/ic/
Dami.c111 bus_dma_segment_t *segp, size_t isize, size_t nent, const char *iname);
113 bus_dma_segment_t *segp, size_t isize, size_t nent, const char *iname);
149 ami_allocmem(dmat, map, segp, isize, nent, iname) in ami_allocmem() argument
152 bus_dma_segment_t *segp;
161 if ((error = bus_dmamem_alloc(dmat, total, PAGE_SIZE, 0, segp, 1,
168 if ((error = bus_dmamem_map(dmat, segp, rseg, total, &p,
191 ami_freemem(dmat, map, segp, isize, nent, iname) in ami_freemem() argument
194 bus_dma_segment_t *segp;
198 bus_dmamem_free(dmat, segp, 1);
/mirbsd/src/sys/arch/i386/i386/
Dmachdep.c2295 kcore_seg_t *segp; in cpu_dump() local
2299 segp = (kcore_seg_t *)buf; in cpu_dump()
2304 CORE_SETMAGIC(*segp, KCORE_MAGIC, MID_MACHINE, CORE_CPU); in cpu_dump()
2305 segp->c_size = dbtob(1) - ALIGN(sizeof(*segp)); in cpu_dump()
3860 _bus_dmamap_load_buffer(t, map, buf, buflen, p, flags, lastaddrp, segp, first) in _bus_dmamap_load_buffer() argument
3868 int *segp;
3885 for (seg = *segp; buflen > 0 ; ) {
3936 *segp = seg;