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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c2219 char a_pnt[MAXNAMELEN]; local
2241 a_pnt[0] = '\0';
2242 (void) drmach_board_name(bnum, a_pnt, MAXNAMELEN);
2248 return (drerr_new(0, ESTC_NOACL, "%s", a_pnt));
2250 return (drerr_new(0, ESTC_NOT_ASSIGNED, "%s", a_pnt));
2252 return (drerr_new(0, ESTC_NOT_ACTIVE, "%s", a_pnt));
2254 return (drerr_new(0, ESTC_EMPTY_SLOT, "%s", a_pnt));
2256 return (drerr_new(0, ESTC_POWER_OFF, "%s", a_pnt));
2259 a_pnt));
2261 return (drerr_new(0, ESTC_TESTING_BUSY, "%s", a_pnt));
[all...]

Completed in 90 milliseconds