Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 25 of 244) sorted by relevance

12345678910

/titanic_44/usr/src/cmd/hal/tools/
H A DMakefile39 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_44/usr/src/pkg/manifests/
H A Dservice-hal.mf98 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 Dstorage-avs.mf27 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 Ddriver-storage-scsa1394.mf32 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"
45 legacy pkg=SUNWscsa1394 desc="IEEE 1394 mass storage driver" \
46 name="IEEE 1394 mass storage driver"
H A Dsystem-library-storage-scsi-plugin.mf27 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 Dstorage-storage-nas.mf27 value=pkg:/storage/storage-nas@0.1,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
H A Dstorage-storage-server.mf25 value=pkg:/storage/storage-server@0.1,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
H A Dsystem-library-libdiskmgt.mf27 set name=pkg.description value="Software libraries for storage management"
40 legacy pkg=SUNWsmapi desc="Software libraries for storage management" \
H A Ddriver-storage-nvme.mf26 set name=pkg.fmri value=pkg:/driver/storage/nvme@$(PKGVERS)
28 value="Driver for Intel NVMe 1.1b compliant storage devices"
/titanic_44/usr/src/lib/hal/libhal-storage/
H A DMakefile.com29 LIBRARY = libhal-storage.a
32 OBJECTS = libhal-storage.o
33 LIBPCSRC = hal-storage.pc
/titanic_44/usr/src/lib/hal/libhal-storage/common/
H A Dhal-storage.pc.in13 Name: hal-storage
14 Description: hal library for storage devices and volumes
17 Libs: -L${libdir} -lhal-storage
/titanic_44/usr/src/cmd/hal/addons/storage/
H A DMakefile26 PROG = hald-addon-storage
27 OBJS = addon-storage.o logger.o
28 SRCS = addon-storage.c ../../hald/logger.c
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipsec.c57 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_44/usr/src/cmd/hal/probing/storage/
H A DMakefile28 PROG = hald-probe-storage
29 OBJS = probe-storage.o cdutils.o fsutils.o logger.o
30 SRCS = addon-storage.c
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c940 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_44/usr/src/lib/hal/
H A DMakefile31 SUBDIRS = libhal libhal-storage
32 HDRSUBDIRS = libhal libhal-storage
/titanic_44/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c64 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_44/usr/src/uts/common/syscall/
H A Dmmapobjsys.c62 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_44/usr/src/cmd/hal/fdi/
H A DMakefile47 policy/10osvendor/20-storage-methods.fdi \
50 preprobe/10osvendor/20-ignore-fixed-storage.fdi \
/titanic_44/usr/src/lib/libm/i386/src/
H A Dilogbf.s78 subl $4,%esp / set up storage area
79 fstps (%esp) / store x*2**23 in storage area
H A Dilogb.s76 subl $8,%esp / set up storage area
77 fstpl (%esp) / store x*2**52 in storage are
/titanic_44/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl167 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_44/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c1226 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_44/usr/src/lib/libadt_jni/
H A Dauditxml_jni667 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_44/usr/src/lib/efcode/fcode_test/
H A Dstorage.fth27 ." Runtime storage access: "
39 ." Compile time storage access: "

12345678910