Home
last modified time | relevance | path

Searched refs:psn (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c791 const char *psn; in topo_mod_psn() local
794 (psn = smbios_psn(shp)) == NULL) in topo_mod_psn()
797 return (topo_cleanup_auth_str(mod->tm_hdl, psn)); in topo_mod_psn()
836 char *psn = NULL; in topo_mod_auth() local
848 FM_FMRI_AUTH_PRODUCT_SN, &psn, &err); in topo_mod_auth()
861 if (psn == NULL) in topo_mod_auth()
862 psn = topo_mod_psn(mod); in topo_mod_auth()
870 if (!prod && !server && !csn && !psn) { in topo_mod_auth()
880 if (psn != NULL) { in topo_mod_auth()
881 err |= nvlist_add_string(auth, FM_FMRI_AUTH_PRODUCT_SN, psn); in topo_mod_auth()
[all …]
H A Dtopo_subr.c587 char *prod, *psn, *csn, *server; in topo_pgroup_hcset() local
610 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT_SN, &psn) == in topo_pgroup_hcset()
613 FM_FMRI_AUTH_PRODUCT_SN, TOPO_PROP_IMMUTABLE, psn, in topo_pgroup_hcset()
H A Dtopo_xml.c1183 xmlNodePtr cn, gcn, psn, target; in pad_process() local
1236 psn = cn; in pad_process()
1256 psn = def_set; in pad_process()
1257 for (gcn = psn->xmlChildrenNode; gcn != NULL; in pad_process()
1291 target = psn; in pad_process()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c181 char *psn = NULL; in x86pi_set_auth() local
258 &psn); in x86pi_set_auth()
259 if (result != 0 || psn == NULL) { in x86pi_set_auth()
271 FM_FMRI_AUTH_PRODUCT_SN, TOPO_PROP_IMMUTABLE, psn, in x86pi_set_auth()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_layout_obj.c63 prlwpname_t psn; variable
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.c372 const char *name, *psn, *csn; in fmd_create() local
394 if ((psn = smbios_psn(shp)) != NULL) in fmd_create()
395 fmd_cleanup_auth_str(_fmd_psn, psn); in fmd_create()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_roce.h413 __le32 psn /* send next psn */; member
438 __le32 psn /* send next psn */; member
1363 __le32 psn /* reg2 */; member
2674 __le32 psn /* reg2 */; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_roce.h413 __le32 psn /* send next psn */; member
438 __le32 psn /* send next psn */; member
1363 __le32 psn /* reg2 */; member
2674 __le32 psn /* reg2 */; member
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c1468 const char *psn, *csn; in smbios_psn() local
1470 return (smb_get_sn(shp, &psn, &csn) == SMB_ERR ? NULL : psn); in smbios_psn()
1476 const char *psn, *csn; in smbios_csn() local
1478 return (smb_get_sn(shp, &psn, &csn) == SMB_ERR ? NULL : csn); in smbios_csn()