Searched refs:snvl (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/cpu/genuineintel/ |
H A D | gintel_main.c | 340 nvlist_t *nvl, *snvl; in gintel_gentopo_ereport_create_resource_elem() local 351 if ((snvl = fm_nvlist_create(nva)) == NULL) { in gintel_gentopo_ereport_create_resource_elem() 356 (void) nvlist_add_uint64(snvl, FM_FMRI_HC_SPECIFIC_OFFSET, in gintel_gentopo_ereport_create_resource_elem() 360 fm_fmri_hc_create(nvl, FM_HC_SCHEME_VERSION, NULL, snvl, in gintel_gentopo_ereport_create_resource_elem() 365 fm_fmri_hc_create(nvl, FM_HC_SCHEME_VERSION, NULL, snvl, in gintel_gentopo_ereport_create_resource_elem() 371 fm_fmri_hc_create(nvl, FM_HC_SCHEME_VERSION, NULL, snvl, in gintel_gentopo_ereport_create_resource_elem() 378 fm_fmri_hc_create(nvl, FM_HC_SCHEME_VERSION, NULL, snvl, in gintel_gentopo_ereport_create_resource_elem() 387 fm_nvlist_destroy(snvl, nva ? FM_NVA_RETAIN : FM_NVA_FREE); in gintel_gentopo_ereport_create_resource_elem() 395 nvlist_t *nvl, *snvl; in gintel_ereport_create_resource_elem() local 400 if ((snvl = fm_nvlist_create(nva)) == NULL) { in gintel_ereport_create_resource_elem() [all …]
|
/illumos-gate/usr/src/compat/bhyve/sys/ |
H A D | nv.h | 58 nvlist_t *snvl; in nvlist_exists_nvlist() local 60 return (nvlist_lookup_nvlist((nvlist_t *)nvl, name, &snvl) == 0); in nvlist_exists_nvlist() 66 nvlist_t *snvl; in nvlist_get_nvlist() local 68 if (nvlist_lookup_nvlist((nvlist_t *)nvl, name, &snvl) == 0) in nvlist_get_nvlist() 69 return (snvl); in nvlist_get_nvlist()
|
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca.c | 627 nvlist_t *nvl, *snvl; in ao_ereport_create_resource_elem() local 633 if ((snvl = fm_nvlist_create(nva)) == NULL) { in ao_ereport_create_resource_elem() 638 (void) nvlist_add_uint64(snvl, FM_FMRI_HC_SPECIFIC_OFFSET, in ao_ereport_create_resource_elem() 647 fm_nvlist_destroy(snvl, in ao_ereport_create_resource_elem() 652 fm_fmri_hc_create(nvl, FM_HC_SCHEME_VERSION, NULL, snvl, in ao_ereport_create_resource_elem() 659 fm_fmri_hc_set(nvl, FM_HC_SCHEME_VERSION, NULL, snvl, 5, in ao_ereport_create_resource_elem() 667 fm_nvlist_destroy(snvl, nva ? FM_NVA_RETAIN : FM_NVA_FREE); in ao_ereport_create_resource_elem()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | fm.c | 898 nvlist_t *snvl, int npairs, ...) in fm_fmri_hc_set() argument 933 if (snvl != NULL) { in fm_fmri_hc_set() 934 if (nvlist_add_nvlist(fmri, FM_FMRI_HC_SPECIFIC, snvl) != 0) { in fm_fmri_hc_set() 1289 nvlist_t *snvl, nvlist_t *bboard, int npairs, ...) in fm_fmri_hc_create() argument 1377 if (snvl != NULL) { in fm_fmri_hc_create() 1378 if (nvlist_add_nvlist(fmri, FM_FMRI_HC_SPECIFIC, snvl) != 0) { in fm_fmri_hc_create()
|
/illumos-gate/usr/src/common/nvpair/ |
H A D | nvpair.c | 800 nvlist_copy_pairs(nvlist_t *snvl, nvlist_t *dnvl) in nvlist_copy_pairs() argument 805 if ((priv = (nvpriv_t *)(uintptr_t)snvl->nvl_priv) == NULL) in nvlist_copy_pairs()
|