/titanic_44/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | tavor.c | 125 struct ib_encap_ident *manuf; in fw_readfw() local 140 manuf = in fw_readfw() 142 lpps = (struct mlx_xps *)(uintptr_t)manuf->pps; in fw_readfw() 143 lsps = (struct mlx_xps *)(uintptr_t)manuf->sps; in fw_readfw() 158 if ((j = write(fd, manuf->inv, manuf->sector_sz)) != in fw_readfw() 159 manuf->sector_sz) { in fw_readfw() 163 j, manuf->sector_sz); in fw_readfw() 171 if ((j = write(fd, manuf->pps, manuf->sector_sz)) != in fw_readfw() 172 manuf->sector_sz) { in fw_readfw() 176 j, manuf->sector_sz); in fw_readfw() [all …]
|
H A D | hermon.c | 102 ib_cnx_encap_ident_t *manuf; in fw_readfw() local 107 manuf = (ib_cnx_encap_ident_t *)flashdev->ident->encap_ident; in fw_readfw() 108 if (CNX_I_CHECK_HANDLE(manuf)) { in fw_readfw() 115 "state 0x%x\n", manuf->state); in fw_readfw() 117 rv = cnx_read_image(manuf); in fw_readfw() 123 rv = cnx_write_file(manuf, filename); in fw_readfw() 141 ib_cnx_encap_ident_t *manuf; in fw_writefw() local 146 manuf = (ib_cnx_encap_ident_t *)flashdev->ident->encap_ident; in fw_writefw() 148 if (CNX_I_CHECK_HANDLE(manuf)) { in fw_writefw() 161 if (manuf->pn_len == 0) { in fw_writefw() [all …]
|
/titanic_44/usr/src/lib/libprtdiag/common/ |
H A D | io.c | 215 union manuf manuf; in fmt_manf_id() local 222 manuf.encoded_id = encoded_id; in fmt_manf_id() 223 switch (manuf.fld.manf) { in fmt_manf_id() 226 manuf.fld.partno, manuf.fld.version); in fmt_manf_id() 231 manuf.fld.partno, manuf.fld.version); in fmt_manf_id() 236 manuf.fld.manf, manuf.fld.partno, manuf.fld.version); in fmt_manf_id()
|
/titanic_44/usr/src/lib/libcryptoutil/common/ |
H A D | pkcs11_uri.c | 174 if (uri->manuf != NULL) in pkcs11_parse_uri() 178 if ((uri->manuf = (unsigned char *)strdup(l2)) == NULL) in pkcs11_parse_uri() 287 if (uri->manuf != NULL) in pkcs11_free_uri() 288 free(uri->manuf); in pkcs11_free_uri()
|
H A D | cryptoutil.h | 163 CK_UTF8CHAR_PTR manuf; member
|
/titanic_44/usr/src/cmd/print/scripts/ |
H A D | ppdfilename2mmp | 59 manuf=$(echo "$cacheentry" | 97 echo "${manuf}\n${model}"
|
/titanic_44/usr/src/uts/common/crypto/api/ |
H A D | kcf_miscapi.c | 778 match_ext_info(kcf_provider_desc_t *pd, char *label, char *manuf, char *serial, in match_ext_info() argument 792 if (manuf != NULL) { in match_ext_info() 794 CRYPTO_EXT_SIZE_MANUF, manuf, strlen(manuf), in match_ext_info() 812 crypto_get_provider(char *label, char *manuf, char *serial) in crypto_get_provider() argument 834 if (match_ext_info(pd, label, manuf, serial, ext_info)) { in crypto_get_provider()
|
/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | topo_gather.c | 234 char *manuf = NULL; in topo_add_disk() local 311 TOPO_STORAGE_MANUFACTURER, &manuf, &err); in topo_add_disk() 322 frup = new_dmfru(manuf != NULL ? manuf : "", model != NULL ? model : "", in topo_add_disk() 328 if (manuf) in topo_add_disk() 329 topo_hdl_strfree(thp, manuf); in topo_add_disk()
|
H A D | dm_types.h | 59 char manuf[9]; /* 8 characters */ member
|
H A D | dm_platform.c | 201 (void) memcpy(fru.isf_data.disk.isf_manufacturer, frup->manuf, in platform_update_fru() 203 sizeof (frup->manuf))); in platform_update_fru()
|
H A D | diskmon_conf.c | 315 bcopy(manu, frup->manuf, MIN(sizeof (frup->manuf), strlen(manu) + 1)); in new_dmfru()
|
/titanic_44/usr/src/lib/libprtdiag/inc/ |
H A D | pdevinfo_sun4u.h | 199 union manuf { union
|
/titanic_44/usr/src/uts/common/io/ppm/ |
H A D | ppm.c | 2768 char *manuf = sl->pms_manufacturer; in ppm_search_list() local 2779 PPMD(D_CPR, ("ppm_search_list looking for %s, %s\n", manuf, prod)) in ppm_search_list() 2786 if (strncmp(manuf, pp[i], (starp - pp[i])) != 0) { in ppm_search_list() 2788 manuf, pp[i + 1])) in ppm_search_list() 2802 if (strcmp(manuf, pp[i]) == 0 && in ppm_search_list() 2809 manuf, pp[i], prod, pp[i + 1])) in ppm_search_list()
|