Searched defs:unum (Results 51 - 55 of 55) sorted by relevance

123

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c143 int unum; member in struct:__anon10048
720 dp->unum = -1;
1317 i = device->unum;
1354 i = device->unum;
1737 dp->unum = portid & 1;
1745 dp->unum);
2198 data->err = (*data->found)(data->a, device->type, device->unum, device);
2353 dp->unum = portid & 3;
2360 dp->unum);
2569 return (dp->bp->bnum * MAX_CPU_UNITS_PER_BOARD + dp->unum);
[all...]
/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/uts/sun4u/cpu/
H A Dspitfire.c113 static void cpu_ce_log_status(spitf_async_flt *spf_flt, char *unum);
116 static void log_ce_err(struct async_flt *aflt, char *unum);
117 static void log_ue_err(struct async_flt *aflt, char *unum);
132 static int ce_count_unum(int status, int len, char *unum);
387 #define CPU_SYND 0x1000 /* print flt_synd and unum */
926 log_ce_err(struct async_flt *aflt, char *unum) argument
935 cpu_aflt_log(CE_CONT, 0, &spf_flt, CE_LFLAGS, unum,
967 cpu_ce_log_status(spitf_async_flt *spf_flt, char *unum) argument
986 status1_str, unum, status2_str);
1068 * get the syndrome and unum, an
1075 char unum[UNUM_NAMLEN]; local
1865 cpu_get_mem_sid(char *unum, char *buf, int buflen, int *lenp) argument
1879 cpu_get_mem_addr(char *unum, char *sid, uint64_t offset, uint64_t *addrp) argument
1943 char unum[UNUM_NAMLEN]; local
2008 log_ue_err(struct async_flt *aflt, char *unum) argument
2064 char unum[UNUM_NAMLEN]; local
4312 ce_count_unum(int status, int len, char *unum) argument
4419 cpu_ce_count_unum(struct async_flt *ecc, int len, char *unum) argument
[all...]
H A Dus3_common.c2605 char unum[UNUM_NAMLEN]; local
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]; local
2717 unum, UNUM_NAMLEN, &len);
2718 aflt->flt_func(aflt, unum);
3447 cpu_get_mem_sid(char *unum, cha argument
3465 cpu_get_mem_addr(char *unum, char *sid, uint64_t offset, uint64_t *addrp) argument
3572 char unum[UNUM_NAMLEN]; local
3658 char unum[UNUM_NAMLEN]; local
4667 char unum[UNUM_NAMLEN] = ""; local
6671 char unum[UNUM_NAMLEN]; local
6813 cpu_ce_count_unum(struct async_flt *ecc, int len, char *unum) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c236 int unum; member in struct:__anon9975
1126 int i, rv, device_id, unum; local
1157 * will overwrite the prototype unum value with one that is more
1162 unum = device_id;
1164 unum = 0;
1166 unum = 1;
1168 unum = 0;
1170 unum = 1;
1180 proto.unum = unum;
8276 drmach_s1p_decode_slot_intr(int exp, int unum, drmach_s1p_pci_t *pci, int ino, drmach_sr_iter_t iter) argument
8314 drmach_s1p_schizo_log_intr(drmach_s1p_schizo_t *schizo, int exp, int unum, drmach_sr_iter_t iter) argument
[all...]

Completed in 81 milliseconds

123