Searched refs:cpt (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafe1.t32 my $cpt;
34 $cpt = new Safe or die;
35 $cpt = new Safe or die;
36 $cpt = new Safe or die;
38 $cpt = new Safe "Root" or die;
43 $cpt->share(qw($foo));
45 print ${$cpt->varglob('foo')} == 42 ? "ok $t\n" : "not ok $t\n"; $t++;
47 ${$cpt->varglob('foo')} = 9;
51 print $cpt->reval('$foo') == 9 ? "ok $t\n" : "not ok $t\n"; $t++;
53 print $cpt
[all...]
H A Dsafe2.t35 my $cpt;
37 $cpt = new Safe or die;
38 $cpt = new Safe or die;
40 $cpt = new Safe "Root";
42 $cpt->reval(q{ system("echo not ok 1"); });
50 $cpt->reval(q{
67 $cpt->share(qw($foo %bar @baz *glob sayok));
68 $cpt->share('$"') unless $Config{use5005threads};
70 $cpt->reval(q{
88 @{$cpt
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97_ad.c203 ac97_ctrl_probe_t cpt = { local
208 ac_add_control(ac, &cpt);
223 ac97_ctrl_probe_t cpt = { local
232 cpt.cp_initval = 2;
236 ac_add_control(ac, &cpt);
H A Dac97.c1320 ac_add_control(ac97_t *ac, ac97_ctrl_probe_t *cpt) argument
1328 ctrl = ac97_control_find(ac, cpt->cp_name);
1336 ctrl->actrl_minval = cpt->cp_minval;
1337 ctrl->actrl_maxval = cpt->cp_maxval;
1338 ctrl->actrl_type = cpt->cp_type;
1339 ctrl->actrl_name = cpt->cp_name;
1340 ctrl->actrl_flags = cpt->cp_flags;
1341 if (cpt->cp_enum) {
1343 if (cpt->cp_enum[e] == NULL)
1345 ctrl->actrl_enum[e] = cpt
1542 ac97_ctrl_probe_t *cpt; local
[all...]
H A Dac97_cmi.c130 ac97_ctrl_probe_t cpt = { local
139 cpt.cp_initval = 1;
143 ac_add_control(ac, &cpt);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm315 $cpt = new Safe;
319 $cpt->share('&wrapper');
348 $cpt = new Safe;
425 $cpt = new Safe 'Root';
427 # Equivalent version which doesn't need to know $cpt's package name:
428 ${$cpt->varglob('foo')} = "Hello world";
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c2093 cisptr_t t_cisptr, *cpt; local
2101 cpt = &t_cisptr;
2102 bcopy((caddr_t)cisptr, (caddr_t)cpt, sizeof (cisptr_t));
2107 cb[tl] = GET_CIS_DATA(cpt);
2108 if (!NEXT_CIS_ADDR(cpt))

Completed in 141 milliseconds