Searched refs:op (Results 1 - 25 of 912) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/powerpc/mambo/
H A Dmambocall.h31 long mambocall(int op, ...);
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dpr-support.c110 _uw op; local
117 op = next_unwind_byte (uws);
118 if (op == CODE_FINISH)
132 if ((op & 0x80) == 0)
137 offset = ((op & 0x3f) << 2) + 4;
139 if (op & 0x40)
147 if ((op & 0xf0) == 0x80)
149 op = (op << 8) | next_unwind_byte (uws);
150 if (op
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dbpf_image.c60 const char *fmt, *op; local
68 op = "unimp";
74 op = "ret";
79 op = "ret";
84 op = "ld";
89 op = "ldh";
94 op = "ldb";
99 op = "ld";
104 op = "ld";
109 op
[all...]
/freebsd-10.0-release/contrib/ntp/include/isc/
H A Donce.h29 #define isc_once_do(op, f) \
30 (!*(op) ? (f(), *(op) = ISC_TRUE, ISC_R_SUCCESS) : ISC_R_SUCCESS)
/freebsd-10.0-release/sys/ia64/disasm/
H A Ddisasm_decode.c53 enum asm_op op; local
55 fmt = ASM_FMT_NONE, op = ASM_OP_NONE;
64 op = ASM_OP_ADD,
69 op = ASM_OP_SUB,
74 op = ASM_OP_ADDP4,
80 op = ASM_OP_AND,
84 op = ASM_OP_ANDCM,
88 op = ASM_OP_OR,
92 op = ASM_OP_XOR,
100 op
538 enum asm_op op; local
654 enum asm_op op; local
905 enum asm_op op; local
1317 enum asm_op op; local
2476 enum asm_op op; local
[all...]
H A Ddisasm_extract.c186 asm_normalize(struct asm_inst *i, enum asm_op op) argument
190 switch (op) {
193 op = ASM_OP_BR;
197 op = ASM_OP_BR;
201 op = ASM_OP_BR;
205 op = ASM_OP_BR;
209 op = ASM_OP_BR;
213 op = ASM_OP_BR;
217 op = ASM_OP_BR;
221 op
1796 op_imm(struct asm_inst *i, int op, uint64_t val) argument
1803 op_type(struct asm_inst *i, int op, enum asm_oper_type ot) argument
1809 op_value(struct asm_inst *i, int op, uint64_t val) argument
1815 operand(struct asm_inst *i, int op, enum asm_oper_type ot, uint64_t bits, int o, int l) argument
1833 s_imm(struct asm_inst *i, int op, uint64_t bits, int o, int l) argument
1840 u_imm(struct asm_inst *i, int op, uint64_t bits, int o, int l) argument
1864 s_immf(struct asm_inst *i, int op, uint64_t bits, ...) argument
1874 u_immf(struct asm_inst *i, int op, uint64_t bits, ...) argument
1884 disp(struct asm_inst *i, int op, uint64_t bits, ...) argument
1901 asm_extract(enum asm_op op, enum asm_fmt fmt, uint64_t bits, struct asm_bundle *b, int slot) argument
[all...]
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dremove_hash.c23 iplookupop_t op; local
29 op.iplo_type = IPLT_HASH;
30 op.iplo_unit = iphp->iph_unit;
31 strncpy(op.iplo_name, iphp->iph_name, sizeof(op.iplo_name));
32 if (*op.iplo_name == '\0')
33 op.iplo_arg = IPHASH_ANON;
34 op.iplo_size = sizeof(iph);
35 op.iplo_struct = &iph;
43 if (pool_ioctl(iocfunc, SIOCLOOKUPDELTABLE, &op)) {
[all...]
H A Dremove_hashnode.c25 iplookupop_t op; local
31 op.iplo_type = IPLT_HASH;
32 op.iplo_unit = unit;
33 op.iplo_size = sizeof(ipe);
34 op.iplo_struct = &ipe;
35 op.iplo_arg = 0;
36 strncpy(op.iplo_name, name, sizeof(op.iplo_name));
49 if (pool_ioctl(iocfunc, SIOCLOOKUPDELNODE, &op)) {
H A Dremove_poolnode.c26 iplookupop_t op; local
31 op.iplo_unit = unit;
32 op.iplo_type = IPLT_POOL;
33 op.iplo_arg = 0;
34 strncpy(op.iplo_name, name, sizeof(op.iplo_name));
35 op.iplo_struct = &pn;
36 op.iplo_size = sizeof(pn);
46 if (pool_ioctl(iocfunc, SIOCLOOKUPDELNODE, &op)) {
H A Dload_pool.c23 iplookupop_t op; local
30 op.iplo_unit = plp->ipo_unit;
31 op.iplo_type = IPLT_POOL;
32 op.iplo_arg = 0;
33 strncpy(op.iplo_name, plp->ipo_name, sizeof(op.iplo_name));
34 op.iplo_size = sizeof(pool);
35 op.iplo_struct = &pool;
40 op.iplo_arg |= IPOOL_ANON;
43 if (pool_ioctl(iocfunc, SIOCLOOKUPADDTABLE, &op)) {
[all...]
H A Dremove_pool.c23 iplookupop_t op; local
29 op.iplo_type = IPLT_POOL;
30 op.iplo_unit = poolp->ipo_unit;
31 strncpy(op.iplo_name, poolp->ipo_name, sizeof(op.iplo_name));
32 op.iplo_size = sizeof(pool);
33 op.iplo_struct = &pool;
40 if (pool_ioctl(iocfunc, SIOCLOOKUPDELTABLE, &op)) {
H A Dload_dstlistnode.c23 iplookupop_t op; local
35 op.iplo_unit = role;
36 op.iplo_type = IPLT_DSTLIST;
37 op.iplo_arg = 0;
38 op.iplo_struct = dst;
39 op.iplo_size = sizeof(*dst);
41 op.iplo_size += node->ipfd_dest.fd_name;
42 (void) strncpy(op.iplo_name, name, sizeof(op.iplo_name));
53 err = pool_ioctl(iocfunc, SIOCLOOKUPADDNODE, &op);
[all...]
H A Dload_dstlist.c22 iplookupop_t op; local
32 op.iplo_unit = dst->ipld_unit;
33 op.iplo_type = IPLT_DSTLIST;
34 op.iplo_arg = 0;
35 strncpy(op.iplo_name, dst->ipld_name, sizeof(op.iplo_name));
36 op.iplo_size = sizeof(dest);
37 op.iplo_struct = &dest;
45 if (pool_ioctl(iocfunc, SIOCLOOKUPADDTABLE, &op))
62 if (pool_ioctl(iocfunc, SIOCLOOKUPDELTABLE, &op))
[all...]
H A Dload_hashnode.c26 iplookupop_t op; local
34 op.iplo_type = IPLT_HASH;
35 op.iplo_unit = unit;
36 op.iplo_arg = 0;
37 op.iplo_size = sizeof(ipe);
38 op.iplo_struct = &ipe;
39 strncpy(op.iplo_name, name, sizeof(op.iplo_name));
53 err = pool_ioctl(iocfunc, SIOCLOOKUPADDNODE, &op);
56 err = pool_ioctl(iocfunc, SIOCLOOKUPDELNODE, &op);
[all...]
H A Dload_poolnode.c27 iplookupop_t op; local
34 op.iplo_unit = role;
35 op.iplo_type = IPLT_POOL;
36 op.iplo_arg = 0;
37 op.iplo_struct = &pn;
38 op.iplo_size = sizeof(pn);
39 strncpy(op.iplo_name, name, sizeof(op.iplo_name));
52 err = pool_ioctl(iocfunc, SIOCLOOKUPADDNODE, &op);
55 err = pool_ioctl(iocfunc, SIOCLOOKUPDELNODE, &op);
[all...]
H A Dbuildopts.c14 u_32_t buildopts(cp, op, len)
15 char *cp, *op;
31 if ((inc = addipopt(op, io, len, t))) {
32 op += inc;
44 *op++ = IPOPT_NOP;
47 *op++ = IPOPT_EOL;
/freebsd-10.0-release/lib/libz/
H A Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(here.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(here.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; local
161 hold >>= op; local
183 hold >>= op; local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.c93 unsigned op; /* code bits, operation, extra bits, or */ local
131 op = (unsigned)(this.bits);
132 hold >>= op; local
133 bits -= op;
134 op = (unsigned)(this.op);
135 if (op == 0) { /* literal */
141 else if (op & 16) { /* length base */
143 op &= 15; /* number of extra bits */
144 if (op) {
150 hold >>= op; local
163 hold >>= op; local
185 hold >>= op; local
[all...]
/freebsd-10.0-release/share/doc/smm/08.sendmailop/
H A DMakefile5 SRCS= op.me
9 SRCDIR= ${.CURDIR}/../../../../contrib/sendmail/doc/op
/freebsd-10.0-release/sys/mips/include/
H A Dcache_r4k.h67 #define cache_op_r4k_line(va, op) \
74 : "r" (va), "i" (op) \
83 #define cache_r4k_op_8lines_16(va, op) \
93 : "r" (va), "i" (op) \
102 #define cache_r4k_op_8lines_32(va, op) \
112 : "r" (va), "i" (op) \
122 #define cache_r4k_op_32lines_16(va, op) \
144 : "r" (va), "i" (op) \
154 #define cache_r4k_op_32lines_32(va, op) \
176 : "r" (va), "i" (op) \
[all...]
/freebsd-10.0-release/contrib/sendmail/doc/op/
H A DMakefile4 SRCS= op.me
5 OBJS= op.ps
22 op.ps: ${SRCS}
27 op.txt: ${SRCS}
32 op.pdf: op.ps
34 ${PS2PDF} op.ps op.pdf
37 rm -f op.ps op
[all...]
/freebsd-10.0-release/usr.sbin/config/
H A Dmkoptions.c68 struct opt *op; local
72 op = (struct opt *)calloc(1, sizeof(*op));
73 if (op == NULL)
75 op->op_name = ns(cp->cpu_name);
76 SLIST_INSERT_HEAD(&opt, op, op_next);
90 op = (struct opt *)calloc(1, sizeof(*op));
91 if (op == NULL)
93 op
145 struct opt *op; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dsched-vis.c75 rtx op[4];
81 op[i] = NULL_RTX;
87 op[0] = XEXP (x, 0);
92 op[1] = GEN_INT (-INTVAL (XEXP (x, 1)));
97 op[1] = XEXP (x, 1);
101 op[0] = XEXP (x, 0);
103 op[1] = XEXP (x, 1);
107 op[0] = XEXP (x, 0);
109 op[1] = XEXP (x, 1);
113 op[
74 rtx op[4]; local
[all...]
/freebsd-10.0-release/sbin/iscontrol/
H A Dlogin.c122 isc_opt_t *op = sess->op; local
130 if(strcmp(np, op->tgtChapName? op->tgtChapName: op->initiatorName) != 0) {
134 l1 = str2bin(op->tgtChapDigest, &d1);
137 debug(3, "l1=%d '%s' l2=%d '%s'", l1, op->tgtChapDigest, l2, rp);
145 free(op->tgtChapDigest);
146 op->tgtChapDigest = NULL;
156 isc_opt_t *op local
262 isc_opt_t *op = sess->op; local
284 isc_opt_t *op = sess->op; local
327 isc_opt_t *op = sess->op; local
369 isc_opt_t *op = sess->op; local
[all...]
/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Dipsopt.c81 int addipopt(op, io, len, class)
82 char *op;
91 char *s = op, *t;
98 *op++ = io->on_value;
105 *op++ = val + io->on_siz;
108 *op++ = io->on_siz;
110 *op++ = IPOPT_MINOFF + 1;
112 *op++ = IPOPT_MINOFF;
120 *(op - 1) = lvl;
128 bcopy((char *)&ipadr, op, sizeo
[all...]

Completed in 362 milliseconds

1234567891011>>