Home
last modified time | relevance | path

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

12

/illumos-gate/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));\
/illumos-gate/usr/src/tools/smatch/src/
H A Dopcode.h7 #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 Dopcode.c26 #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 Darch.sh41 0) OP=major;;
43 -k) OP=minor;;
46 *) OP=compat;;
59 case $OP in
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c431 switch (OP(m->g->strip[es])) { 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()
616 switch (OP(s = m->g->strip[ss])) { in backref()
675 assert(OP(s) == OOR2); in backref()
694 switch (OP(s)) { in backref()
735 assert(OP(m->g->strip[esub]) == OOR1); in backref()
922 switch (OP(s)) { in step()
[all …]
H A Dregcomp.c1586 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()
1740 while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH) { in altoffset()
1741 switch (OP(s)) { in altoffset()
1757 OP(s) != (sop)O_CH && OP(s) != (sop)OOR2) in altoffset()
1759 } while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH); in altoffset()
1939 switch (OP(s)) { in pluscount()
[all …]
H A Dregex2.h78 #define OP(n) ((n)&OPRMASK) macro
/illumos-gate/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 \
/illumos-gate/usr/src/uts/common/sys/
H A Ddebug.h104 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \ argument
107 if (!(__left OP __right)) \
108 assfail3(#LEFT " " #OP " " #RIGHT, \
109 (uintmax_t)__left, #OP, (uintmax_t)__right, \
/illumos-gate/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 \
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
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()
/illumos-gate/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c36 #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 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()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c263 int (*OP)(); local
285 OP = Pline; Pline = normline;
292 Pline = OP;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h44 #define OP(x) (((union instruct *) (x))->f_1.op) macro
H A Dcalls.c90 switch (OP(instructp)) { in findcalls()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y579 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 Dmdb_cmds.c86 #define OP(machcode) ((machcode) >> 30) macro
1855 if ((op = OP(text[j])) & OP_ARITH_MEM_MASK) { in findsym_cb()
1911 } else if (OP(text[j]) == 1) { in findsym_cb()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.c3645 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 Dusb.ids1259 00b3 PC-OP-RS1 RemoteStation
12600 000a Optical Mouse Opto 510D / OP-620D
19023 0101 RF Wireless Optical Mouse OP-701
21864 0002 OP-1 Portable synthesizer
21865 000c OP-Z Portable synthesizer
/illumos-gate/usr/src/uts/common/io/usb/
H A Dusbdevs3174 product MELCO PCOPRS1 0x00b3 PC-OP-RS1 RemoteStation

12