man pages section 9F: DDI and DKI Kernel Functions
    
W
 
 window resources
  release window resources -- csx_ReleaseWindow ( Index Term Link )
  request window resources -- csx_RequestWindow ( Index Term Link )
 
 write data to mapped device in the memory space or allocated DMA memory
  -- ddi_mem_put8 ( Index Term Link )
  -- ddi_mem_put16 ( Index Term Link )
  -- ddi_mem_put32 ( Index Term Link )
  -- ddi_mem_put64 ( Index Term Link )
  -- ddi_mem_rep_put8 ( Index Term Link )
  -- ddi_mem_rep_put16 ( Index Term Link )
  -- ddi_mem_rep_put32 ( Index Term Link )
  -- ddi_mem_rep_put64 ( Index Term Link )
 
 write data to the device
  -- ddi_put8 ( Index Term Link )
  -- ddi_put16 ( Index Term Link )
  -- ddi_put32 ( Index Term Link )
  -- ddi_put64 ( Index Term Link )
 
 write data to the mapped device register in I/O space
  -- ddi_io_put8 ( Index Term Link )
  -- ddi_io_put16 ( Index Term Link )
  -- ddi_io_put32 ( Index Term Link )
  -- ddi_io_putb ( Index Term Link )
  -- ddi_io_putl ( Index Term Link )
  -- ddi_io_putw ( Index Term Link )
 
 write data to the mapped memory address, device register or allocated DMA memory address
  -- ddi_rep_put8 ( Index Term Link )
  -- ddi_rep_put16 ( Index Term Link )
  -- ddi_rep_put32 ( Index Term Link )
  -- ddi_rep_put64 ( Index Term Link )
  -- ddi_rep_putb ( Index Term Link )
  -- ddi_rep_putl ( Index Term Link )
  -- ddi_rep_putll ( Index Term Link )
  -- ddi_rep_putw ( Index Term Link )
 
 write multiple data to the mapped device register in I/O space
  -- ddi_io_rep_put8 ( Index Term Link )
  -- ddi_io_rep_put16 ( Index Term Link )
  -- ddi_io_rep_put32 ( Index Term Link )
  -- ddi_io_rep_putb ( Index Term Link )
  -- ddi_io_rep_putl ( Index Term Link )
  -- ddi_io_rep_putw ( Index Term Link )
 
 write or read a PC Card Configuration Register - csx_AccessConfigurationRegister ( Index Term Link )
 
 write repetitively to device register
  -- csx_RepPut8 ( Index Term Link )
  -- csx_RepPut16 ( Index Term Link )
  -- csx_RepPut32 ( Index Term Link )
  -- csx_RepPut64 ( Index Term Link )
 
 write to an I/O port
  -- outb ( Index Term Link )
  -- outl ( Index Term Link )
  -- outw ( Index Term Link )
  -- repoutsb ( Index Term Link )
  -- repoutsd ( Index Term Link )
  -- repoutsw ( Index Term Link )
 
 write to device register
  -- csx_Put8 ( Index Term Link )
  -- csx_Put16 ( Index Term Link )
  -- csx_Put32 ( Index Term Link )
  -- csx_Put64 ( Index Term Link )