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

1234567891011>>

/freebsd-11-stable/sys/powerpc/mambo/
H A Dmambocall.h31 long mambocall(int op, ...);
/freebsd-11-stable/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-11-stable/contrib/ntp/lib/isc/nothreads/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-11-stable/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-11-stable/sys/contrib/zlib/
H A Dinffast.c74 unsigned op; /* code bits, operation, extra bits, or */ local
112 op = (unsigned)(here.bits);
113 hold >>= op; local
114 bits -= op;
115 op = (unsigned)(here.op);
116 if (op == 0) { /* literal */
122 else if (op & 16) { /* length base */
124 op &= 15; /* number of extra bits */
125 if (op) {
131 hold >>= op; local
144 hold >>= op; local
166 hold >>= op; local
[all...]
/freebsd-11-stable/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) \
121 #define cache_r4k_op_8lines_64(va, op) \
131 : "r" (va), "i" (op) \
141 #define cache_r4k_op_32lines_16(va, op) \
163 : "r" (va), "i" (op) \
[all...]
/freebsd-11-stable/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-11-stable/contrib/libpcap/
H A Dbpf_image.c40 const char *op; local
48 op = "unimp";
54 op = "ret";
60 op = "ret";
65 op = "ld";
71 op = "ldh";
77 op = "ldb";
83 op = "ld";
88 op = "ld";
94 op
[all...]
/freebsd-11-stable/share/doc/smm/08.sendmailop/
H A DMakefile5 SRCS= op.me
9 SRCDIR= ${.CURDIR}/../../../../contrib/sendmail/doc/op
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dfastlz.c189 unsigned char *op = (unsigned char *) output; local
202 *op++ = length - 1;
205 *op++ = *ip++;
217 *op++ = MAX_COPY - 1;
218 *op++ = *ip++;
219 *op++ = *ip++;
321 *(op - copy - 1) = copy - 1;
324 op--;
337 *op++ = (len << 5) + (distance >> 8);
338 *op
436 unsigned char *op = (unsigned char *) output; local
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/llvm-project/lldb/source/API/
H A DSystemInitializerFull.cpp172 #define LLDB_PROCESS_AArch64(op) \
173 ABIMacOSX_arm64::op(); \
174 ABISysV_arm64::op();
176 #define LLDB_PROCESS_AArch64(op) \
177 ABISysV_arm64::op();
180 #define LLDB_PROCESS_ARM(op) \
181 ABIMacOSX_arm::op(); \
182 ABISysV_arm::op();
184 #define LLDB_PROCESS_ARM(op) \
185 ABISysV_arm::op();
[all...]
/freebsd-11-stable/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-11-stable/sbin/iscontrol/
H A Dlogin.c124 isc_opt_t *op = sess->op; local
132 if(strcmp(np, op->tgtChapName? op->tgtChapName: op->initiatorName) != 0) {
136 l1 = str2bin(op->tgtChapDigest, &d1);
139 debug(3, "l1=%d '%s' l2=%d '%s'", l1, op->tgtChapDigest, l2, rp);
147 free(op->tgtChapDigest);
148 op->tgtChapDigest = NULL;
158 isc_opt_t *op local
264 isc_opt_t *op = sess->op; local
286 isc_opt_t *op = sess->op; local
329 isc_opt_t *op = sess->op; local
371 isc_opt_t *op = sess->op; local
[all...]
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipsopt.c75 int addipopt(op, io, len, class)
76 char *op;
85 char *s = op, *t;
92 *op++ = io->on_value;
99 *op++ = val + io->on_siz;
102 *op++ = io->on_siz;
104 *op++ = IPOPT_MINOFF + 1;
106 *op++ = IPOPT_MINOFF;
114 *(op - 1) = lvl;
122 bcopy((char *)&ipadr, op, sizeo
[all...]

Completed in 219 milliseconds

1234567891011>>