Searched refs:socal (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/pkg/manifests/ |
H A D | driver-network-socal.mf | 32 set name=pkg.fmri value=pkg:/driver/network/socal@$(PKGVERS) 34 value="Sun Enterprise Network Array socal Device Driver" 35 set name=pkg.summary value="Sun Enterprise Network Array socal Device Driver" 44 driver name=socal alias=SUNW,socal 45 file path=kernel/drv/$(ARCH64)/socal group=sys 46 file path=usr/share/man/man7d/socal.7d 47 legacy pkg=SUNWluxl desc="Sun Enterprise Network Array socal Device Driver" \ 48 name="Sun Enterprise Network Array socal Device Driver"
|
H A D | SUNWluxl.mf | 29 depend fmri=pkg:/driver/network/socal@0.5.11,5.11-0.133 type=require
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | fcalupdate.c | 144 char *slotname, socal[MAXNAMELEN]; in fcal_update() local 213 (void) sprintf(socal, "%s:0", &sbussoc_list[i][0]); in fcal_update() 215 if ((fd = open(socal, O_RDWR)) < 0) { in fcal_update() 216 (void) sprintf(socal, "%s:1", &sbussoc_list[i][0]); in fcal_update() 217 if ((fd = open(socal, O_RDWR)) < 0) { in fcal_update() 303 char socal[MAXNAMELEN]; in findversion() local 319 (void) sprintf(socal, "%s:0", &sbussoc_list[index][0]); in findversion() 320 if ((fd = open(socal, O_RDWR)) < 0) { in findversion() 321 (void) sprintf(socal, "%s:1", &sbussoc_list[index][0]); in findversion() 322 if ((fd = open(socal, O_RDWR)) < 0) { in findversion()
|
/titanic_41/usr/src/uts/sparc/socal/ |
H A D | Makefile | 42 MODULE = socal
|
/titanic_41/usr/src/uts/sun/ |
H A D | Makefile.files | 60 SOCAL_OBJS += socal.o socal_ucode.o
|
/titanic_41/usr/src/man/man7d/ |
H A D | Makefile | 178 socal.7d \
|
/titanic_41/usr/src/uts/sparc/ |
H A D | Makefile.sparc | 289 DRV_KMODS += socal
|