Searched defs:socal (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | fcalupdate.c | 106 #define ONBOARD_SOCAL "SUNW,socal@d" 108 #define SOCAL_STR "SUNW,socal" 144 char *slotname, socal[MAXNAMELEN]; local 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[MAXNAMELE local [all...] |
Completed in 260 milliseconds