| /onnv/onnv-gate/usr/src/cmd/isns/isnsd/ |
| isns_pdu.h | 37 #define NEXT_TLV(OP, LEN) { \ 38 if ((LEN) >= (8 + (OP)->attr_len)) { \ 39 uint8_t *b1 = (uint8_t *)(OP); \ 40 (LEN) -= (8 + (OP)->attr_len); \ 41 b1 += (8 + (OP)->attr_len); \ 42 (OP) = (isns_tlv_t *)b1; \ 45 (OP) = NULL; \
|
| isns_qry.h | 52 #define NEXT_OP(OP, OP_LEN, OP_TYPE) \ 54 NEXT_TLV((OP), (OP_LEN));\ 56 (OP)->attr_id >= TAG_RANGE[OP_TYPE][0] &&\ 57 (OP)->attr_id <= TAG_RANGE[OP_TYPE][2]); 59 #define FOR_EACH_OP(OP, OP_LEN, OP_TYPE, STMT) \ 62 OP_TYPE = TLV2TYPE(OP);\ 64 NEXT_OP((OP), (OP_LEN), (OP_TYPE));\
|
| /onnv/onnv-gate/usr/src/cmd/arch/ |
| arch.sh | 41 0) OP=major;; 43 -k) OP=minor;; 46 *) OP=compat;; 59 case $OP in
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| readdir.t | 14 local *OP; 15 opendir(OP, "op") or die "can't opendir: $!"; 19 if (opendir(OP, "op")) { print "ok 1\n"; } else { print "not ok 1\n"; } 20 @D = grep(/^[^\.].*\.t$/i, readdir(OP)); 21 closedir(OP); 30 printf "not ok 2 # counting op/*.t, expect $min < %d < $max files\n", 35 @G = sort <op/*.t>; 36 @G = sort <:op:*.t> if $^O eq 'MacOS' [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| op.c | 0 /* op.c 73 Perl_Slab_Free(pTHX_ void *op) 75 I32 **ptr = (I32 **) op; 98 ? ( op_free((OP*)o), \ 101 : CALL_FPTR(PL_check[type])(aTHX_ (OP*)o)) 114 STATIC OP * 115 S_no_fh_allowed(pTHX_ OP *o) 122 STATIC OP * 123 S_too_few_arguments(pTHX_ OP *o, char *name) 129 STATIC OP * 5338 OP *op; local [all...] |
| op.h | 0 /* op.h 14 * (Top level pre-grafted op points to first op, 15 * but this is replaced when op is grafted in, when 16 * this op will point to the real next op, and the new 17 * parent takes over role of remembering starting op.) 37 OP* op_next; \ 38 OP* op_sibling; \ 39 OP* (CPERLscope(*op_ppaddr))(pTHX); 222 struct op { struct [all...] |
| proto.h | 56 PERL_CALLCONV OP* Perl_append_elem(pTHX_ I32 optype, OP* head, OP* tail); 57 PERL_CALLCONV OP* Perl_append_list(pTHX_ I32 optype, LISTOP* first, LISTOP* last); 83 PERL_CALLCONV OP* Perl_bind_match(pTHX_ I32 type, OP* left, OP* pat); 84 PERL_CALLCONV OP* Perl_block_end(pTHX_ I32 floor, OP* seq); 101 PERL_CALLCONV OP* Perl_convert(pTHX_ I32 optype, I32 flags, OP* o) [all...] |
| thrdvar.h | 36 PERLVAR(Topsave, OP *) 38 PERLVAR(Top, OP *) /* currently executing op */ 63 PERLVAR(Tretstack, OP **) /* OPs we have postponed executing */ 128 PERLVAR(Trestartop, OP *) /* propagating an error from croak? */ 153 PERLVAR(Tlastgotoprobe, OP*) /* from pp_ctl.c */ 157 PERLVAR(Tsortcop, OP *) /* user defined sort routine */
|
| perly.h | 68 OP *opval;
|
| regexec.c | 137 OP(rn) == OPEN || OP(rn) == CLOSE || OP(rn) == EVAL || \ 138 OP(rn) == SUSPEND || OP(rn) == IFMATCH || \ 139 OP(rn) == PLUS || OP(rn) == MINMOD || \ 140 (PL_regkind[(U8)OP(rn)] == CURLY && ARG1(rn) > 0) \ 144 PL_regkind[(U8)OP(rn)] == EXACT || PL_regkind[(U8)OP(rn)] == REF 1920 I32 op = (U8)OP(prog->regstclass); local [all...] |
| regcomp.c | 94 #ifdef op 95 #undef op macro 96 #endif /* op */ 100 /* MSC 6.00A breaks on op/regexp.t test 85 unless we turn this off */ 251 * of t/op/regmesg.t, the tests in t/op/re_tests, and those in 252 * op/pragma/warn/regcomp. 685 I32 is_par = OP(scan) == OPEN ? ARG(scan) : 0; 689 while (scan && OP(scan) != END && scan < last) { 692 if (PL_regkind[(U8)OP(scan)] == EXACT) 2639 register char op; local 4532 register U8 op = EXACT; \/* Arbitrary non-END op. *\/ local [all...] |
| cc_runtime.h | 11 #define CCPP(s) OP * s(pTHX)
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/ |
| Lbrk.pl | 21 0028 OP 34 005B OP 38 007B OP 349 0F3A OP 351 0F3C OP 414 169B OP 487 201A OP 489 201E OP 505 2045 OP 516 207D OP [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| debug.h | 42 * true. ASSERT() is included only for debugging, and is a no-op in 86 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \ 89 if (!(__left OP __right)) \ 90 assfail3(#LEFT " " #OP " " #RIGHT, \ 91 (uintmax_t)__left, #OP, (uintmax_t)__right, \
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| ttymodes.c | 308 #define TTYCHAR(NAME, OP) \ 309 debug3("tty_make_modes: %d %d", OP, tio.c_cc[NAME]); \ 310 buffer_put_char(&buf, OP); \ 313 #define TTYMODE(NAME, FIELD, OP) \ 314 debug3("tty_make_modes: %d %d", OP, ((tio.FIELD & NAME) != 0)); \ 315 buffer_put_char(&buf, OP); \ 396 #define TTYCHAR(NAME, OP) \ 397 case OP: \ 400 debug3("tty_parse_modes: %d %d", OP, tio.c_cc[NAME]); \ 402 #define TTYMODE(NAME, FIELD, OP) \ [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/tools/findfp/sparc/ |
| findfp.c | 45 #define OP(x) ((unsigned)(0x3 & x) << 30) /* general opcode */ 62 { OPMSK|OP2MSK, OP(0) | OP2(5), "FBPfcc" }, 63 { OPMSK|OP2MSK, OP(0) | OP2(6), "FBfcc" }, 64 { OPMSK|OP3MSK, OP(2) | OP3(0x34), "FPop1" }, 65 { OPMSK|OP3MSK, OP(2) | OP3(0x35), "FPop2" }, 66 { OPMSK|OP3(0x38), OP(3) | OP3(0x20), "FPldst1" }, 67 { OPMSK|OP3(0x38), OP(3) | OP3(0x30), "FPldst2" }
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
| asmdata.t | 18 # pick an op that's not likely to go away in the future 25 like( $data->[0], qr/^\d+$/, ' op number' ); 32 # I'm going to assume that op types will all be named /OP$/. 34 is( grep(/OP$/, @optype), @optype, '@optype is all /OP$/' );
|
| debug.t | 40 /\bLISTOP\b.*leave.*\n OP\b.*enter.*\n COP\b.*nextstate.*\n OP\b.*null/s;
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/ |
| regexp.c | 116 #define OP(p) (*(p)) 237 if (OP(regnext(scan)) == END) { /* Only one top-level choice. */ 241 if (OP(scan) == EXACTLY) 243 else if (OP(scan) == BOL) 258 if (OP(scan) == EXACTLY && strlen(OPERAND(scan)) >= len) { 395 register char op; local 403 op = *regparse; 404 if (!ISMULT(op)) { 409 if (!(flags&HASWIDTH) && op != '?') 411 *flagp = (op != '+') ? (WORST|SPSTART) : (WORST|HASWIDTH) 1067 register char op = EXACTLY; \/* Arbitrary non-END op. *\/ local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| Bytecode.pm | 57 sub B::OP::ix { 58 my $op = shift; 59 my $ix = $optab{$$op}; 61 nice "[".$op->name." $tix]"; 62 asm "newopx", $op->size | $op->type <<7; 63 $optab{$$op} = $opix = $ix = $tix++; 64 $op->bsave($ix); 400 sub B::OP::bsave_thin { 401 my ($op, $ix) = @_ [all...] |
| Concise.pm | 259 my %opclass = ('OP' => "0", 'UNOP' => "1", 'BINOP' => "2", 'LOGOP' => "|", 317 my($op) = @_; 318 return "-" if not exists $sequence_num{$$op}; 319 return base_n($sequence_num{$$op}); 323 my($op, $sub, $level) = @_; 324 $sub->($op, $level); 325 if ($op->flags & OPf_KIDS) { 326 for (my $kid = $op->first; $$kid; $kid = $kid->sibling) { 330 if (class($op) eq "PMOP") { 331 my $maybe_root = $op->pmreplroot [all...] |
| Terse.pm | 37 sub B::OP::terse { 38 carp "B::OP::terse is deprecated; use B::Concise instead"; 81 method named C<terse> to B::OP and B::SV objects. The B::SV method is 84 B::OP C<terse> method, however, doesn't work well. Since B::Terse was
|
| Debug.pm | 12 sub B::OP::debug { 13 my ($op) = @_; 14 printf <<'EOT', class($op), $$op, ${$op->next}, ${$op->sibling}, $op->ppaddr, $op->targ, $op->type, $op->seq, $op->flags, $op->private [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/ |
| ByteLoader.xs | 79 OP *saveroot = PL_main_root; 80 OP *savestart = PL_main_start; 105 OP *o;
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| vfs.h | 148 #define VFS_INIT(VFSP, OP, DATA) { \ 150 (VFSP)->vfs_op = (OP); \
|