Searched refs:nvlist_lookup_boolean (Results 1 – 5 of 5) sorted by relevance
129 #define nvlist_lookup_boolean opensolaris_nvlist_lookup_boolean macro
206 int nvlist_lookup_boolean(nvlist_t *, const char *);
319 return (nvlist_lookup_boolean(nvl, name) == 0); in fnvlist_lookup_boolean()
1347 nvlist_lookup_boolean(nvlist_t *nvl, const char *name) in nvlist_lookup_boolean() function
1427 if (nvlist_lookup_boolean(fslist, "sent") == 0) in dump_filesystems()2409 recursive = (nvlist_lookup_boolean(stream_nv, "not_recursive") == in recv_incremental_replication()2740 recursive = (nvlist_lookup_boolean(stream_nv, "not_recursive") == in zfs_receive_package()3069 recursive = (nvlist_lookup_boolean(stream_nv, "not_recursive") == in zfs_receive_one()