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 | 893 const char *psn; in topo_mod_psn() local 896 (psn = smbios_psn(shp)) == NULL) in topo_mod_psn() 899 return (topo_cleanup_auth_str(mod->tm_hdl, psn)); in topo_mod_psn() 938 char *psn = NULL; in topo_mod_auth() local 950 FM_FMRI_AUTH_PRODUCT_SN, &psn, &err); in topo_mod_auth() 963 if (psn == NULL) in topo_mod_auth() 964 psn = topo_mod_psn(mod); in topo_mod_auth() 972 if (!prod && !server && !csn && !psn) { in topo_mod_auth() 982 if (psn != NULL) { in topo_mod_auth() 983 err |= nvlist_add_string(auth, FM_FMRI_AUTH_PRODUCT_SN, psn); in topo_mod_auth() [all …]
|
| H A D | topo_subr.c | 596 char *prod, *psn, *csn, *server; in topo_pgroup_hcset() local 619 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT_SN, &psn) == in topo_pgroup_hcset() 622 FM_FMRI_AUTH_PRODUCT_SN, TOPO_PROP_IMMUTABLE, psn, in topo_pgroup_hcset()
|
| H A D | topo_xml.c | 1184 xmlNodePtr cn, gcn, psn = NULL, target; in pad_process() local 1237 psn = cn; in pad_process() 1257 psn = def_set; in pad_process() 1258 for (gcn = psn->xmlChildrenNode; gcn != NULL; in pad_process() 1292 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 | 1496 const char *psn, *csn; in smbios_psn() local 1498 return (smb_get_sn(shp, &psn, &csn) == SMB_ERR ? NULL : psn); in smbios_psn() 1504 const char *psn, *csn; in smbios_csn() local 1506 return (smb_get_sn(shp, &psn, &csn) == SMB_ERR ? NULL : csn); in smbios_csn()
|