man pages section 9F: DDI and DKI Kernel Functions
    
M
 
 makedevice - make device number from major and minor numbers ( Index Term Link )
 
 map memory area on PC Card - csx_MapMemPage ( Index Term Link )
 
 max - return the larger of two integers ( Index Term Link )
 
 memory, clear for a given number of bytes - bzero ( Index Term Link )
 
 min - return the lesser of two integers ( Index Term Link )
 
 minor node for device, create - ddi_create_minor_node ( Index Term Link )
 
 modify PC Card configuration - csx_ModifyConfiguration ( Index Term Link )
 
 modify window attributes - csx_ModifyWindow ( Index Term Link )
 
 mt-streams - STREAMS multithreading ( Index Term Link )
 
 mutex routines
  -- mutex ( Index Term Link )
  -- mutex_destroy ( Index Term Link )
  -- mutex_enter ( Index Term Link )
  -- mutex_exit ( Index Term Link )
  -- mutex_init ( Index Term Link )
  -- mutex_owned ( Index Term Link )
  -- mutex_tryenter ( Index Term Link )
 
 mutual exclusion lock
  See mutex