Searched defs:manuf (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | dm_types.h | 59 char manuf[9]; /* 8 characters */ member in struct:__anon495
|
H A D | topo_gather.c | 234 char *manuf = NULL; local 311 TOPO_STORAGE_MANUFACTURER, &manuf, &err); 322 frup = new_dmfru(manuf != NULL ? manuf : "", model != NULL ? model : "", 328 if (manuf) 329 topo_hdl_strfree(thp, manuf);
|
/illumos-gate/usr/src/lib/libcryptoutil/common/ |
H A D | cryptoutil.h | 163 CK_UTF8CHAR_PTR manuf; member in struct:pkcs11_uri_t
|
/illumos-gate/usr/src/lib/libprtdiag/common/ |
H A D | io.c | 215 union manuf manuf; local 222 manuf.encoded_id = encoded_id; 223 switch (manuf.fld.manf) { 226 manuf.fld.partno, manuf.fld.version); 231 manuf.fld.partno, manuf.fld.version); 236 manuf.fld.manf, manuf [all...] |
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | hermon.c | 102 ib_cnx_encap_ident_t *manuf; local 107 manuf = (ib_cnx_encap_ident_t *)flashdev->ident->encap_ident; 108 if (CNX_I_CHECK_HANDLE(manuf)) { 115 "state 0x%x\n", manuf->state); 117 rv = cnx_read_image(manuf); 123 rv = cnx_write_file(manuf, filename); 141 ib_cnx_encap_ident_t *manuf; local 146 manuf = (ib_cnx_encap_ident_t *)flashdev->ident->encap_ident; 148 if (CNX_I_CHECK_HANDLE(manuf)) { 161 if (manuf 757 ib_cnx_encap_ident_t *manuf; local [all...] |
H A D | tavor.c | 125 struct ib_encap_ident *manuf; local 140 manuf = 142 lpps = (struct mlx_xps *)(uintptr_t)manuf->pps; 143 lsps = (struct mlx_xps *)(uintptr_t)manuf->sps; 148 * and xPS stored in manuf. 158 if ((j = write(fd, manuf->inv, manuf->sector_sz)) != 159 manuf->sector_sz) { 163 j, manuf->sector_sz); 171 if ((j = write(fd, manuf 354 struct ib_encap_ident *manuf; local 823 struct ib_encap_ident *manuf; local [all...] |
/illumos-gate/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, argument 792 if (manuf != NULL) { 794 CRYPTO_EXT_SIZE_MANUF, manuf, strlen(manuf), 812 crypto_get_provider(char *label, char *manuf, char *serial) argument 819 /* manuf and serial are optional */ 834 if (match_ext_info(pd, label, manuf, serial, ext_info)) {
|
/illumos-gate/usr/src/lib/libprtdiag/inc/ |
H A D | pdevinfo_sun4u.h | 199 union manuf { union
|
/illumos-gate/usr/src/uts/common/io/ppm/ |
H A D | ppm.c | 2768 char *manuf = sl->pms_manufacturer; local 2779 PPMD(D_CPR, ("ppm_search_list looking for %s, %s\n", manuf, prod)) 2786 if (strncmp(manuf, pp[i], (starp - pp[i])) != 0) { 2788 manuf, pp[i + 1])) 2802 if (strcmp(manuf, pp[i]) == 0 && 2809 manuf, pp[i], prod, pp[i + 1]))
|
Completed in 209 milliseconds