Home
last modified time | relevance | path

Searched refs:nvlist_add_byte (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/libipp/
H A Dlibipp.c141 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP, in ipp_action_create()
204 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP, in ipp_action_destroy()
257 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP, in ipp_action_modify()
314 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP, in ipp_action_info()
371 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP, in ipp_action_mod()
423 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP, in ipp_list_mods()
480 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP, in ipp_mod_list_actions()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dlibzfs.h120 int nvlist_add_byte(nvlist_t *, const char *, uint8_t);
H A Dzfs.c920 rv = nvlist_add_byte(nv, name, *(int8_t *)data); in zfs_nvstore_setter()
H A Dnvlist.c1349 nvlist_add_byte(nvlist_t *nvl, const char *name, uint8_t value) in nvlist_add_byte() function
/illumos-gate/usr/src/man/man3nvpair/
H A DMakefile34 nvlist_add_byte.3nvpair \
127 nvlist_add_byte.3nvpair := LINKSRC = nvlist_add_boolean.3nvpair
/illumos-gate/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmkddi.c490 if ((err = nvlist_add_byte(nvlp, IPP_CONFIG_TYPE, IPP_SET)) != 0) { in dlcosmk_info()
497 if ((err = nvlist_add_byte(nvlp, DLCOSMK_COS, dlcosmk_data->usr_pri)) in dlcosmk_info()
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c2122 if ((rc = nvlist_add_byte(nvlp, IPP_CONFIG_TYPE, IPP_SET)) != 0) { in ipgpc_params_info()
2163 if ((rc = nvlist_add_byte(nvlp, IPP_CONFIG_TYPE, in build_class_nvlist()
2279 if ((rc = nvlist_add_byte(nvlp, IPP_CONFIG_TYPE, in build_filter_nvlist()
2318 if ((rc = nvlist_add_byte(nvlp, IPGPC_PROTO, in_filter->proto)) in build_filter_nvlist()
2326 if ((rc = nvlist_add_byte(nvlp, IPGPC_DSFIELD, in build_filter_nvlist()
2330 if ((rc = nvlist_add_byte(nvlp, IPGPC_DSFIELD_MASK, in build_filter_nvlist()
2416 if ((rc = nvlist_add_byte(nvlp, IPGPC_FILTER_TYPE, in build_filter_nvlist()
/illumos-gate/usr/src/uts/common/os/
H A Dpool.c304 (void) nvlist_add_byte(pool_sys_prop, "system.bind-default", 1); in pool_enable()
313 (void) nvlist_add_byte(pool_default->pool_props, "pool.default", 1); in pool_enable()
314 (void) nvlist_add_byte(pool_default->pool_props, "pool.active", 1); in pool_enable()
416 (void) nvlist_add_byte(pool->pool_props, "pool.default", 0); in pool_pool_create()
H A Dpool_pset.c275 (void) nvlist_add_byte(props, "pset.default", 1); in pool_pset_enable()
354 (void) nvlist_add_byte(pset->pset_props, "pset.default", 0); in pool_pset_create()
H A Dfm.c666 ret = nvlist_add_byte(payload, name, in i_fm_payload_set()
H A Dlog_sysevent.c619 error = nvlist_add_byte(*ev_attr_list, name, in sysevent_add_attr()
/illumos-gate/usr/src/lib/libzfsbootenv/common/
H A Dlzbe_pair.c205 rv = nvlist_add_byte(nv, key, *(uint8_t *)value); in lzbe_add_pair()
/illumos-gate/usr/src/lib/libnvpair/
H A Dmapfile-vers192 nvlist_add_byte;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c466 res = nvlist_add_byte(*nvl, IPP_CONFIG_TYPE, IPP_SET); in modify_params()
658 if (nvlist_add_byte(nvl, IPP_CONFIG_TYPE, CLASSIFIER_MODIFY_CLASS) != in modify_class()
741 if (nvlist_add_byte(nvl, IPP_CONFIG_TYPE, CLASSIFIER_REMOVE_CLASS) != in remove_class()
943 if (nvlist_add_byte(nvl, IPP_CONFIG_TYPE, in modify_filter()
1065 if (nvlist_add_byte(nvl, IPP_CONFIG_TYPE, CLASSIFIER_REMOVE_FILTER) in remove_filter()
5113 res = nvlist_add_byte(*nvlp, tmpname, in read_mapped_values()
5865 res = nvlist_add_byte(*nvlp, name, proto); in readnvpair()
5935 res = nvlist_add_byte(*nvlp, name, u8); in readnvpair()
6026 res = nvlist_add_byte(*nvlp, name, u8); in readnvpair()
6546 res = nvlist_add_byte(nf->nvlist, IPGPC_FILTER_TYPE, in dup_filter()
[all …]
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_publish.c220 err = nvlist_add_byte(nvl, name, in va2nvl()
/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair.h174 int nvlist_add_byte(nvlist_t *, const char *, uchar_t);
/illumos-gate/usr/src/common/nvpair/
H A Dfnvpair.c145 VERIFY0(nvlist_add_byte(nvl, name, val)); in fnvlist_add_byte()
H A Dnvpair.c1276 nvlist_add_byte(nvlist_t *nvl, const char *name, uchar_t val) in nvlist_add_byte() function
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacctddi.c489 if ((rc = nvlist_add_byte(nvlp, IPP_CONFIG_TYPE, IPP_SET)) != 0) { in flowacct_info()
/illumos-gate/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmkddi.c627 if ((err = nvlist_add_byte(nvlp, IPP_CONFIG_TYPE, IPP_SET)) != 0) { in dscpmk_info()
/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dtswtclddi.c687 if ((rc = nvlist_add_byte(nvlp, IPP_CONFIG_TYPE, IPP_SET)) != 0) { in tswtcl_info()
H A Dtokenmtddi.c878 if ((rc = nvlist_add_byte(nvlp, IPP_CONFIG_TYPE, IPP_SET)) != 0) { in tokenmt_info()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3nvpair.inc28 link path=usr/share/man/man3nvpair/nvlist_add_byte.3nvpair \
/illumos-gate/usr/src/man/man9f/
H A DMakefile1035 nvlist_add_byte.9f \
1868 nvlist_add_byte.9f := LINKSRC = nvlist_add_boolean.9f
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c3538 if (nvlist_add_byte(list, nv_name, bval) != 0) { in pool_knl_nvlist_add_value()

12