Searched defs:outnvl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c36 cleanup_set_errno(fmd_agent_hdl_t *hdl, nvlist_t *innvl, nvlist_t *outnvl, argument
40 nvlist_free(outnvl);
99 nvlist_t *nvl = NULL, *outnvl = NULL; local
106 != 0 || (err = fmd_agent_nvl_ioctl(hdl, cmd, 1, nvl, &outnvl)) != 0)
110 if (outnvl != NULL) {
112 (void) nvlist_lookup_int32(outnvl,
116 nvlist_free(outnvl);
/illumos-gate/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.c74 cleanup_set_errno(fmd_agent_hdl_t *hdl, nvlist_t *innvl, nvlist_t *outnvl, argument
78 nvlist_free(outnvl);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_bookmark.c255 dsl_get_bookmarks_impl(dsl_dataset_t *ds, nvlist_t *props, nvlist_t *outnvl) argument
294 fnvlist_add_nvlist(outnvl, bmark_name, out_props);
309 dsl_get_bookmarks(const char *dsname, nvlist_t *props, nvlist_t *outnvl) argument
324 err = dsl_get_bookmarks_impl(ds, props, outnvl);
H A Dzfs_ioctl.c115 * nvlist_t *outnvl
132 * use the outnvl if they succeed, because the caller can not
3168 * outnvl: propname -> error code (int32)
3171 zfs_ioc_create(const char *fsname, nvlist_t *innvl, nvlist_t *outnvl) argument
3259 nvprops, outnvl);
3272 * outnvl: propname -> error code (int32)
3275 zfs_ioc_clone(const char *fsname, nvlist_t *innvl, nvlist_t *outnvl) argument
3300 nvprops, outnvl);
3313 * outnvl: snapshot -> error code (int32)
3316 zfs_ioc_snapshot(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) argument
3373 zfs_ioc_log_history(const char *unused, nvlist_t *innvl, nvlist_t *outnvl) argument
3492 zfs_ioc_destroy_snaps(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) argument
3523 zfs_ioc_bookmark(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) argument
3559 zfs_ioc_get_bookmarks(const char *fsname, nvlist_t *innvl, nvlist_t *outnvl) argument
3573 zfs_ioc_destroy_bookmarks(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) argument
3642 zfs_ioc_rollback(const char *fsname, nvlist_t *args, nvlist_t *outnvl) argument
5282 zfs_ioc_get_holds(const char *snapname, nvlist_t *args, nvlist_t *outnvl) argument
5357 zfs_ioc_space_snaps(const char *lastsnap, nvlist_t *innvl, nvlist_t *outnvl) argument
5420 zfs_ioc_send_new(const char *snapname, nvlist_t *innvl, nvlist_t *outnvl) argument
5479 zfs_ioc_send_space(const char *snapname, nvlist_t *innvl, nvlist_t *outnvl) argument
6066 nvlist_t *outnvl; local
[all...]

Completed in 329 milliseconds