Home
last modified time | relevance | path

Searched refs:OP (Results 1 – 25 of 31) sorted by relevance

12

/titanic_44/usr/src/cmd/isns/isnsd/
H A Disns_pdu.h37 #define NEXT_TLV(OP, LEN) { \ argument
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; \
H A Disns_qry.h52 #define NEXT_OP(OP, OP_LEN, OP_TYPE) \ argument
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) \ argument
62 OP_TYPE = TLV2TYPE(OP);\
64 NEXT_OP((OP), (OP_LEN), (OP_TYPE));\
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dttymodes.c308 #define TTYCHAR(NAME, OP) \ in tty_make_modes() argument
309 debug3("tty_make_modes: %d %d", OP, tio.c_cc[NAME]); \ in tty_make_modes()
310 buffer_put_char(&buf, OP); \ in tty_make_modes()
313 #define TTYMODE(NAME, FIELD, OP) \ in tty_make_modes() argument
314 debug3("tty_make_modes: %d %d", OP, ((tio.FIELD & NAME) != 0)); \ in tty_make_modes()
315 buffer_put_char(&buf, OP); \ in tty_make_modes()
396 #define TTYCHAR(NAME, OP) \ in tty_parse_modes() argument
397 case OP: \ in tty_parse_modes()
400 debug3("tty_parse_modes: %d %d", OP, tio.c_cc[NAME]); \ in tty_parse_modes()
402 #define TTYMODE(NAME, FIELD, OP) \ in tty_parse_modes() argument
[all …]
/titanic_44/usr/src/cmd/mdb/tools/findfp/sparc/
H A Dfindfp.c45 #define OP(x) ((unsigned)(0x3 & x) << 30) /* general opcode */ macro
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" }
/titanic_44/usr/src/cmd/arch/
H A Darch.sh41 0) OP=major;;
43 -k) OP=minor;;
46 *) OP=compat;;
59 case $OP in
/titanic_44/usr/src/test/zfs-tests/tests/functional/compression/
H A Dcompress_001_pos.ksh47 typeset OP=create
55 log_must $FILE_WRITE -o $OP -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
61 log_must $FILE_WRITE -o $OP -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
H A Dcompress_002_pos.ksh49 typeset OP=create
57 log_must $FILE_WRITE -o $OP -f $TESTDIR1/$TESTFILE0 -b $BLOCKSZ \
63 log_must $FILE_WRITE -o $OP -f $TESTDIR1/$TESTFILE1 -b $BLOCKSZ \
/titanic_44/usr/src/uts/common/sys/
H A Ddebug.h103 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \ argument
106 if (!(__left OP __right)) \
107 assfail3(#LEFT " " #OP " " #RIGHT, \
108 (uintmax_t)__left, #OP, (uintmax_t)__right, \
/titanic_44/usr/src/lib/libc/port/locale/
H A Dengine.c395 switch (OP(m->g->strip[es])) { in dissect()
401 while (OP(m->g->strip[es]) != O_CH) in dissect()
408 switch (OP(m->g->strip[ss])) { in dissect()
508 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
513 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
515 assert(OP(m->g->strip[esub]) == OOR2); in dissect()
518 if (OP(m->g->strip[esub]) == OOR2) in dissect()
521 assert(OP(m->g->strip[esub]) == O_CH); in dissect()
582 switch (OP(s = m->g->strip[ss])) { in backref()
643 assert(OP(s) == OOR2); in backref()
[all …]
H A Dregcomp.c604 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
605 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1315 p->strip[pos] = OP(p->strip[pos]) | value; in dofwd()
1396 switch (OP(s)) { in findmust()
1419 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()
1420 OP(s) != OOR2) { in findmust()
1424 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
1502 } while (OP(s) != OEND); in findmust()
1520 while (OP(s = *scan++) != OCHAR) in findmust()
1550 while (OP(s) != O_QUEST && OP(s) != O_CH) { in altoffset()
[all …]
H A Dregex2.h80 #define OP(n) ((n)&OPRMASK) macro
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h148 #define VFS_INIT(VFSP, OP, DATA) { \ argument
150 (VFSP)->vfs_op = (OP); \
/titanic_44/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_002_pos.ksh83 typeset OP=create
92 log_must $FILE_WRITE -o $OP -f $TESTDIR/file$i \
H A Dsnapshot_006_pos.ksh82 typeset OP=create
90 log_must $FILE_WRITE -o $OP -f $TESTDIR1/file$i \
/titanic_44/usr/src/cmd/mdb/sparc/kmdb/
H A Dkvm_isadep.c58 #define OP(x) ((x) >> 30) macro
371 if (OP(instr) == OP_ARITH && OP3(instr) == OP3_SAVE) in kmt_step_out()
439 if (OP(instr) == OP_ARITH && OP3(instr) == OP3_RESTORE) { in kmt_next()
441 } else if (OP(instr) == OP_ARITH && OP3(instr) == OP3_OR && in kmt_next()
H A Dkaif.c61 #define OP(x) ((x) >> 30) macro
598 if (OP(instr) == OP_ARITH) { in kaif_step()
641 } else if (OP(instr) == OP_BRANCH) { in kaif_step()
/titanic_44/usr/src/lib/libpp/common/
H A Dppfsm.c80 #define OP (-1) macro
275 { OP, {QUICK,QUICK+1,MAC0+1}, COPY, },
307 { OP, {MAC0+1,MAC0+2,MACN}, COPY },
319 { OP, {HIT0+1,HIT0+2,HITN}, COPY },
547 { OP, { 0 }, END, }
619 if (fp->state == OP) in ppfsm()
/titanic_44/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c660 #define OP(machcode) ((machcode) >> 30) macro
701 else if (OP(instr) == OP_ARITH && in pt_step_out()
748 if (OP(instr) == OP_ARITH && in pt_next()
752 } else if (OP(instr) == OP_ARITH && in pt_next()
778 OP(instr) == OP_BRANCH && OP2(instr) == OP2_ILLTRAP) in pt_next()
/titanic_44/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c38 #define OP(x) ((x) >> 30) macro
192 if (OP(text[i]) == OP_BRANCH) { in dt_pid_create_return_probe()
/titanic_44/usr/src/cmd/vi/port/
H A Dex_vget.c263 int (*OP)(); local
285 OP = Pline; Pline = normline;
292 Pline = OP;
/titanic_44/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c132 #define OP(x) ((x) >> 30) macro
1111 if (OP(instr) == 1) { in fasttrap_tracepoint_init()
1119 } else if (OP(instr) == 0) { in fasttrap_tracepoint_init()
1256 } else if (OP(instr) == 2) { in fasttrap_tracepoint_init()
1326 } else if (OP(instr) == 3) { in fasttrap_tracepoint_init()
1357 !(OP(instr) == 2 && OP3(instr) == OP3_RETURN))) in fasttrap_tracepoint_init()
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h50 #define OP(x) (((union instruct *) (x))->f_1.op) macro
H A Dcalls.c92 switch (OP(instructp)) { in findcalls()
/titanic_44/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c135 #define OP 4 /* opcode */ macro
249 op = uap->uc_mcontext.fpregs.fp_reg_set.fpchip_state.state[OP] >> 16; in __fex_get_invalid_type()
584 op = uap->uc_mcontext.fpregs.fp_reg_set.fpchip_state.state[OP] >> 16; in __fex_get_op()
1249 op = uap->uc_mcontext.fpregs.fp_reg_set.fpchip_state.state[OP] >> 16; in __fex_st_result()
/titanic_44/usr/src/lib/libsqlite/src/
H A Dparse.y581 expr(A) ::= expr(X) likeop(OP) expr(Y). [LIKE] {
585 if( A ) A->op = OP;
588 expr(A) ::= expr(X) NOT likeop(OP) expr(Y). [LIKE] {
592 if( A ) A->op = OP;

12