Searched refs:nvl (Results 51 - 75 of 338) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_text.h146 idm_nvlist_add_keyvalue(nvlist_t *nvl, char *key, int keylen, char *value);
149 idm_textbuf_to_nvlist(nvlist_t *nvl, char **textbuf, int *textbuflen);
155 idm_nvlist_to_textbuf(nvlist_t *nvl, char **textbuf, int *textbuflen,
165 idm_nvlist_add_id(nvlist_t *nvl, iscsikey_id_t kv_id, char *value);
181 idm_nvlist_to_itextbuf(nvlist_t *nvl);
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c128 print_node(topo_hdl_t *thp, tnode_t *node, nvlist_t *nvl, const char *fmri) argument
167 if ((ret = topo_fmri_present(thp, nvl, &err)) < 0)
173 if ((ret = topo_fmri_unusable(thp, nvl, &err)) < 0)
239 print_prop_nameval(topo_hdl_t *thp, tnode_t *node, nvlist_t *nvl) argument
248 if ((pv_nvp = nvlist_next_nvpair(nvl, NULL)) == NULL)
252 if ((pv_nvp = nvlist_next_nvpair(nvl, NULL)) == NULL ||
262 if ((pv_nvp = nvlist_next_nvpair(nvl, pv_nvp)) == NULL ||
297 (pv_nvp = nvlist_next_nvpair(nvl, pv_nvp)) == NULL) {
406 nvlist_print(stdout, nvl);
600 nvlist_t *nvl local
757 nvlist_t *nvl; local
818 nvlist_t *nvl; local
1001 print_fmri_pgroup(topo_hdl_t *thp, const char *pgn, nvlist_t *nvl) argument
1031 print_fmri_props(topo_hdl_t *thp, nvlist_t *nvl) argument
1091 nvlist_t *nvl; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfm.c75 nvlist_t nvl; local
84 != sizeof (eqnp) || mdb_vread(&nvl, sizeof (nvl),
85 (uintptr_t)eqnp.eqn_nvl) != sizeof (nvl)) {
92 return (wsp->walk_callback((uintptr_t)eqnp.eqn_nvl, &nvl,
127 nvlist_t nvl; local
136 != sizeof (eqnp) || mdb_vread(&nvl, sizeof (nvl),
137 (uintptr_t)eqnp.eqn_nvl) != sizeof (nvl)) {
144 return (wsp->walk_callback((uintptr_t)eqnp.eqn_nvl, &nvl,
156 nvlist_t nvl; local
[all...]
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c42 fmd_fmri_nvl2str(nvlist_t *nvl, char *buf, size_t buflen) argument
50 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 ||
56 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
73 fmd_fmri_present(nvlist_t *nvl) argument
81 err = nvlist_lookup_nvlist_array(nvl, FM_FMRI_HC_LIST, &hcprs, &hcnprs);
90 present = topo_fmri_present(thp, nvl, &err);
97 fmd_fmri_replaced(nvlist_t *nvl) argument
105 err = nvlist_lookup_nvlist_array(nvl, FM_FMRI_HC_LIST, &hcprs, &hcnprs);
114 replaced = topo_fmri_replaced(thp, nvl, &err);
121 fmd_fmri_unusable(nvlist_t *nvl) argument
279 fmd_fmri_service_state(nvlist_t *nvl) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dmdescplugin.c214 nvlist_t *nvl; local
219 if (nvlist_alloc(&nvl, NV_UNIQUE_NAME_TYPE, NULL) != 0)
233 if (nvlist_add_string(nvl, PICLEVENTARG_EVENT_NAME,
235 free(nvl);
245 if (nvlist_add_string(nvl, PICLEVENTARG_DEVFS_PATH, "/cpu") != 0) {
246 free(nvl);
250 if (nvlist_pack(nvl, &packed_nvl, &nvl_size, NV_ENCODE_NATIVE,
252 free(nvl);
258 free(nvl);
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi.c344 nvlist_t *nvl; local
415 nvl = NULL;
416 if (nvlist_alloc(&nvl, NV_UNIQUE_NAME, 0) != 0 ||
418 nvl) != 0) {
420 nvlist_free(nvl);
424 nvlist_free(nvl);
436 nvl = NULL;
437 if (nvlist_alloc(&nvl, NV_UNIQUE_NAME, 0) != 0 ||
439 "informational-exceptions", nvl) != 0) {
441 nvlist_free(nvl);
484 nvlist_t *nvl; local
539 nvlist_t *nvl; local
611 logpage_ie_verify(ds_scsi_info_t *sip, scsi_log_parameter_header_t *lphp, int log_length, nvlist_t *nvl) argument
657 logpage_temp_verify(ds_scsi_info_t *sip, scsi_log_parameter_header_t *lphp, int log_length, nvlist_t *nvl) argument
717 logpage_selftest_verify(ds_scsi_info_t *sip, scsi_log_parameter_header_t *lphp, int log_length, nvlist_t *nvl) argument
997 nvlist_t *nvl; local
1039 nvlist_t *nvl; local
1095 nvlist_t *nvl; local
1155 nvlist_t *nvl; local
[all...]
/illumos-gate/usr/src/cmd/svc/common/
H A Dnotify_params.c209 notify_params_get_version(nvlist_t *nvl) argument
213 if (nvl == NULL)
216 if (nvlist_lookup_uint32(nvl, SCF_NOTIFY_NAME_VERSION, &v) != 0)
241 nvlist_t *nvl; local
253 if (nvpair_value_nvlist(tnvp, &nvl) != 0)
269 if (nvlist_lookup_boolean_array(nvl, PARAM_ACTIVE, &a, &n) != 0)
275 for (nvp = nvlist_next_nvpair(nvl, NULL); nvp != NULL;
276 nvp = nvlist_next_nvpair(nvl, nvp)) {
286 listnotify_print(nvlist_t *nvl, const char *event) argument
295 * Check the nvl w
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_dperr.c218 cmd_dp_common(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, argument
234 err = nvlist_lookup_pairs(nvl, 0,
246 err = nvlist_lookup_uint16_array(nvl, DP_LIST, &cpuid_list,
248 err |= nvlist_lookup_uint64_array(nvl, SN_LIST, &serid_list,
382 cmd_dp_cds(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, argument
385 if (fmd_nvl_class_match(hdl, nvl, "ereport.asic.starcat.*")) {
386 return (cmd_dp_common(hdl, ep, nvl, class, clcode,
389 return (cmd_dp_common(hdl, ep, nvl, class, clcode,
394 cmd_dp_dx(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, argument
397 if (fmd_nvl_class_match(hdl, nvl, "erepor
407 cmd_dp_ex(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
415 cmd_dp_cp(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
[all...]
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_persist.c139 * the given nvlist `nvl' and adds the strings to `buf'.
142 i_ipadm_ip_addhostname2dbline(nvlist_t *nvl, char *buf, size_t buflen) argument
148 if (nvlist_lookup_string(nvl, IPADM_NVP_IPADDRHNAME, &cp) != 0)
153 if (nvlist_lookup_string(nvl, IPADM_NVP_IPDADDRHNAME, &cp) != 0) {
300 ipadm_nvlist2str(nvlist_t *nvl, char *buf, size_t buflen) argument
307 for (nvp = nvlist_next_nvpair(nvl, NULL); nvp != NULL;
308 nvp = nvlist_next_nvpair(nvl, nvp)) {
328 * Adds a nvpair, using the `name' and `value', to the nvlist in `nvl'.
332 i_ipadm_add_nvpair(nvlist_t *nvl, char *name, char *value) argument
337 (*ipent->ipent_rfunc)(nvl, nam
348 i_ipadm_add_ipaddr2nvl(nvlist_t *nvl, ipadm_addrobj_t ipaddr) argument
392 i_ipadm_add_intfid2nvl(nvlist_t *nvl, ipadm_addrobj_t addr) argument
442 i_ipadm_add_dhcp2nvl(nvlist_t *nvl, boolean_t primary, int32_t wait) argument
471 i_ipadm_str_dbline2nvl(nvlist_t *nvl, char *name, char *value) argument
488 i_ipadm_ip4_dbline2nvl(nvlist_t *nvl, char *name, char *value) argument
521 i_ipadm_ip6_dbline2nvl(nvlist_t *nvl, char *name, char *value) argument
552 i_ipadm_intfid_dbline2nvl(nvlist_t *nvl, char *name, char *value) argument
599 i_ipadm_dhcp_dbline2nvl(nvlist_t *nvl, char *name, char *value) argument
807 nvlist_t *nvl; local
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_memerr_arch.c157 cmd_c2c(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, argument
164 (void) nvlist_lookup_nvlist(nvl, FM_EREPORT_DETECTOR, &det);
186 return (cmd_l2u(hdl, ep, nvl, class, clcode));
201 xe_common(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, argument
213 if (nvlist_lookup_uint64(nvl,
215 nvlist_lookup_uint64(nvl,
219 if (nvlist_lookup_uint64(nvl,
221 nvlist_lookup_uint64(nvl,
225 if (nvlist_lookup_uint64(nvl,
227 nvlist_lookup_uint64(nvl,
300 cmd_ce(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
311 cmd_ue_train(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
335 cmd_ue(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
351 cmd_frx(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
360 cmd_fb(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
459 cmd_fb_train(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
484 cmd_fw_defect(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_epkt.c78 fab_epkt_to_data(fmd_hdl_t *hdl, nvlist_t *nvl, fab_data_t *data) argument
80 data->nvl = nvl;
145 fab_xlate_epkt_erpts(fmd_hdl_t *hdl, nvlist_t *nvl, const char *class) argument
157 fab_epkt_to_data(hdl, nvl, &data);
159 err = nvlist_lookup_uint8(nvl, "epkt_ver", &ver);
160 err |= nvlist_lookup_uint32(nvl, "desc", (uint32_t *)&epkt.rc_descr);
161 err |= nvlist_lookup_uint32(nvl, "size", &epkt.size);
162 err |= nvlist_lookup_uint64(nvl, "addr", &epkt.addr);
163 err |= nvlist_lookup_uint64(nvl, "hdr
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_ibnex.c77 nvlist_t *nvl; local
112 (void) nvlist_alloc(&nvl, 0, KM_SLEEP);
124 (void) nvlist_add_string(nvl, "Client",
132 (void) nvlist_add_string(nvl, "Alt_HCA", "no");
133 (void) nvlist_add_string(nvl, "ApID", "-");
140 (void) nvlist_add_string(nvl, "Alt_HCA", "no");
142 (void) nvlist_add_string(nvl, "Alt_HCA", "yes");
145 (void) nvlist_add_string(nvl, "ApID", "-");
163 (void) nvlist_add_string(nvl, "ApID", "-");
178 (void) nvlist_add_string(nvl, "ApI
[all...]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.c264 nvlist_t *nvl; local
285 if (nvlist_alloc(&nvl, NV_UNIQUE_NAME, 0) != 0) {
308 if (nvlist_add_string(nvl, name, value) != 0) {
310 nvlist_free(nvl);
318 if (nvlist_pack(nvl, &buf, &len, NV_ENCODE_NATIVE, 0) != 0) {
320 nvlist_free(nvl);
329 nvlist_free(nvl);
344 nvlist_t *nvl = NULL; local
360 if (nvlist_unpack(prop->nvlist_buf, prop->buf_size, &nvl, 0) != 0) {
366 for (len = 0, nvp = NULL; nvp = nvlist_next_nvpair(nvl, nv
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_fmri.c36 cmd_fmri_init(fmd_hdl_t *hdl, cmd_fmri_t *fmri, nvlist_t *nvl, argument
45 if ((errno = nvlist_dup(nvl, &fmri->fmri_nvl, 0)) != 0 ||
46 (errno = nvlist_size(nvl, &fmri->fmri_packsz,
52 if ((errno = nvlist_pack(nvl, &fmri->fmri_packbuf, &fmri->fmri_packsz,
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_fmri.c34 gmem_fmri_init(fmd_hdl_t *hdl, gmem_fmri_t *fmri, nvlist_t *nvl, argument
43 if ((errno = nvlist_dup(nvl, &fmri->fmri_nvl, 0)) != 0 ||
44 (errno = nvlist_size(nvl, &fmri->fmri_packsz,
50 if ((errno = nvlist_pack(nvl, &fmri->fmri_packbuf, &fmri->fmri_packsz,
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c110 method_geterror(nvlist_t *nvl, int err, int *errp) argument
112 nvlist_free(nvl);
124 nvlist_t *args, *nvl; local
147 args, &nvl, err) < 0) {
158 ret = nvlist_lookup_string(nvl, TOPO_PROP_VAL_NAME, &name);
160 return (method_geterror(nvl, ETOPO_PROP_NAME, err));
162 ret = nvlist_lookup_uint32(nvl, TOPO_PROP_VAL_TYPE, (uint32_t *)&type);
164 return (method_geterror(nvl, ETOPO_PROP_TYPE, err));
168 pv->tp_val = nvl;
255 nvlist_t *nvl; local
570 nvlist_t *nvl; local
770 nvlist_t *nvl, *args; local
1377 prop_val_add(tnode_t *node, nvlist_t **nvl, topo_propval_t *pv, int *err) argument
1397 get_pgrp_seterror(tnode_t *node, nvlist_t *nvl, int *errp, int err) argument
1414 nvlist_t *nvl, *pvnvl; local
1469 get_all_seterror(tnode_t *node, nvlist_t *nvl, int *errp, int err) argument
1485 nvlist_t *nvl, *pgnvl, *pvnvl; local
[all...]
H A Dfmd.c114 fmri_nvl2str(nvlist_t *nvl, char *buf, size_t buflen) argument
118 if (nvlist_lookup_string(nvl, FM_FMRI_FMD_NAME, &name) != 0)
128 nvlist_t *nvl, nvlist_t **out)
137 if ((len = fmri_nvl2str(nvl, NULL, 0)) == 0 ||
139 fmri_nvl2str(nvl, name, len + 1) == 0) {
127 fmd_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *nvl, nvlist_t **out) argument
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun.c41 sun_fruid_parse_common(sun_fru_descr_impl_t *sfdip, nvlist_t *nvl) argument
45 SES_NV_ADD(boolean_value, nverr, nvl,
47 SES_NV_ADD(uint64, nverr, nvl,
/illumos-gate/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c55 fmd_fmri_nvl2str(nvlist_t *nvl, char *buf, size_t buflen) argument
63 (void) nvlist_lookup_uint64(nvl, FM_FMRI_ZFS_POOL, &pool_guid);
78 if (nvlist_lookup_uint64(nvl, FM_FMRI_ZFS_VDEV, &vdev_guid) == 0)
144 fmd_fmri_present(nvlist_t *nvl) argument
150 (void) nvlist_lookup_uint64(nvl, FM_FMRI_ZFS_POOL, &pool_guid);
158 if (nvlist_lookup_uint64(nvl, FM_FMRI_ZFS_VDEV, &vdev_guid) != 0) {
171 fmd_fmri_replaced(nvlist_t *nvl) argument
177 (void) nvlist_lookup_uint64(nvl, FM_FMRI_ZFS_POOL, &pool_guid);
185 if (nvlist_lookup_uint64(nvl, FM_FMRI_ZFS_VDEV, &vdev_guid) != 0) {
199 fmd_fmri_unusable(nvlist_t *nvl) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dreparse.c53 reparse_vnode_parse(vnode_t *vp, nvlist_t *nvl) argument
60 if (vp == NULL || nvl == NULL)
79 err = reparse_parse(lkdata, nvl);
/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c116 #define RENDER(pctl, type, nvl, name, val) \
121 CUSTPRTOPARG(pctl, type), nvl, name, val); \
125 DFLTPRTOPARG(pctl, type), nvl, name, val); \
130 #define ARENDER(pctl, type, nvl, name, arrp, count) \
135 CUSTPRTOPARG(pctl, type), nvl, name, arrp, count); \
139 DFLTPRTOPARG(pctl, type), nvl, name, arrp, count); \
192 nvlist_t *nvl, const char *name, vtype value) \
196 NOTE(ARGUNUSED(nvl)) \
225 nvlist_t *nvl, const char *name, vtype *valuep, uint_t count) \
230 NOTE(ARGUNUSED(nvl)) \
259 nvprint_nvlist(nvlist_prtctl_t pctl, void *private, nvlist_t *nvl, const char *name, nvlist_t *value) argument
279 nvaprint_nvlist_array(nvlist_prtctl_t pctl, void *private, nvlist_t *nvl, const char *name, nvlist_t **valuep, uint_t count) argument
565 nvlist_print_with_indent(nvlist_t *nvl, nvlist_prtctl_t pctl) argument
756 nvlist_print(FILE *fp, nvlist_t *nvl) argument
765 nvlist_prt(nvlist_t *nvl, nvlist_prtctl_t pctl) argument
[all...]
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c173 static int idm_nvlist_add_kv(nvlist_t *nvl, const idm_kv_xlate_t *ikvx,
176 static int idm_nvlist_add_string(nvlist_t *nvl,
179 static int idm_nvlist_add_boolean(nvlist_t *nvl,
182 static int idm_nvlist_add_binary(nvlist_t *nvl,
185 static int idm_nvlist_add_large_numerical(nvlist_t *nvl,
188 static int idm_nvlist_add_numerical(nvlist_t *nvl,
191 static int idm_nvlist_add_numeric_range(nvlist_t *nvl,
194 static int idm_nvlist_add_list_of_values(nvlist_t *nvl,
251 idm_textbuf_to_nvlist(nvlist_t *nvl, char **textbuf, int *textbuflen) argument
267 if ((rc = idm_nvlist_add_keyvalue(nvl,
389 idm_nvlist_add_kv(nvlist_t *nvl, const idm_kv_xlate_t *ikvx, char *value) argument
437 idm_nvlist_add_string(nvlist_t *nvl, const idm_kv_xlate_t *ikvx, char *value) argument
444 idm_nvlist_add_boolean(nvlist_t *nvl, const idm_kv_xlate_t *ikvx, char *value) argument
479 idm_nvlist_add_binary(nvlist_t *nvl, const idm_kv_xlate_t *ikvx, char *value) argument
559 idm_nvlist_add_large_numerical(nvlist_t *nvl, const idm_kv_xlate_t *ikvx, char *value) argument
573 idm_nvlist_add_numerical(nvlist_t *nvl, const idm_kv_xlate_t *ikvx, char *value) argument
595 idm_nvlist_add_numeric_range(nvlist_t *nvl, const idm_kv_xlate_t *ikvx, char *range) argument
668 idm_nvlist_add_list_of_values(nvlist_t *nvl, const idm_kv_xlate_t *ikvx, char *value_list) argument
737 idm_nvlist_to_textbuf(nvlist_t *nvl, char **textbuf, int *textbuflen, int *validlen) argument
1168 nvlist_t *nvl; local
1265 idm_nvlist_add_keyvalue(nvlist_t *nvl, char *key, int keylen, char *value) argument
1292 idm_nvlist_add_id(nvlist_t *nvl, iscsikey_id_t kv_id, char *value) argument
1348 idm_nvlist_to_itextbuf(nvlist_t *nvl) argument
[all...]
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c713 nvlist_t *nvl; local
729 if (nvlist_alloc(&nvl, 0, 0) != 0) {
736 rv = nvlist_add_string(nvl, HP_INFO_BASE, root->hp_basepath);
738 nvlist_free(nvl);
745 rv = nvlist_add_byte_array(nvl, HP_INFO_BRANCH,
750 nvlist_free(nvl);
757 if ((rv = nvlist_pack(nvl, &buf, &len, NV_ENCODE_NATIVE, 0)) == 0) {
762 nvlist_free(nvl);
778 nvlist_t *nvl = NULL; local
791 if ((rv = nvlist_unpack(packed_buf, packed_len, &nvl,
880 nvlist_t *nvl; local
938 nvlist_t *nvl; local
998 nvlist_t *nvl = NULL; local
1074 nvlist_t *nvl; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair.h122 #define NVL_VERSION(nvl) ((nvl)->nvl_version)
123 #define NVL_SIZE(nvl) ((nvl)->nvl_size)
124 #define NVL_FLAG(nvl) ((nvl)->nvl_flag)
319 nvpair_t *fnvlist_lookup_nvpair(nvlist_t *nvl, const char *name);
320 boolean_t fnvlist_lookup_boolean(nvlist_t *nvl, const char *name);
321 boolean_t fnvlist_lookup_boolean_value(nvlist_t *nvl, const char *name);
322 uchar_t fnvlist_lookup_byte(nvlist_t *nvl, cons
[all...]
/illumos-gate/usr/src/uts/i86pc/cpu/genuineintel/
H A Dgintel_main.c280 nvlist_t *nvl = (nvlist_t *)NULL; local
289 if ((nvl = fm_nvlist_create(nva)) == NULL)
293 fm_fmri_hc_create(nvl, FM_HC_SCHEME_VERSION,
297 fm_fmri_hc_create(nvl, FM_HC_SCHEME_VERSION,
303 return (nvl);
311 nvlist_t *nvl = (nvlist_t *)NULL; local
314 nvl = gintel_gentopo_ereport_detector(hdl, mscookie, nva);
315 return (nvl);
319 if ((nvl = fm_nvlist_create(nva)) == NULL)
323 fm_fmri_hc_set(nvl, FM_HC_SCHEME_VERSIO
340 nvlist_t *nvl, *snvl; local
395 nvlist_t *nvl, *snvl; local
[all...]

Completed in 97 milliseconds

1234567891011>>