HomeSort by: relevance | last modified time | path
    Searched refs:guest (Results 1 - 13 of 13) sorted by relevancy

  /src/share/examples/ftpd/
ftpd.conf 9 # Use `guest' as a template for `localguest'; any following `guest' entries
12 template localguest guest
18 display guest .message
19 notify guest README*
23 upload guest off
30 # Limit the number of simultaneous `guest' class connections to 50,
32 # As `localguest' uses the `guest' settings via the template above, override
35 limit guest 50 ftptoomany
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.c 76 /* translate a guest gmadr to host gmadr */
80 "invalid guest gmadr %llx\n", g_addr))
92 /* translate a host gmadr to guest gmadr */
556 bool guest)
563 pte_ops->get_entry(guest ? mm->ppgtt_mm.guest_pdps :
583 bool guest)
587 pte_ops->set_entry(guest ? mm->ppgtt_mm.guest_pdps :
654 bool guest)
665 ret = ops->get_entry(page_table, e, index, guest,
671 update_entry_type_for_real(ops, e, guest
    [all...]
  /src/sys/dev/pci/
if_vmxreg.h 227 uint32_t guest; /* guest OS */ member in struct:vmxnet3_driver_shared
if_vmx.c 1670 ds->guest = VMXNET3_GOS_FREEBSD |
  /src/sys/arch/x86/x86/
identcpu.c 343 * This causes WC+ to become CD, and degrades guest
346 * Explicitly enable WC+ if we're not a guest.
1103 vm_guest_t guest; member in struct:vm_name_guest
1135 /* guest type already known, no bios info */
1208 vm_guest = vm_bios_vendors[i].guest;
1217 vm_guest = vm_system_products[i].guest;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_stdu.c 513 vmw_bo_get_guest_ptr(&ddirty->buf->base, &cmd->body.guest.ptr);
514 cmd->body.guest.pitch = ddirty->pitch;
597 /* Assume we are blitting from Guest (bo) to Host (display_srf) */
1218 vmw_bo_get_guest_ptr(&vfbbo->buffer->base, &cmd_dma->body.guest.ptr);
1219 cmd_dma->body.guest.pitch = update->vfb->base.pitches[0];
vmwgfx_surface.c 157 .type_name = "guest backed surfaces",
326 body->guest.ptr = *ptr;
327 body->guest.ptr.offset += cur_offset->bo_offset;
328 body->guest.pitch = svga3dsurface_calculate_pitch(desc,
348 body->guest.pitch);
409 * May return other errors if the kernel is out of guest resources.
481 * May return other errors if the kernel is out of guest resources.
vmwgfx_kms.c 187 if (cmd->dma.guest.ptr.offset % PAGE_SIZE ||
199 cmd->dma.guest.ptr.offset);
203 kmap_offset = cmd->dma.guest.ptr.offset >> PAGE_SHIFT;
218 if (box->w == 64 && cmd->dma.guest.pitch == 64*4) {
224 virtual + i * cmd->dma.guest.pitch,
vmwgfx_execbuf.c 72 * @location: Pointer to location for guest pointer to be modified
135 * @gb_disable: Whether disabled if guest-backed objects are available.
136 * @gb_enable: Whether enabled iff guest-backed objects are available.
265 * Guest-backed contexts and DX contexts require extra size to store execbuf
1544 &cmd->body.guest.ptr, &vmw_bo);
1550 if (unlikely(cmd->body.guest.ptr.offset > bo_size)) {
1555 bo_size -= cmd->body.guest.ptr.offset;
2023 * This is the compat shader path - Per device guest-backed
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_cmd.h 557 SVGAGuestImage guest; member in struct:__anon411ade0f1508
563 * "source" in each copyBox as the guest image and the
580 * optimize performance or protect the guest. This suffix exists to preserve
602 * while performing this surface DMA operation. The guest should never rely
1114 uint32 totalSize; /* Set by guest before query is ended. */
1115 SVGA3dQueryState state; /* Set by host or guest. See SVGA3dQueryState. */
1194 * be different, but it is required that guest makes sure refBuffer has
1341 * Guest-backed objects definitions.
1540 * This command allows the guest to specify the base PPN of the
1667 * Define a guest-backed surface
    [all...]
  /src/sys/arch/virt68k/virt68k/
locore.s 611 * observe only one virtual CPU as the guest.
  /src/sys/arch/sparc/sparc/
locore.s 6014 * one virtual CPU as the guest.
  /src/sys/arch/sparc64/sparc64/
locore.s 7961 * observe only one virtual CPU as the guest.

Completed in 146 milliseconds