Searched refs:retrieve (Results 1 - 25 of 48) sorted by relevance

12

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnic.h26 int (*poll)P((struct nic *, int retrieve));
41 extern int eth_poll(int retrieve);
H A Dpnic.c37 * Utility functions: issue a PNIC command, retrieve result. Use
128 static int pnic_poll(struct nic *nic, int retrieve) argument
143 if ( ! retrieve ) return ( 1 );
H A Depic100.c53 static int epic100_poll(struct nic *nic, int retrieve);
368 epic100_poll(struct nic *nic, int retrieve) argument
378 if ( ! retrieve ) return 1;
H A Drtl8139.c180 static int rtl_poll(struct nic *nic, int retrieve);
423 static int rtl_poll(struct nic *nic, int retrieve) argument
434 if ( ! retrieve ) return 1;
H A Ddavicom.c162 static int davicom_poll(struct nic *nic, int retrieve);
588 static int davicom_poll(struct nic *nic, int retrieve)
595 if ( ! retrieve ) return 1;
580 davicom_poll(struct nic *nic, int retrieve) argument
H A Dnatsemi.c224 static int natsemi_poll(struct nic *nic, int retrieve);
676 natsemi_poll(struct nic *nic, int retrieve) argument
687 if ( ! retrieve ) return 1;
H A D3c595.c227 static int t595_poll(struct nic *nic, int retrieve) argument
263 if ( ! retrieve ) return 1;
H A D3c90x.c602 a3c90x_poll(struct nic *nic, int retrieve) argument
611 if ( ! retrieve ) return 1;
H A Deepro100.c482 static int eepro100_poll(struct nic *nic, int retrieve) argument
491 if ( ! retrieve ) return 1;
H A Dw89c840.c379 static int w89c840_poll(struct nic *nic, int retrieve) argument
404 if ( !retrieve ) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dretrieve.t25 use Storable qw(store retrieve nstore);
48 $root = retrieve('store');
54 $nroot = retrieve('nstore');
H A Dforgive.t26 use Storable qw(store retrieve);
63 my $ret = retrieve('store');
H A Dinteger.t30 use Storable qw (dclone store retrieve freeze thaw nstore nfreeze);
52 ["store/retrieve", \&store_and_retrieve],
53 ["nstore/retrieve", \&nstore_and_retrieve],
108 my $copy = eval {retrieve $file};
117 my $copy = eval {retrieve $file};
H A Dstore.t24 use Storable qw(store retrieve store_fd nstore_fd fd_retrieve);
42 $root = retrieve('store');
H A Dmalice.t56 use Storable qw (store retrieve freeze thaw nstore nfreeze);
108 return eval {retrieve $file};
290 my $clone = retrieve $file;
318 $clone = retrieve $file;
H A Dcode.t43 use Storable qw(retrieve store nstore freeze nfreeze thaw dclone);
130 # Test retrieve & store
133 $thawed = retrieve 'store';
144 $thawed = retrieve 'store';
H A Dutf8hash.t30 use Storable qw(store nstore retrieve thaw freeze);
95 ok(($retrieved = retrieve($storage)), "retrieve from $storage");
107 ok(($retrieved = retrieve($storage)), "retrieve from $storage");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DStorable.pm21 my $truehash = (-e $filename) ? Storable::retrieve($filename) : {};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm12 @EXPORT = qw(store retrieve);
55 # Can't Autoload cleanly as this clashes 8.3 with &retrieve
152 # The stored object tree may later be retrieved to memory via retrieve.
294 # retrieve
299 sub retrieve {
306 # Same as retrieve, but with advisory locking.
312 # Internal retrieve routine
338 # Same as retrieve, but perform from an already opened file descriptor instead.
380 $hashref = retrieve('file');
386 $hashref = retrieve('fil
[all...]
H A DStorable.xs2 * Store and retrieve mechanism.
167 * Those are only used to retrieve "old" pre-0.6 binary images.
176 * Those are only used to retrieve "old" pre-0.7 binary images
205 * This structure is also used for memory store/retrieve operations which
222 * At retrieve time:
229 * indexing by a hash at store time, and via an array at retrieve time.
270 #define UTF8_CROAK() CROAK(("Cannot retrieve UTF8 data in non-UTF8 perl"))
277 #define RESTRICTED_HASH_CROAK() CROAK(("Cannot retrieve restricted hash"))
295 AV *aseen; /* which objects have been seen, retrieve time */
298 AV *aclass; /* which classnames have been seen, retrieve tim
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccfns.c107 ret = cache->ops->retrieve(context, cache, flags, mcreds, creds);
118 ret = cache->ops->retrieve(context, cache, flags, mcreds, creds);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm190 each HASH retrieve the next key/value pair from a hash
233 getsockname Socket retrieve the sockaddr for a given socket
245 keys HASH retrieve list of indices from a hash
256 log Math retrieve the natural logarithm for a number
288 rand Math retrieve the next pseudorandom number
H A DParseUtils.pm451 Set/retrieve the textual value of the link. This string contains special
459 #' retrieve/set markuped text
490 # Set/retrieve warnings
725 Set/retrieve the POD document name (e.g. "Pod::Parser").
736 Set/retrieve the POD short description as found in the C<=head1 NAME>
748 Set/retrieve the POD file storage path.
759 Set/retrieve the POD file name.
H A DChecker.pm634 Set (if argument specified) and retrieve the number of errors found.
646 Set (if argument specified) and retrieve the number of warnings found.
658 Set (if argument specified) and retrieve the canonical name of POD as
672 Add (if argument specified) and retrieve the nodes (as defined by C<=headX>
697 Add (if argument specified) and retrieve the index entries (as defined by
722 Add (if argument specified) and retrieve the hyperlinks (as defined by
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DTermcap.pm155 This module uses Term::Cap to retrieve the formatting escape sequences for

Completed in 92 milliseconds

12