/titanic_41/usr/src/cmd/hal/tools/ |
H A D | Makefile | 39 STORAGE_METHOD_PROG = hal-storage-closetray hal-storage-eject \ 40 hal-storage-mount hal-storage-unmount \ 41 hal-storage-zpool-export hal-storage-zpool-import 44 hal-storage-cleanup-mountpoint \ 45 hal-storage-cleanup-all-mountpoints 51 STORAGE_SHAREDOBJS = hal-storage-shared.o adt_data.o 57 CLEANFILES += $(STORAGE_SHAREDOBJS) $(STORAGE_OBJS) hal-storage-zpool.o 68 $(STORAGE_PROG) := LDLIBS += -lc -ldbus-1 -lglib-2.0 -lhal -lhal-storage -lbsm 94 hal-storage-shared.o: hal-storage-shared.c 95 $(COMPILE.c) -o $@ hal-storage-shared.c [all …]
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | service-hal.mf | 98 file path=etc/hal/fdi/policy/10osvendor/20-storage-methods.fdi mode=0444 \ 104 file path=etc/hal/fdi/preprobe/10osvendor/20-ignore-fixed-storage.fdi \ 117 file path=usr/lib/$(ARCH64)/libhal-storage.so.1.0.0 119 file path=usr/lib/$(ARCH64)/llib-lhal-storage.ln 121 file path=usr/lib/$(ARCH64)/pkgconfig/hal-storage.pc 125 file path=usr/lib/hal/hal-storage-cleanup-all-mountpoints mode=0555 126 file path=usr/lib/hal/hal-storage-cleanup-mountpoint mode=0555 127 file path=usr/lib/hal/hal-storage-closetray mode=0555 128 file path=usr/lib/hal/hal-storage-eject mode=0555 129 file path=usr/lib/hal/hal-storage-mount mode=0555 [all …]
|
H A D | storage-avs.mf | 27 value=pkg:/storage/avs@0.1,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH) 32 depend fmri=driver/storage/sv type=require 33 depend fmri=service/storage/avs/cache-management type=require 34 depend fmri=storage/avs/point-in-time-copy type=require 35 depend fmri=storage/avs/remote-mirror type=require
|
H A D | driver-storage-scsa1394.mf | 32 set name=pkg.fmri value=pkg:/driver/storage/scsa1394@$(PKGVERS) 33 set name=pkg.description value="IEEE 1394 mass storage driver" 34 set name=pkg.summary value="IEEE 1394 mass storage driver" 46 legacy pkg=SUNWscsa1394 desc="IEEE 1394 mass storage driver" \ 47 name="IEEE 1394 mass storage driver"
|
H A D | storage-storage-nas.mf | 27 value=pkg:/storage/storage-nas@0.1,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
|
H A D | storage-storage-server.mf | 25 value=pkg:/storage/storage-server@0.1,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
|
H A D | system-library-storage-scsi-plugin.mf | 27 value=pkg:/system/library/storage/scsi-plugin@0.5.11,5.11-0.134 30 depend fmri=pkg:/system/library/storage/scsi-plugins@0.5.11,5.11-0.134 \
|
H A D | driver-storage-nvme.mf | 26 set name=pkg.fmri value=pkg:/driver/storage/nvme@$(PKGVERS) 28 value="Driver for Intel NVMe 1.1b compliant storage devices"
|
H A D | system-library-libdiskmgt.mf | 27 set name=pkg.description value="Software libraries for storage management" 40 legacy pkg=SUNWsmapi desc="Software libraries for storage management" \
|
/titanic_41/usr/src/lib/hal/libhal-storage/ |
H A D | Makefile.com | 29 LIBRARY = libhal-storage.a 32 OBJECTS = libhal-storage.o 33 LIBPCSRC = hal-storage.pc
|
/titanic_41/usr/src/lib/hal/libhal-storage/common/ |
H A D | hal-storage.pc.in | 13 Name: hal-storage 14 Description: hal library for storage devices and volumes 17 Libs: -L${libdir} -lhal-storage
|
/titanic_41/usr/src/cmd/hal/addons/storage/ |
H A D | Makefile | 26 PROG = hald-addon-storage 27 OBJS = addon-storage.o logger.o 28 SRCS = addon-storage.c ../../hald/logger.c
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ipsec.c | 57 esph_t storage; /* In case hdr isn't aligned. */ in interpret_esp() local 64 aligned_esph = &storage; in interpret_esp() 108 ah_t storage; /* In case hdr isn't aligned. */ in interpret_ah() local 119 aligned_ah = (ah_t *)&storage; in interpret_ah() 120 bcopy(hdr, &storage, sizeof (ah_t)); in interpret_ah()
|
/titanic_41/usr/src/cmd/hal/probing/storage/ |
H A D | Makefile | 28 PROG = hald-probe-storage 29 OBJS = probe-storage.o cdutils.o fsutils.o logger.o 30 SRCS = addon-storage.c
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | netdfs.c | 940 netdfs_storage_info_t *storage; in netdfs_info_storage() local 956 storage = *sinfo; in netdfs_info_storage() 957 for (i = 0; i < info->i_ntargets; i++, target++, storage++) { in netdfs_info_storage() 958 storage->state = target->t_state; in netdfs_info_storage() 959 storage->server = NDR_STRDUP(mxa, target->t_server); in netdfs_info_storage() 960 storage->share = NDR_STRDUP(mxa, target->t_share); in netdfs_info_storage() 962 if (storage->server == NULL || storage->share == NULL) in netdfs_info_storage() 980 netdfs_storage_info1_t *storage; in netdfs_info_storage1() local 996 storage = *sinfo; in netdfs_info_storage1() 997 for (i = 0; i < info->i_ntargets; i++, target++, storage++) { in netdfs_info_storage1() [all …]
|
/titanic_41/usr/src/lib/hal/ |
H A D | Makefile | 31 SUBDIRS = libhal libhal-storage 32 HDRSUBDIRS = libhal libhal-storage
|
/titanic_41/usr/src/cmd/cmd-inet/common/ |
H A D | kcmd.c | 64 static char storage[KCMD_BUFSIZ]; variable 67 static char *store_ptr = storage; 640 outputd.length = sizeof (storage); in desread() 641 outputd.data = (krb5_pointer)storage; in desread() 657 store_ptr = storage; in desread() 661 rd_len2 = storage[0] & 0xff; in desread() 662 rd_len2 <<= 8; rd_len2 |= storage[1] & 0xff; in desread() 663 rd_len2 <<= 8; rd_len2 |= storage[2] & 0xff; in desread() 664 rd_len2 <<= 8; rd_len2 |= storage[3] & 0xff; in desread()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | mmapobjsys.c | 62 mmapobjsys(int fd, uint_t flags, mmapobj_result_t *storage, in mmapobjsys() argument 181 error = copyout(mrp32, (void *)storage, in mmapobjsys() 185 error = copyout(mrp, (void *)storage, in mmapobjsys()
|
/titanic_41/usr/src/cmd/hal/fdi/ |
H A D | Makefile | 47 policy/10osvendor/20-storage-methods.fdi \ 50 preprobe/10osvendor/20-ignore-fixed-storage.fdi \
|
/titanic_41/usr/src/lib/libm/i386/src/ |
H A D | ilogbf.s | 78 subl $4,%esp / set up storage area 79 fstps (%esp) / store x*2**23 in storage area
|
H A D | ilogb.s | 76 subl $8,%esp / set up storage area 77 fstpl (%esp) / store x*2**52 in storage are
|
/titanic_41/usr/src/lib/libsqlite/tool/ |
H A D | spaceanal.tcl | 167 set storage [expr {($pri_pages+$ovfl_pages)*1024}] 168 statline "Bytes of storage consumed" $storage 169 statline "Bytes of payload" $payload [percent $payload $storage] 170 statline "Bytes of data" $data [percent $data $storage] 172 statline "Bytes of key" $key [percent $key $storage] 339 Bytes of storage consumed 351 the bytes of storage consumed. 358 of data divided by bytes of storage consumed. 363 the right is the bytes of key divided by the bytes of storage consumed.
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_netinfo.c | 1226 size_t nelem, net_ifaddr_t type[], void *storage) in ip_getlifaddr() argument 1233 nelem, type, storage, ns->netstack_ip)); in ip_getlifaddr() 1241 size_t nelem, net_ifaddr_t type[], void *storage) in ipv6_getlifaddr() argument 1248 nelem, type, storage, ns->netstack_ip)); in ipv6_getlifaddr() 1258 struct sockaddr *storage, ip_stack_t *ipst) in ip_getlifaddr_impl() argument 1267 ASSERT(storage != NULL); in ip_getlifaddr_impl() 1276 sin = (struct sockaddr_in *)storage; in ip_getlifaddr_impl() 1292 sin6 = (struct sockaddr_in6 *)storage; in ip_getlifaddr_impl() 1313 lif_if_t type, void *storage) in ip_getifaddr_type() argument 1319 ASSERT(storage != NULL); in ip_getifaddr_type() [all …]
|
/titanic_41/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 667 my $storage; 687 $storage = "int[] $javaStorageName" . ($required ? 691 $storage = "long[] $javaStorageName" . ($required ? 696 $storage = "String $javaStorageName" . ($required ? 700 $storage = "String[] $javaStorageName" . ($required ? 704 $storage = "String $javaStorageName" . ($required ? 708 $storage = "$jParam $javaStorageName = 0"; 715 private $storage;$comment
|
/titanic_41/usr/src/lib/efcode/fcode_test/ |
H A D | storage.fth | 27 ." Runtime storage access: " 39 ." Compile time storage access: "
|