| /illumos-gate/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 69 $(STORAGE_PROG) := LDLIBS += -lc -ldbus-1 -lglib-2.0 -lhal -lhal-storage -lbsm 95 hal-storage-shared.o: hal-storage-shared.c 96 $(COMPILE.c) -o $@ hal-storage-shared.c [all …]
|
| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | storage.c | 18 ALLOCATOR(storage, "storages"); 80 struct storage *storage = hash->storage; in name_storage() local 81 if (storage->name) in name_storage() 83 storage->name = ++name; in name_storage() 88 struct storage *lookup_storage(struct basic_block *bb, pseudo_t pseudo, enum inout_enum inout) in lookup_storage() 95 return hash->storage; in lookup_storage() 100 void add_storage(struct storage *storage, struct basic_block *bb, pseudo_t pseudo, enum inout_enum … in add_storage() argument 103 struct storage_hash *hash = alloc_storage_hash(storage); in add_storage() 117 struct storage *aa = a->storage; in storage_hash_cmp() 118 struct storage *bb = b->storage; in storage_hash_cmp() [all …]
|
| H A D | storage.h | 28 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); 59 void add_storage(struct storage *, struct basic_block *, pseudo_t, enum inout_enum); 61 DECLARE_ALLOCATOR(storage); 64 static inline struct storage *alloc_storage(void) in alloc_storage() [all …]
|
| H A D | compile-i386.c | 76 struct storage; 79 DECLARE_PTR_LIST(storage_list, struct storage); 105 struct storage *contains; 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, 196 static struct storage *x86_address_gen(struct expression *expr); 197 static struct storage *x86_symbol_expr(struct symbol *sym); [all …]
|
| H A D | example.c | 284 static const char *show_memop(struct storage *storage) in show_memop() argument 288 if (!storage) in show_memop() 290 switch (storage->type) { in show_memop() 292 sprintf(buffer, "%d(FP)", storage->offset); in show_memop() 295 sprintf(buffer, "%d(SP)", storage->offset); in show_memop() 298 return hardregs[storage->regno].name; in show_memop() 300 return show_storage(storage); in show_memop() 312 static void alloc_stack(struct bb_state *state, struct storage *storage) in alloc_stack() argument 314 storage->type = REG_STACK; in alloc_stack() 315 storage->offset = alloc_stack_offset(4); in alloc_stack() [all …]
|
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | service-hal.p5m | 70 file path=etc/hal/fdi/policy/10osvendor/20-storage-methods.fdi mode=0444 \ 80 file path=etc/hal/fdi/preprobe/10osvendor/20-ignore-fixed-storage.fdi \ 104 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 111 file path=usr/lib/$(ARCH64)/pkgconfig/hal-storage.pc mode=0444 116 file path=usr/lib/hal/hal-storage-cleanup-all-mountpoints mode=0555 117 file path=usr/lib/hal/hal-storage-cleanup-mountpoint mode=0555 118 file path=usr/lib/hal/hal-storage-closetray mode=0555 119 file path=usr/lib/hal/hal-storage-eject mode=0555 [all …]
|
| H A D | driver-storage-scsa1394.p5m | 32 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 D | storage-storage-nas.p5m | 27 value=pkg:/storage/storage-nas@0.1,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
|
| H A D | storage-storage-server.p5m | 25 value=pkg:/storage/storage-server@0.1,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
|
| H A D | system-library-storage-scsi-plugin.p5m | 27 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
|
| /illumos-gate/usr/src/lib/hal/libhal-storage/ |
| H A D | Makefile.com | 27 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 D | hal-storage.pc.in | 13 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 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()
|
| /illumos-gate/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
|
| /illumos-gate/usr/src/cmd/hal/probing/storage/ |
| H A D | Makefile | 26 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 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 …]
|
| /illumos-gate/usr/src/cmd/cmd-inet/common/ |
| H A D | kcmd.c | 68 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 D | Makefile | 31 SUBDIRS = libhal libhal-storage 32 HDRSUBDIRS = libhal libhal-storage
|
| /illumos-gate/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()
|
| /illumos-gate/usr/src/lib/libsqlite/tool/ |
| H A D | spaceanal.tcl | 164 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 D | Makefile | 47 policy/10osvendor/20-storage-methods.fdi \ 50 preprobe/10osvendor/20-ignore-fixed-storage.fdi \
|
| /illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/ |
| H A D | PosixDaemon.c | 83 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()
|
| /illumos-gate/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
|
| /illumos-gate/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 …]
|