| Package | Description |
|---|---|
| oshi.jna.platform.mac |
Provides extensions of JNA libraries for Mac OS X.
|
| oshi.util.platform.mac |
Provides utilities for Mac OS X.
|
| Modifier and Type | Method and Description |
|---|---|
CoreFoundation.CFAllocatorRef |
CoreFoundation.CFAllocatorGetDefault() |
| Modifier and Type | Method and Description |
|---|---|
CoreFoundation.CFMutableDictionaryRef |
CoreFoundation.CFDictionaryCreateMutable(CoreFoundation.CFAllocatorRef allocator,
int capacity,
com.sun.jna.Pointer keyCallBacks,
com.sun.jna.Pointer valueCallBacks) |
DiskArbitration.DADiskRef |
DiskArbitration.DADiskCreateFromBSDName(CoreFoundation.CFAllocatorRef allocator,
DiskArbitration.DASessionRef session,
String diskName)
Creates a new disk object.
|
DiskArbitration.DASessionRef |
DiskArbitration.DASessionCreate(CoreFoundation.CFAllocatorRef allocator)
Creates a new session.
|
int |
IOKit.IORegistryEntryCreateCFProperties(int entry,
CoreFoundation.CFMutableDictionaryRef serviceProperties,
CoreFoundation.CFAllocatorRef allocator,
int options) |
CoreFoundation.CFTypeRef |
IOKit.IORegistryEntryCreateCFProperty(int entry,
CoreFoundation.CFStringRef key,
CoreFoundation.CFAllocatorRef allocator,
int options) |
| Modifier and Type | Field and Description |
|---|---|
static CoreFoundation.CFAllocatorRef |
CfUtil.ALLOCATOR |
Copyright © 2010–2016 com.github.dblock. All rights reserved.