Searched refs:storage (Results 26 - 50 of 53) sorted by relevance

123

/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A Dfpsetrnd.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
H A Dfpsetsticky.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm26 # Accessors access the storage in %{$_[0]};
27 # TIEHASH should return a reference to the actual storage
36 # Accessors access the storage in %{$_[0][0]};
38 # the reference to the actual storage
119 The accessor methods assume that the actual storage for the data in the tied
128 my $storage = bless {}, shift;
129 warn "New ReportHash created, stored in $storage.\n";
130 $storage
140 The accessor methods assume that the actual storage for the data in the tied
151 my $storage
[all...]
H A DScalar.pm69 Free the storage associated with the tied scalar referenced by I<this>.
H A DHandle.pm97 Free the storage associated with the tied handle referenced by I<this>.
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dnetdfs.c940 netdfs_storage_info_t *storage; local
956 storage = *sinfo;
957 for (i = 0; i < info->i_ntargets; i++, target++, storage++) {
958 storage->state = target->t_state;
959 storage->server = NDR_STRDUP(mxa, target->t_server);
960 storage->share = NDR_STRDUP(mxa, target->t_share);
962 if (storage->server == NULL || storage->share == NULL)
980 netdfs_storage_info1_t *storage; local
996 storage
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-parse.c262 /* An vector containing storage for the CHILD_INPUTS field in all groups. */
275 void *storage;
471 char *storage;
485 /* Lengths of the various bits of storage used by PARSER. */
501 parser->storage = malloc (ssum);
502 if (! parser->storage)
505 storage = parser->storage;
506 parser->groups = parser->storage;
507 parser->child_inputs = (void **) (storage
270 void *storage; member in struct:parser
464 char *storage; local
[all...]
H A Dregcomp.c971 bin_tree_storage_t *storage, *next;
972 for (storage = dfa->str_tree_storage; storage; storage = next)
974 next = storage->next;
975 re_free (storage);
1599 Return the index of the new node, or REG_MISSING if insufficient storage is
3795 bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1);
3797 if (storage == NULL)
3799 storage
966 bin_tree_storage_t *storage, *next; local
3784 bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1); local
[all...]
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni669 my $storage;
689 $storage = "int[] $javaStorageName" . ($required ?
693 $storage = "long[] $javaStorageName" . ($required ?
698 $storage = "String $javaStorageName" . ($required ?
702 $storage = "String[] $javaStorageName" . ($required ?
706 $storage = "String $javaStorageName" . ($required ?
710 $storage = "$jParam $javaStorageName = 0";
717 private $storage;$comment
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-closetray.c3 * hal-storage-closetray.c : CloseTray method handler
38 #include <libhal-storage.h>
43 #include "hal-storage-shared.h"
157 /* should be storage */
H A Dhal-storage-eject.c3 * hal-storage-eject.c : Eject method handler
37 #include <libhal-storage.h>
42 #include "hal-storage-shared.h"
159 /* should be either volume or storage */
H A Dhal-storage-unmount.c4 * hal-storage-unmount.c : Unmount wrapper
52 #include <libhal-storage.h>
57 #include "hal-storage-shared.h"
H A Dhal-storage-zpool.c3 * hal-storage-zpool.c : ZFS pool methods
30 #include <libhal-storage.h>
35 #include "hal-storage-shared.h"
H A Dhal-storage-mount.c4 * hal-storage-mount.c : Mount wrapper
57 #include <libhal-storage.h>
62 #include "hal-storage-shared.h"
587 "storage.removable.solaris.read_only", NULL);
828 privilege = "hal-storage-fixed-mount-all-options";
830 privilege = "hal-storage-fixed-mount";
834 privilege = "hal-storage-removable-mount-all-options";
836 privilege = "hal-storage-removable-mount";
/osnet-11/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 consume
[all...]
/osnet-11/usr/src/lib/
H A DMakefile314 storage \
560 storage
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdliptun.c234 * Read tunnel parameters from persistent storage. Note that the tunnel type
303 uint64_t storage; local
311 storage = params->iptun_param_type;
313 DLADM_TYPE_UINT64, &storage);
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c280 char storage[INET6_ADDRSTRLEN + 4]; local
309 if (inet_ntop(sa->sa_family, addrptr, storage, INET6_ADDRSTRLEN) ==
316 printable_addr = storage;
319 sizeof (storage));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm709 I<interior-sequence storage will not be reclaimed upon destruction!>
916 otherwise I<parse-tree storage will not be reclaimed upon destruction!>
H A DParseUtils.pm748 Set/retrieve the POD file storage path.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm773 : Purpose(to store max storage capacity for files)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm426 Since storage is performed recursively, you might want to stuff references
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm929 works just fine. For some storage methods, you need a little glue.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1424 of the file about to be transfered using the ALLO ftp command. Some storage
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2521 * permanent storage.

Completed in 91 milliseconds

123