Lines Matching refs:unum

2605 	char unum[UNUM_NAMLEN];
2632 * If afar status is not invalid do a unum lookup.
2635 (void) cpu_get_mem_unum_synd(synd_code, aflt, unum);
2637 unum[0] = '\0';
2650 plat_log_fruid_error(synd_code, aflt, unum,
2655 aflt->flt_func(aflt, unum);
2704 char unum[UNUM_NAMLEN];
2717 unum, UNUM_NAMLEN, &len);
2718 aflt->flt_func(aflt, unum);
3447 cpu_get_mem_sid(char *unum, char *buf, int buflen, int *lenp)
3450 return (plat_get_mem_sid(unum, buf, buflen, lenp));
3465 cpu_get_mem_addr(char *unum, char *sid, uint64_t offset, uint64_t *addrp)
3468 return (plat_get_mem_addr(unum, sid, offset, addrp));
3495 * (0...143) or -1 for unum lookup.
3533 * Return unum string given synd_code and async_flt into
3543 * (0...143) or -1 for unum lookup.
3563 * the 'MEM_NAME' ioctl, which is used by fmd to resolve unum's
3572 char unum[UNUM_NAMLEN];
3609 CPU->cpu_id, flt_in_memory, flt_status, unum, UNUM_NAMLEN, lenp);
3616 (void) strncpy(buf, unum, buflen);
3658 char unum[UNUM_NAMLEN];
3661 if ((ret = plat_get_cpu_unum(cpuid, unum, UNUM_NAMLEN, lenp))
3671 (void) strncpy(buf, unum, buflen);
4664 * and contains the unum info if necessary.
4667 char unum[UNUM_NAMLEN] = "";
4679 * Memory errors, do unum lookup
4692 if (cpu_get_mem_unum_synd(synd_code, aflt, unum) != 0)
4695 ret = cpu_get_mem_sid(unum, sid, DIMM_SERIAL_ID_LEN,
4704 NULL, unum, (ret == 0) ? sid : NULL, offset);
6671 char unum[UNUM_NAMLEN];
6753 * If afar status is not invalid do a unum lookup.
6761 aflt, unum);
6763 unum[0] = '\0';
6772 plat_log_fruid_error2(msg_type, unum, aflt,
6813 cpu_ce_count_unum(struct async_flt *ecc, int len, char *unum)