/illumos-gate/usr/src/cmd/fm/fmdump/common/ |
H A D | nvlrender.c | 61 * topo_fmri_nvl2str which should fail gracefully for invalid 65 if (topo_fmri_nvl2str(thp, fmri, &fmristr, &err) != 0 ||
|
/illumos-gate/usr/src/cmd/fm/schemes/mod/ |
H A D | scheme.c | 41 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
|
/illumos-gate/usr/src/cmd/fm/schemes/pkg/ |
H A D | scheme.c | 41 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
|
/illumos-gate/usr/src/cmd/fm/schemes/sw/ |
H A D | scheme.c | 54 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
|
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/ |
H A D | smf_util.c | 49 if (topo_fmri_nvl2str(thp, fmri, &topostr, &err) == 0) {
|
/illumos-gate/usr/src/cmd/fm/schemes/dev/ |
H A D | scheme.c | 58 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
|
/illumos-gate/usr/src/cmd/fm/schemes/svc/ |
H A D | scheme.c | 55 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
|
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 140 (void) topo_fmri_nvl2str(thp, asru, &aname, &err); 142 (void) topo_fmri_nvl2str(thp, fru, &fname, &err); 404 if (topo_fmri_nvl2str(thp, val, &fmri, &err) != 0) { 832 if (topo_fmri_nvl2str(thp, rsrc, &s, &err) < 0) { 1114 (void) topo_fmri_nvl2str(thp, asru, &aname, &err); 1116 (void) topo_fmri_nvl2str(thp, fru, &fname, &err);
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 336 if (topo_fmri_nvl2str(thp, asru, &fmri, &err) == 0) 466 if (topo_fmri_nvl2str(thp, fru, &fmri, &err) != 0) {
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/ |
H A D | disk_transport.c | 136 if (topo_fmri_nvl2str(thp, fmri, &fmristr, &err) == 0 &&
|
/illumos-gate/usr/src/cmd/fm/schemes/hc/ |
H A D | scheme.c | 56 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | topo_gather.c | 116 if (topo_fmri_nvl2str(thdl, dupfmri, &buf, &err) != 0) { 204 if (topo_fmri_nvl2str(thp, fmri, &cstr, err) != 0) {
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_2xml.c | 171 if (topo_fmri_nvl2str(thp, val, &fmri, &err)
|
H A D | libtopo.h | 100 extern int topo_fmri_nvl2str(topo_hdl_t *, nvlist_t *, char **, int *);
|
H A D | topo_mod.c | 651 if (topo_fmri_nvl2str(mod->tm_hdl, fmri, &sp, &err) < 0)
|
H A D | topo_fmri.c | 100 topo_fmri_nvl2str(topo_hdl_t *thp, nvlist_t *fmri, char **fmristr, int *err) function
|
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/ |
H A D | sensor_transport.c | 141 if (topo_fmri_nvl2str(thp, fru, &fmri, &err) != 0) {
|
/illumos-gate/usr/src/cmd/fm/schemes/cpu/ |
H A D | cpu.c | 51 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
|
/illumos-gate/usr/src/cmd/prtdiag/i386/ |
H A D | smbios.c | 185 if (topo_fmri_nvl2str(thp, rsrc, &fmri, &err) < 0)
|
/illumos-gate/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_subscribe.c | 630 if (topo_fmri_nvl2str(g_topohdl, nvl, &fmri, &topoerr) == 0) {
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 482 if (topo_fmri_nvl2str(thp, fmri, &fmristr, &err) < 0) {
|
/illumos-gate/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 350 if (topo_fmri_nvl2str(topo_handle, nvl, &tname, &err) == 0) {
|