| Package | Description |
|---|---|
| org.jvnet.solaris.libzfs.jna |
Low level API to libzfs through JNA.
|
| org.jvnet.solaris.nvlist.jna |
| Modifier and Type | Method and Description |
|---|---|
int |
libzfs.zfs_build_perms(zfs_handle_t handle,
String who,
String perms,
int who_type,
int deleg_type,
PtrByReference<nvlist_t> ppchNVList)
Build a ZFS permission into a
nvlist_t format that it internally uses. |
| Modifier and Type | Method and Description |
|---|---|
int |
libnvpair.nvlist_alloc(PtrByReference<nvlist_t> result,
int nvflag,
int kmflag)
The nvlist_alloc() function allocates a new name-value pair list and
updates nvlp to point to the handle.
|
int |
libnvpair.nvlist_lookup_nvlist(nvlist_t list,
String name,
PtrByReference<nvlist_t> result) |
Copyright © 2008–2017. All rights reserved.