Home
last modified time | relevance | path

Searched refs:_op (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Dsftp-perm.sh55 _op=$1
61 verbose "$tid: explicit $_op"
65 run_client "$_cmd" || fail "plain $_op failed"
66 postcondition "$_op no white/blacklists" "$_expect_success_post"
69 prepare_server -p $_op,$_whitelist_ops
70 run_client "$_cmd" || fail "whitelisted $_op failed"
71 postcondition "$_op whitelisted" "$_expect_success_post"
74 prepare_server -P $_op
75 run_client "$_cmd" && fail "blacklisted $_op succeeded"
76 postcondition "$_op blacklisted" "$_expect_fail_post"
[all …]
/freebsd/crypto/heimdal/base/
H A Dheimbase.h61 #define heim_builtin_expect(_op,_res) __builtin_expect(_op,_res) argument
63 #define heim_builtin_expect(_op,_res) (_op) argument
/freebsd/sys/dev/sfxge/common/
H A Defsys.h1140 #define EFSYS_ASSERT3(_x, _op, _y, _t) do { \ argument
1143 if (!(__x _op __y)) \
1147 #define EFSYS_ASSERT3U(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uint64_t) argument
1148 #define EFSYS_ASSERT3S(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, int64_t) argument
1149 #define EFSYS_ASSERT3P(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uintptr_t) argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td89 class FRI16_TCP_ins<bits<5> _op, string asmstr,
91 FRI16<_op, (outs CPU16Regs:$rx), (ins pcrel16:$imm8, i32imm:$size),
103 class F2RI16_ins<bits<5> _op, string asmstr,
105 FRI16<_op, (outs CPU16Regs:$rx), (ins CPU16Regs:$rx_, simm16:$imm8),
110 class FRI16_B_ins<bits<5> _op, string asmstr,
112 FRI16<_op, (outs), (ins CPU16Regs:$rx, brtarget:$imm8),
191 class FEXT_RI16_ins_base<bits<5> _op, string asmstr, string asmstr2,
193 FEXT_RI16<_op, (outs CPU16Regs:$rx), (ins simm16:$imm16),
196 class FEXT_RI16_ins<bits<5> _op, string asmstr,
198 FEXT_RI16_ins_base<_op, asmstr, "\t$rx, $imm16", itin>;
[all …]
H A DMips16InstrFormats.td482 class FEXT_RI16<bits<5> _op, dag outs, dag ins, string asmstr,
490 let op = _op;
506 class FEXT_RRI16<bits<5> _op, dag outs, dag ins, string asmstr,
515 let op=_op;
/freebsd/crypto/openssh/
H A Dsandbox-seccomp-filter.c159 #define SC_ALLOW_FUTEX_OP(_nr, _op) \ argument
167 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ((_op) & 0xFFFFFFFF), 0, 4), \
176 (((uint32_t)((uint64_t)(_op) >> 32)) & 0xFFFFFFFF), 0, 1), \
/freebsd/contrib/elftoolchain/elfcopy/
H A Delfcopy.h274 const char *_newname, unsigned int _op);
317 unsigned int _op);
/freebsd/contrib/bsnmp/lib/
H A Dsnmpclient.h134 void snmp_pdu_create(struct snmp_pdu *, u_int _op);
/freebsd/lib/libsysdecode/
H A Dsysdecode.h126 const char *sysdecode_umtx_op(int _op);
/freebsd/sys/dev/bhnd/
H A Dbhnd.c1004 #define BHND_IO_MISC(_type, _op, _method) \ argument
1006 bhnd_ ## _op (device_t dev, device_t child, \
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c1823 #define BHNDB_IO_MISC(_type, _ptr, _op, _size) \ argument
1825 bhndb_bus_ ## _op ## _ ## _size (device_t dev, \
1830 bus_ ## _op ## _ ## _size (io_res, io_offset, \
/freebsd/contrib/mandoc/
H A Dmandocdb.c350 #define CHECKOP(_op, _ch) do \ in mandocdb() argument
351 if ((_op) != OP_DEFAULT) { \ in mandocdb()
/freebsd/sys/kern/
H A Dbus_if.m874 * @param _op type of CPUs to request
882 enum cpu_sets _op;