Searched defs:portid_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_memerr_arch.c316 char *portid_str; local
334 portid_str = strrchr(path, '@') + 1;
335 rferr->rf_det_agentid = strtol(portid_str, NULL, 16);
391 char *portid_str; local
424 portid_str = strrchr(path, '@') + 1;
425 rferr->rf_det_agentid = strtol(portid_str, NULL, 16);

Completed in 59 milliseconds