Searched refs:nvlist_add_boolean_value (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/libbe/ |
H A D | be_info.c | 186 nvlist_add_boolean_value(props, "bootonce", true); in prop_list_builder_cb() 208 nvlist_add_boolean_value(props, "active", in prop_list_builder_cb() 231 nvlist_add_boolean_value(props, "nextboot", in prop_list_builder_cb()
|
/freebsd/stand/libsa/zfs/ |
H A D | nvlist.h | 139 int nvlist_add_boolean_value(nvlist_t *, const char *, int);
|
H A D | nvlist.c | 1349 nvlist_add_boolean_value(nvlist_t *nvl, const char *name, int value) in nvlist_add_boolean_value() function
|
H A D | zfs.c | 1025 rv = nvlist_add_boolean_value(nv, name, *(boolean_t *)data); in zfs_nvstore_setter()
|
/freebsd/sys/contrib/openzfs/lib/libzfsbootenv/ |
H A D | lzbe_pair.c | 306 rv = nvlist_add_boolean_value(nv, key, *(boolean_t *)value); in lzbe_add_pair()
|
H A D | libzfsbootenv.abi | 369 …<function-decl name='nvlist_add_boolean_value' visibility='default' binding='global' size-in-bits=…
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | _nvlist.py | 279 ret = _lib.nvlist_add_boolean_value(nvlist, k, v)
|
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | ioctl.c | 167 err = nvlist_add_boolean_value(nvl, keystr, valbool); in dict2nvl()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | nvpair.h | 172 _SYS_NVPAIR_H int nvlist_add_boolean_value(nvlist_t *, const char *, boolean_t);
|
/freebsd/sys/contrib/openzfs/module/nvpair/ |
H A D | fnvpair.c | 140 VERIFY0(nvlist_add_boolean_value(nvl, name, val)); in fnvlist_add_boolean_value()
|
H A D | nvpair.c | 1287 nvlist_add_boolean_value(nvlist_t *nvl, const char *name, boolean_t val) in nvlist_add_boolean_value() function 3705 EXPORT_SYMBOL(nvlist_add_boolean_value);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | fm.c | 617 ret = nvlist_add_boolean_value(payload, name, in i_fm_payload_set()
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 90 …<elf-symbol name='nvlist_add_boolean_value' type='func-type' binding='global-binding' visibility='… 2959 …nvlist_add_boolean_value' mangled-name='nvlist_add_boolean_value' visibility='default' binding='gl…
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 3087 nvlist_add_boolean_value(props, "smbentity", smbentity) != 0) in userspace_cb()
|