Searched refs:FAULT (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dtiefeatures.t27 # Test FAULT
30 memoize 'ns', SCALAR_CACHE => FAULT;
31 memoize 'na', LIST_CACHE => FAULT;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dtied.t108 package FAULT; package
199 tie $h->{'x'}, 'FAULT', $h, 'x';
202 ok 17, $FAULT::fault == 0;
204 ok 19, $FAULT::fault == 1;
209 ok 22, $FAULT::fault == 2;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm38 my @CONTEXT_TAGS = qw(MERGE TIE MEMORY FAULT HASH);
116 if ($cache_opt eq 'FAULT') { # no cache
381 SCALAR_CACHE => 'FAULT'
386 LIST_CACHE => 'FAULT'
652 FAULT
710 =item C<FAULT>
712 C<FAULT> means that you never expect to call the function in scalar
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c234 #define FAULT 0 macro
1071 /* ACTIVE=3,ATTN=2,POWER=1,FAULT=0 */
1074 else if (strcmp(buf, led_strs[FAULT]) == 0)
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c244 #define FAULT 0 macro
941 /* ACTIVE=3,ATTN=2,POWER=1,FAULT=0 */
944 else if (strcmp(buf, led_strs[FAULT]) == 0)

Completed in 185 milliseconds