Searched refs:psn (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_mod.c | 791 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 D | topo_subr.c | 587 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 D | topo_xml.c | 1183 xmlNodePtr cn, gcn, psn = NULL, 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 D | x86pi_subr.c | 181 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 D | gen_layout_obj.c | 63 prlwpname_t psn; variable
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd.c | 372 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 D | ecore_hsi_roce.h | 413 __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 D | ecore_hsi_roce.h | 413 __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 D | smb_info.c | 1478 const char *psn, *csn; in smbios_psn() local 1480 return (smb_get_sn(shp, &psn, &csn) == SMB_ERR ? NULL : psn); in smbios_psn() 1486 const char *psn, *csn; in smbios_csn() local 1488 return (smb_get_sn(shp, &psn, &csn) == SMB_ERR ? NULL : csn); in smbios_csn()
|