Home
last modified time | relevance | path

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

12345678

/illumos-gate/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
95 hal-storage-shared.o: hal-storage-shared.c
101 hal-storage-closetray: hal-storage-closetray.o $(STORAGE_SHAREDOBJS)
105 hal-storage-eject: hal-storage-eject.o $(STORAGE_SHAREDOBJS)
109 hal-storage-mount: hal-storage-mount.o $(STORAGE_SHAREDOBJS)
113 hal-storage-unmount: hal-storage-unmount.o $(STORAGE_SHAREDOBJS)
117 hal-storage-cleanup-mountpoint: hal-storage-cleanup-mountpoint.c \
123 hal-storage-cleanup-all-mountpoints: hal-storage-cleanup-all-mountpoints.c \
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dstorage.c80 struct storage *storage = hash->storage; in name_storage() local
81 if (storage->name) in name_storage()
117 struct storage *aa = a->storage; in storage_hash_cmp()
118 struct storage *bb = b->storage; in storage_hash_cmp()
139 struct storage *a = last->storage; in vrfy_storage()
140 struct storage *b = entry->storage; in vrfy_storage()
198 static struct storage * combine_storage(struct storage *src, struct storage *dst) in combine_storage()
253 struct storage *storage = alloc_storage(); in set_up_argument_storage() local
281 if (!storage) { in combine_phi_storage()
286 storage = combine_storage(storage, last); in combine_phi_storage()
[all …]
H A Dstorage.h28 struct storage;
29 DECLARE_PTR_LIST(storage_ptr_list, struct storage *);
31 struct storage { struct
42 DECLARE_PTR_LIST(storage_list, struct storage); argument
48 struct storage *storage; member
56 extern const char *show_storage(struct storage *);
58 struct storage *lookup_storage(struct basic_block *, pseudo_t, enum inout_enum);
61 DECLARE_ALLOCATOR(storage);
64 static inline struct storage *alloc_storage(void) in alloc_storage()
69 static inline struct storage_hash *alloc_storage_hash(struct storage *s) in alloc_storage_hash()
[all …]
H A Dcompile-i386.c76 struct storage;
110 struct storage { struct
154 struct storage *addr;
176 struct storage *op1;
177 struct storage *op2;
194 static void emit_move(struct storage *src, struct storage *dest,
275 static struct storage * get_hardreg(struct storage *reg, int clear) in get_hardreg()
369 struct storage *reg; in get_reg_value()
1087 static void emit_copy(struct storage *dest, struct storage *src, in emit_copy()
1155 static void emit_move(struct storage *src, struct storage *dest, in emit_move()
[all …]
H A Dexample.c284 static const char *show_memop(struct storage *storage) in show_memop() argument
288 if (!storage) in show_memop()
312 static void alloc_stack(struct bb_state *state, struct storage *storage) in alloc_stack() argument
348 struct storage *storage; in flush_one_pseudo() local
360 storage = out->storage; in flush_one_pseudo()
369 storage = out->storage; in flush_one_pseudo()
467 struct storage *storage = dst->storage; in preferred_reg() local
736 struct storage *src; in get_generic_operand()
1648 struct storage *out = entry->storage; in generate_output_storage()
1695 struct storage *storage = entry->storage; in generate() local
[all …]
H A Dtest-dissect.c5 static inline char storage(struct symbol *sym) in storage() function
42 pos->line, pos->pos, storage(sym), show_mode(mode)); in print_usage()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-hal.p5m104 link path=usr/lib/$(ARCH64)/libhal-storage.so target=./libhal-storage.so.1.0.0
105 link path=usr/lib/$(ARCH64)/libhal-storage.so.1 target=./libhal-storage.so.1.0.0
106 file path=usr/lib/$(ARCH64)/libhal-storage.so.1.0.0
119 file path=usr/lib/hal/hal-storage-eject mode=0555
120 file path=usr/lib/hal/hal-storage-mount mode=0555
121 file path=usr/lib/hal/hal-storage-unmount mode=0555
134 file path=usr/lib/hal/hald-addon-storage mode=0555
138 file path=usr/lib/hal/hald-probe-storage mode=0555
149 link path=usr/lib/libhal-storage.so target=./libhal-storage.so.1.0.0
150 link path=usr/lib/libhal-storage.so.1 target=./libhal-storage.so.1.0.0
[all …]
H A Ddriver-storage-scsa1394.p5m32 set name=pkg.fmri value=pkg:/driver/storage/scsa1394@$(PKGVERS)
33 set name=pkg.summary value="IEEE 1394 mass storage driver"
34 set name=pkg.description 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.p5m27 value=pkg:/system/library/storage/scsi-plugin@0.5.11,5.11-0.134
31 fmri=pkg:/system/library/storage/scsi-plugins@0.5.11,5.11-0.134
H A Dstorage-storage-nas.p5m27 value=pkg:/storage/storage-nas@0.1,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
H A Dstorage-storage-server.p5m25 value=pkg:/storage/storage-server@0.1,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
/illumos-gate/usr/src/lib/hal/libhal-storage/
H A DMakefile.com27 LIBRARY = libhal-storage.a
30 OBJECTS = libhal-storage.o
31 PCFILE = hal-storage.pc
/illumos-gate/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
/illumos-gate/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()
/illumos-gate/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
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A DMakefile26 PROG = hald-probe-storage
27 OBJS = probe-storage.o cdutils.o fsutils.o logger.o
28 SRCS = addon-storage.c
/illumos-gate/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()
958 storage->state = target->t_state; 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()
998 storage->state = target->t_state; in netdfs_info_storage1()
1001 storage->p_class = target->t_priority.p_class; in netdfs_info_storage1()
1002 storage->p_rank = target->t_priority.p_rank; in netdfs_info_storage1()
1003 storage->p_reserved = 0; in netdfs_info_storage1()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c68 static char storage[KCMD_BUFSIZ]; variable
71 static char *store_ptr = storage;
647 outputd.length = sizeof (storage); in desread()
648 outputd.data = (krb5_pointer)storage; in desread()
664 store_ptr = storage; in desread()
668 rd_len2 = storage[0] & 0xff; in desread()
669 rd_len2 <<= 8; rd_len2 |= storage[1] & 0xff; in desread()
670 rd_len2 <<= 8; rd_len2 |= storage[2] & 0xff; in desread()
671 rd_len2 <<= 8; rd_len2 |= storage[3] & 0xff; in desread()
/illumos-gate/usr/src/lib/hal/
H A DMakefile31 SUBDIRS = libhal libhal-storage
32 HDRSUBDIRS = libhal libhal-storage
/illumos-gate/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()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl164 set storage [expr {($pri_pages+$ovfl_pages)*1024}]
165 statline "Bytes of storage consumed" $storage
166 statline "Bytes of payload" $payload [percent $payload $storage]
167 statline "Bytes of data" $data [percent $data $storage]
169 statline "Bytes of key" $key [percent $key $storage]
336 Bytes of storage consumed
348 the bytes of storage consumed.
355 of data divided by bytes of storage consumed.
360 the right is the bytes of key divided by the bytes of storage consumed.
/illumos-gate/usr/src/cmd/hal/fdi/
H A DMakefile47 policy/10osvendor/20-storage-methods.fdi \
50 preprobe/10osvendor/20-ignore-fixed-storage.fdi \
/illumos-gate/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
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DPosixDaemon.c83 CacheEntity *storage = malloc(sizeof(CacheEntity) * RR_CACHE_SIZE); in mDNS_StatusCallback() local
84 if (storage) mDNS_GrowCache(m, storage, RR_CACHE_SIZE); in mDNS_StatusCallback()

12345678