HomeSort by: relevance | last modified time | path
    Searched defs:shbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
exec_multiboot1.c 164 void *shbuf; local in function:exec_multiboot1
176 shbuf = alloc(shlen);
178 pvbcopy((void *)shaddr, shbuf, shlen);
179 ksyms_addr_set(&ehdr, shbuf,
181 vpbcopy(shbuf, (void *)shaddr, shlen);
183 dealloc(shbuf, shlen);
  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front.c 32 #include <xen/xen-front-pgdir-shbuf.h>
46 struct xen_front_pgdir_shbuf shbuf; member in struct:xen_drm_front_dbuf
75 xen_front_pgdir_shbuf_unmap(&buf->shbuf);
76 xen_front_pgdir_shbuf_free(&buf->shbuf);
88 xen_front_pgdir_shbuf_unmap(&buf->shbuf);
89 xen_front_pgdir_shbuf_free(&buf->shbuf);
188 buf_cfg.pgdir = &dbuf->shbuf;
200 xen_front_pgdir_shbuf_get_dir_start(&dbuf->shbuf);
219 ret = xen_front_pgdir_shbuf_map(&dbuf->shbuf);

Completed in 12 milliseconds