/illumos-gate/usr/src/uts/common/sys/ |
H A D | ktest.h | 193 #define KT_ASSERT_IMPL(LEFT, OP, RIGHT, TYPE, ctx) do { \ argument 196 const boolean_t __res = __left OP __right; \ 201 (#LEFT), (#OP), (#RIGHT), \ 202 (uintmax_t)__left, (#OP), (uintmax_t)__right); \ 228 #define KT_ASSERTG_IMPL(LEFT, OP, RIGHT, TYPE, ctx, label) do { \ argument 231 const boolean_t __res = __left OP __right; \ 236 (#LEFT), (#OP), (#RIGHT), \ 237 (uintmax_t)__left, (#OP), (uintmax_t)__right); \ 263 #define KT_EASSERT_IMPL(LEFT, OP, RIGHT, TYPE, ctx) do { \ argument 266 const boolean_t __res = __left OP __right; \ [all …]
|
H A D | debug.h | 105 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \ argument 108 if (!(__left OP __right)) \ 109 assfail3(#LEFT " " #OP " " #RIGHT, \ 110 (uintmax_t)__left, #OP, (uintmax_t)__right, \
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_pdu.h | 37 #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 D | isns_qry.h | 52 #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));\
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | opcode.h | 7 #define OPCODE(OP,NG,SW,TF,N,FL) OP_##OP, argument 8 #define OPCODE_RANGE(OP,S,E) OP_##OP = OP_##S, OP_##OP##_END = OP_##E, argument
|
H A D | opcode.c | 26 #define OPCODE(OP,NG,SW,TF,N,FL) \ argument 27 [OP_##OP] = { \ 34 #define OPCODE_RANGE(OP,S,E) argument
|
/illumos-gate/usr/src/cmd/arch/ |
H A D | arch.sh | 41 0) OP=major;; 43 -k) OP=minor;; 46 *) OP=compat;; 59 case $OP in
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | engine.c | 431 switch (OP(m->g->strip[es])) { in dissect() 437 while (OP(m->g->strip[es]) != (sop)O_CH) in dissect() 444 switch (OP(m->g->strip[ss])) { in dissect() 541 assert(OP(m->g->strip[esub]) == OOR1); in dissect() 547 assert(OP(m->g->strip[esub]) == OOR1); in dissect() 549 assert(OP(m->g->strip[esub]) == OOR2); in dissect() 552 if (OP(m->g->strip[esub]) == (sop)OOR2) in dissect() 555 assert(OP(m->g->strip[esub]) == O_CH); in dissect() 616 switch (OP(s = m->g->strip[ss])) { in backref() 675 assert(OP(s) == OOR2); in backref() [all …]
|
H A D | regcomp.c | 771 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 772 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re() 1504 p->strip[pos] = OP(p->strip[pos]) | value; in dofwd() 1586 switch (OP(s)) { in findmust() 1609 if (OP(s) != (sop)O_QUEST && in findmust() 1610 OP(s) != (sop)O_CH && OP(s) != (sop)OOR2) { in findmust() 1614 } while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH); in findmust() 1692 } while (OP(s) != OEND); in findmust() 1710 while (OP(s = *scan++) != OCHAR) in findmust() 1740 while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH) { in altoffset() [all …]
|
H A D | regex2.h | 78 #define OP(n) ((n)&OPRMASK) macro
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/compression/ |
H A D | compress_001_pos.ksh | 47 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 D | compress_002_pos.ksh | 49 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 \
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_002_pos.ksh | 83 typeset OP=create 92 log_must file_write -o $OP -f $TESTDIR/file$i \
|
H A D | snapshot_006_pos.ksh | 82 typeset OP=create 90 log_must file_write -o $OP -f $TESTDIR1/file$i \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppfsm.c | 80 #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()
|
/illumos-gate/usr/src/lib/libdtrace/sparc/ |
H A D | dt_isadep.c | 36 #define OP(x) ((x) >> 30) macro 190 if (OP(text[i]) == OP_BRANCH) { in dt_pid_create_return_probe()
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | fasttrap_isa.c | 132 #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()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vget.c | 263 int (*OP)(); local 285 OP = Pline; Pline = normline; 292 Pline = OP;
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | sparc.h | 44 #define OP(x) (((union instruct *) (x))->f_1.op) macro
|
H A D | calls.c | 90 switch (OP(instructp)) { in findcalls()
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | __fex_i386.c | 135 #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()
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 579 expr(A) ::= expr(X) likeop(OP) expr(Y). [LIKE] { 583 if( A ) A->op = OP; 586 expr(A) ::= expr(X) NOT likeop(OP) expr(Y). [LIKE] { 590 if( A ) A->op = OP;
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmds.c | 87 #define OP(machcode) ((machcode) >> 30) macro 1856 if ((op = OP(text[j])) & OP_ARITH_MEM_MASK) { in findsym_cb() 1912 } else if (OP(text[j]) == 1) { in findsym_cb()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_dbg_fw_funcs.c | 3645 SET_VAR_FIELD(cam_addr, VFC_CAM_ADDR, OP, VFC_OPCODE_CAM_RD); in ecore_grc_dump_vfc_cam() 3680 SET_VAR_FIELD(ram_addr, VFC_RAM_ADDR, OP, VFC_OPCODE_RAM_RD); in ecore_grc_dump_vfc_ram()
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | usb.ids | 1265 00b3 PC-OP-RS1 RemoteStation 12709 000a Optical Mouse Opto 510D / OP-620D 19156 0101 RF Wireless Optical Mouse OP-701 22008 0002 OP-1 Portable synthesizer 22009 000c OP-Z Portable synthesizer
|