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

/illumos-gate/usr/src/uts/sun4u/os/
H A Dplat_ecc_unum.c56 if (unum_ptr == NULL) { \
153 char *unum_ptr = unum; local
161 * unum_ptr is reset to the start of unum string if we fail
164 unum_ptr = strchr(unum_ptr, 'N');
165 if (unum_ptr == NULL) {
167 unum_ptr = unum;
169 unum_ptr++;
170 ecc_error_data.node_no = stoi(&unum_ptr);
176 unum_ptr
238 char *unum_ptr = unum; local
595 char *unum_ptr; local
[all...]

Completed in 80 milliseconds