Searched refs:unum (Results 51 - 61 of 61) sorted by relevance

123

/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c897 * to call into the unum cache system. This is the E$ equivalent of
916 * - For E$ errors we call sg_get_ecacheunum() to generate the unum (or
995 * specific label information to the unum for ECC error logging purposes.
998 plat_add_mem_unum_label(char *unum, int mcid, int bank, int dimm) argument
1006 * The mc-us3 driver deals with logical banks but for unum
1028 (void) strcat(new_unum, unum);
1031 (void) strcpy(unum, new_unum);
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c509 /* device specific new function will set unum */
981 proto->unum = portid;
991 ip->dev.type, ip->dev.unum);
1060 proto->unum = portid % MAX_CPU_UNITS_PER_BOARD;
1070 cp->dev.type, cp->dev.unum);
1264 proto->unum = portid;
1274 mp->dev.type, proto->unum);
1917 data->err = (*data->found)(data->a, device->type, device->unum, id);
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c1173 char unum[FM_MAX_CLASS]; local
1183 unum[0] = '\0';
1208 phys_addr, 0, B_TRUE, 0, unum,
1210 unum[0] = '\0';
1213 NULL, unum, NULL, offset);
1272 OBERON_UBC_UNUM, DATA_TYPE_STRING, unum,
1290 OBERON_UBC_UNUM, DATA_TYPE_STRING, unum,
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_handle.c404 cur_catalog->unum++;
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c459 const char *unum, int flags)
471 err = nvlist_add_string(args, FM_FMRI_MEM_UNUM, unum);
458 topo_mod_memfmri(topo_mod_t *mod, int version, uint64_t pa, uint64_t offset, const char *unum, int flags) argument
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c1044 * unum string <unum>
1052 const char *unum, const char *serial, uint64_t offset)
1082 if (nvlist_add_string(fmri, FM_FMRI_MEM_UNUM, unum) != 0) {
1051 fm_fmri_mem_set(nvlist_t *fmri, int version, const nvlist_t *auth, const char *unum, const char *serial, uint64_t offset) argument
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h616 #define SBD_CMP_NUM(unum) (unum & 0x3)
H A Dus3_module.h587 extern void log_flt_func(struct async_flt *aflt, char *unum);
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c1247 cpu_get_mem_sid(char *unum, char *buf, int buflen, int *lenp) argument
1254 cpu_get_mem_addr(char *unum, char *sid, uint64_t offset, uint64_t *addrp) argument
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c151 int unum; member in struct:__anon9888
1010 /* device specific new function will set unum */
1267 proto->unum = portid & (MAX_IO_UNITS_PER_BOARD - 1);
1280 ip->dev.type, ip->dev.unum);
1653 data->err = (*data->found)(data->a, device->type, device->unum, id);
1827 /* unum = (CMP/CHIP ID) + (ON_BOARD_CORE_NUM * MAX_CMPID_PER_BOARD) */
1828 proto->unum = ((portid/OPL_MAX_CPUID_PER_CMP) &
1842 cp->dev.type, cp->dev.unum);
2227 proto->unum = 0;
3867 * If there is any call to mc-opl to get memory unum,
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c3417 uint32_t unum; local
3441 unum = *up;
3443 unum = 0;
3454 k = unum;
3465 } /* End of while each unum */

Completed in 163 milliseconds

123