Home
last modified time | relevance | path

Searched refs:DATA_TYPE_STRING_ARRAY (Results 1 – 25 of 29) sorted by path

12

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dnvlist.c501 case DATA_TYPE_STRING_ARRAY: in nvlist_xdr_nvp()
1031 case DATA_TYPE_STRING_ARRAY: in get_value_size()
1108 case DATA_TYPE_STRING_ARRAY: in get_nvp_data_size()
1238 case DATA_TYPE_STRING_ARRAY: in nvlist_add_common()
1476 return (nvlist_add_common(nvl, name, DATA_TYPE_STRING_ARRAY, n, a)); in nvlist_add_string_array()
1633 case DATA_TYPE_STRING_ARRAY: in nvpair_print()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h641 DATA_TYPE_STRING_ARRAY, enumerator
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c166 DATA_TYPE_STRING_ARRAY); in ipmgmt_if_groupmembers_updater()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c460 case DATA_TYPE_STRING_ARRAY: { in print_prop_nameval()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c456 case DATA_TYPE_STRING_ARRAY: in add_prop_val()
552 if (nvpair_type(pv_nvp) == DATA_TYPE_STRING_ARRAY) in add_prop_val()
1729 case DATA_TYPE_STRING_ARRAY: { in platform_payloadprop()
2067 case DATA_TYPE_STRING_ARRAY: { in platform_payloadprop_values()
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c850 case DATA_TYPE_STRING_ARRAY: in fab_pr()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnvpair.c162 { DATA_TYPE_STRING_ARRAY, 0, "string_array" },
355 if (type == DATA_TYPE_STRING_ARRAY) in nvpair_print()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_event.c432 case DATA_TYPE_STRING_ARRAY: in rcm_print_nvlist()
/illumos-gate/usr/src/cmd/svc/common/
H A Dnotify_params.c277 if (nvpair_type(nvp) != DATA_TYPE_STRING_ARRAY) in params_type_print()
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c1343 case DATA_TYPE_STRING_ARRAY: { in find_macro_definition()
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c717 case DATA_TYPE_STRING_ARRAY: in i_validate_type_nelem()
1073 case DATA_TYPE_STRING_ARRAY: in i_get_value_size()
1196 case DATA_TYPE_STRING_ARRAY: { in nvlist_add_common()
1408 return (nvlist_add_common(nvl, name, DATA_TYPE_STRING_ARRAY, n, a)); in nvlist_add_string_array()
1522 (type == DATA_TYPE_STRING_ARRAY) || in nvpair_type_is_array()
1586 case DATA_TYPE_STRING_ARRAY: in nvpair_value_common()
1846 case DATA_TYPE_STRING_ARRAY: in nvlist_lookup_pairs()
2228 return (nvpair_value_common(nvp, DATA_TYPE_STRING_ARRAY, nelem, val)); in nvpair_value_string_array()
2994 case DATA_TYPE_STRING_ARRAY: in nvs_native_nvp_op()
3361 case DATA_TYPE_STRING_ARRAY: { in nvs_xdr_nvp_op()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h147 DATA_TYPE_STRING_ARRAY, enumerator
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c238 { DATA_TYPE_STRING_ARRAY, DATA_TYPE_STRING,
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_publish.c313 case DATA_TYPE_STRING_ARRAY: in va2nvl()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph_xml.c374 case DATA_TYPE_STRING_ARRAY: { in serialize_nvpair()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_amd.c567 (nvpair_type(nvp) == DATA_TYPE_STRING_ARRAY && in amd_dimm_create()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c151 BE_ATTR_FS_NAMES, DATA_TYPE_STRING_ARRAY, &fs_names, &nelem, in be_init()
167 BE_ATTR_SHARED_FS_NAMES, DATA_TYPE_STRING_ARRAY, &shared_fs_names, in be_init()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Devents.c432 case DATA_TYPE_STRING_ARRAY: in print_nvlist()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_persist.c706 assert(nvpair_type(nvp) == DATA_TYPE_STRING_ARRAY); in i_ipadm_groupmembers_nvp2dbline()
/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c723 case DATA_TYPE_STRING_ARRAY: { in nvlist_print_with_indent()
905 case DATA_TYPE_STRING_ARRAY: in dump_nvlist()
979 (nvpair_type(nvp) != DATA_TYPE_STRING_ARRAY)) { in nvpair_value_match_regex()
1007 case DATA_TYPE_STRING_ARRAY: { in nvpair_value_match_regex()
H A Dnvpair_json.c225 case DATA_TYPE_STRING_ARRAY: { in nvlist_print_json()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c556 case DATA_TYPE_STRING_ARRAY: in nwam_get_prop_value()
/illumos-gate/usr/src/lib/libscf/common/
H A Dnotify_params.c334 case DATA_TYPE_STRING_ARRAY: in get_scf_type()
613 case DATA_TYPE_STRING_ARRAY: in get_nvpair_vals()
/illumos-gate/usr/src/lib/libzfsbootenv/common/
H A Dlzbe_pair.c288 case DATA_TYPE_STRING_ARRAY: in lzbe_add_pair()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c542 case DATA_TYPE_STRING_ARRAY: { in zcp_nvpair_value_to_lua()

12