Lines Matching refs:socal
106 #define ONBOARD_SOCAL "SUNW,socal@d"
108 #define SOCAL_STR "SUNW,socal"
144 char *slotname, socal[MAXNAMELEN];
160 * has the "SUNW,socal" strings in it
168 /* First check for the SUNW,socal string */
213 (void) sprintf(socal, "%s:0", &sbussoc_list[i][0]);
215 if ((fd = open(socal, O_RDWR)) < 0) {
216 (void) sprintf(socal, "%s:1", &sbussoc_list[i][0]);
217 if ((fd = open(socal, O_RDWR)) < 0) {
303 char socal[MAXNAMELEN];
319 (void) sprintf(socal, "%s:0", &sbussoc_list[index][0]);
320 if ((fd = open(socal, O_RDWR)) < 0) {
321 (void) sprintf(socal, "%s:1", &sbussoc_list[index][0]);
322 if ((fd = open(socal, O_RDWR)) < 0) {
587 /* get the directory entries under /devices for socal sbusmem */
832 * onboard socal (which leaves only directory entries with
871 * if socal directory - return,
934 /* len_tmp will be len of "SUNW,socal@" */