Searched refs:op (Results 26 - 50 of 847) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sbin/iscontrol/
H A Discontrol.c139 isc_opt_t *op; local
143 op = &opvals;
203 parseConfig(fd, kw, op);
211 parseArgs(cc, vv, op);
214 op->targetAddress = ta;
216 if(op->targetAddress == NULL) {
220 q = op->targetAddress;
223 op->targetAddress++;
225 q = op->targetAddress;
228 op
[all...]
/freebsd-9.3-release/libexec/rtld-elf/
H A Dmalloc.c170 register union overhead *op; local
183 op = (union overhead *)(pagepool_start);
184 n = n - sizeof (*op) - ((long)op & (n - 1));
203 if (nbytes <= (unsigned long)(n = pagesz - sizeof (*op) - RSLOP)) {
211 n = -(sizeof (*op) + RSLOP);
226 if ((op = nextf[bucket]) == NULL) {
228 if ((op = nextf[bucket]) == NULL)
232 nextf[bucket] = op->ov_next;
233 op
273 register union overhead *op; local
318 register union overhead *op; local
362 union overhead *op; local
[all...]
/freebsd-9.3-release/contrib/nvi/common/
H A Doptions_f.c35 f_altwerase(sp, op, str, valp)
37 OPTION *op;
50 f_columns(sp, op, str, valp)
52 OPTION *op;
84 f_lines(sp, op, str, valp)
86 OPTION *op;
141 f_lisp(sp, op, str, valp)
143 OPTION *op;
155 f_msgcat(sp, op, str, valp)
157 OPTION *op;
[all...]
/freebsd-9.3-release/sbin/hastd/
H A Dlzf.c111 u8 *op = (u8 *)out_data; local
113 u8 *out_end = op + out_len;
142 lit = 0; op++; /* start run */
173 if (expect_false (op + 3 + 1 >= out_end)) /* first a faster conservative test */
174 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */
177 op [- lit - 1] = lit - 1; /* stop run */
178 op -= !lit; /* undo run if length is zero */
217 *op++ = (off >> 8) + (len << 5);
221 *op++ = (off >> 8) + ( 7 << 5);
222 *op
316 u8 *op = (u8 *)out_data; local
[all...]
/freebsd-9.3-release/bin/sh/
H A Darith_yacc.c64 #define ARITH_PRECEDENCE(op, prec) [op - ARITH_BINOP_MIN] = prec
111 static inline int arith_prec(int op) argument
113 return prec[op - ARITH_BINOP_MIN];
121 static arith_t do_binop(int op, arith_t a, arith_t b) argument
124 switch (op) {
132 return op == ARITH_REM ? a % b : a / b;
166 static arith_t primary(int token, union yystype *val, int op, int noeval) argument
173 result = assignment(op, noeval);
179 last_token = op;
203 binop2(arith_t a, int op, int precedence, int noeval) argument
233 binop(int token, union yystype *val, int op, int noeval) argument
244 and(int token, union yystype *val, int op, int noeval) argument
261 or(int token, union yystype *val, int op, int noeval) argument
278 cond(int token, union yystype *val, int op, int noeval) argument
303 int op = yylex(); local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dtinytest_macros.h72 #define tt_abort_perror(op) TT_DIE(("%s: %s [%d]",(op),strerror(errno), errno))
78 #define tt_fail_perror(op) TT_FAIL(("%s: %s [%d]",(op),strerror(errno), errno))
151 /* Helper: assert that a op b, when cast to type. Format the values with
153 #define tt_assert_op_type(a,op,b,type,fmt) \
154 tt_assert_test_type(a,b,#a" "#op" "#b,type,(val1_ op val2_),fmt, \
157 #define tt_int_op(a,op,b) \
158 tt_assert_test_type(a,b,#a" "#op" "#
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/include/isc/
H A Donce.h46 #define isc_once_do(op, f) \
47 ((pthread_once((op), (f)) == 0) ? \
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Donce.h46 #define isc_once_do(op, f) \
47 ((pthread_once((op), (f)) == 0) ? \
/freebsd-9.3-release/contrib/ntp/ntpq/
H A Dlibntpq_subs.c41 int op,
49 return doquerylist((struct varlist *)vlist, op, associd, auth,
39 ntpq_doquerylist( struct ntpq_varlist *vlist, int op, associd_t associd, int auth, u_short *rstatus, size_t *dsize, const char **datap ) argument
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dbuildopts.c14 u_32_t buildopts(cp, op, len)
15 char *cp, *op;
29 if ((inc = addipopt(op, io, len, t))) {
30 op += inc;
41 *op++ = IPOPT_EOL;
H A Dload_hash.c25 iplookupop_t op; local
39 op.iplo_arg = 0;
40 op.iplo_type = IPLT_HASH;
41 op.iplo_unit = iphp->iph_unit;
42 strncpy(op.iplo_name, iphp->iph_name, sizeof(op.iplo_name));
43 if (*op.iplo_name == '\0')
44 op.iplo_arg = IPHASH_ANON;
45 op.iplo_size = sizeof(iph);
46 op
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Ddtparser.y71 UINT32 op;
78 %token <op> EXPOP_EOF
79 %token <op> EXPOP_NEW_LINE
80 %token <op> EXPOP_NUMBER
81 %token <op> EXPOP_HEX_NUMBER
82 %token <op> EXPOP_DECIMAL_NUMBER
83 %token <op> EXPOP_LABEL
84 %token <op> EXPOP_PAREN_OPEN
85 %token <op> EXPOP_PAREN_CLOSE
87 %left <op> EXPOP_LOGICAL_O
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dif_atm.c96 struct atmio_openvcc op; local
146 bzero(&op, sizeof(op));
156 GET1BYTE(op.param.flags, addr, alen);
157 GET1BYTE(op.param.vpi, addr, alen);
158 GET2BYTE(op.param.vci, addr, alen);
159 op.param.traffic = ATMIO_TRAFFIC_UBR;
160 op.param.aal = (op.param.flags & ATM_PH_AAL5) ?
164 op
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c484 BYTE *op = (BYTE *) dest; local
533 token = op++;
536 if unlikely(op + length + (2 + 1 + LASTLITERALS) +
544 *op++ = 255;
545 *op++ = (BYTE)len;
550 LZ4_BLINDCOPY(anchor, op, length);
554 LZ4_WRITE_LITTLEENDIAN_16(op, ip - ref);
587 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
593 *op++ = 255;
594 *op
679 BYTE *op = (BYTE *) dest; local
891 BYTE *op = (BYTE *) dest; local
[all...]
/freebsd-9.3-release/sys/mips/rmi/dev/sec/
H A Drmisec.c422 bzero(&cmd->op, sizeof(xlr_sec_io_t));
424 cmd->op.source_buf = (uint64_t) (unsigned long)crp->crp_buf;
425 cmd->op.source_buf_size = crp->crp_ilen;
427 cmd->op.dest_buf = (uint64_t) (unsigned long)crp->crp_buf;
428 cmd->op.dest_buf_size = crp->crp_ilen;
430 cmd->op.dest_buf = (uint64_t) (unsigned long)crp->crp_buf;
431 cmd->op.dest_buf_size = crp->crp_ilen;
433 cmd->op.num_packets = 1;
434 cmd->op.num_fragments = 1;
436 if (cmd->op
[all...]
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dlz4.c190 BYTE *restrict op = (BYTE *) dest; local
191 BYTE *const oend = op + maxOutputSize;
211 cpy = op + length;
226 memcpy(op, ip, length);
227 op += length;
235 LZ4_WILDCOPY(ip, op, cpy);
236 ip -= (op - cpy);
237 op = cpy;
260 if unlikely(op - ref < STEPSIZE) {
263 size_t dec2 = dec2table[op
[all...]
/freebsd-9.3-release/sys/cddl/compat/opensolaris/rpc/
H A Dxdr.h63 #define XDR_CONTROL(xdrs, req, op) \
65 xdrmem_control((xdrs), (req), (op)) : \
66 (*(xdrs)->x_ops->x_control)(xdrs, req, op))
/freebsd-9.3-release/sys/dev/vxge/include/
H A Dvxgehal-types.h721 #define VXGE_HAL_OPAQUE_HANDLE_GET_VPATH_HANDLE(op) ((op)->vpath_handle)
722 #define VXGE_HAL_OPAQUE_HANDLE_VPATH_HANDLE(op, vrh) (op)->vpath_handle = vrh
725 #define VXGE_HAL_OPAQUE_HANDLE_GET_HAL_PRIV(op) ((op)->hal_priv)
726 #define VXGE_HAL_OPAQUE_HANDLE_HAL_PRIV(op, priv) (op)->hal_priv = (u64)priv
729 #define VXGE_HAL_OPAQUE_HANDLE_GET_CLIENT_PRIV(op) ((op)
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dax-general.c38 static void generic_ext (struct agent_expr *x, enum agent_op op, int n);
131 ax_simple (struct agent_expr *x, enum agent_op op)
134 x->buf[x->len++] = op;
141 generic_ext (struct agent_expr *x, enum agent_op op, int n)
151 x->buf[x->len++] = op;
186 /* Append a goto op to EXPR. OP is the actual op (must be aop_goto or
193 ax_goto (struct agent_expr *x, enum agent_op op)
196 x->buf[x->len + 0] = op;
228 int op;
130 ax_simple(struct agent_expr *x, enum agent_op op) argument
140 generic_ext(struct agent_expr *x, enum agent_op op, int n) argument
192 ax_goto(struct agent_expr *x, enum agent_op op) argument
227 int op; local
347 enum agent_op op = x->buf[i]; local
405 struct aop_map *op; local
[all...]
/freebsd-9.3-release/contrib/gcclibs/libgomp/config/linux/x86/
H A Dfutex.h69 sys_futex0 (int *addr, int op, int val) argument
77 : "0"(SYS_futex), "r" (addr), "c"(op),
85 sys_futex0 (int *addr, int op, int val) argument
91 : "0"(SYS_futex), "b" (addr), "c"(op),
/freebsd-9.3-release/sys/ia64/ia64/
H A Dsys_machdep.c44 int op; member in struct:sysarch_args
54 switch(uap->op) {
/freebsd-9.3-release/contrib/gcc/
H A Drecog.c947 general_operand (rtx op, enum machine_mode mode)
949 enum rtx_code code = GET_CODE (op);
952 mode = GET_MODE (op);
956 if (GET_MODE (op) == VOIDmode && mode != VOIDmode
961 if (GET_CODE (op) == CONST_INT
963 && trunc_int_for_mode (INTVAL (op), mode) != INTVAL (op))
966 if (CONSTANT_P (op))
967 return ((GET_MODE (op) == VOIDmode || GET_MODE (op)
941 general_operand(rtx op, enum machine_mode mode) argument
1032 address_operand(rtx op, enum machine_mode mode) argument
1052 register_operand(rtx op, enum machine_mode mode) argument
1098 pmode_register_operand(rtx op, enum machine_mode mode ATTRIBUTE_UNUSED) argument
1107 scratch_operand(rtx op, enum machine_mode mode) argument
1123 immediate_operand(rtx op, enum machine_mode mode) argument
1147 const_int_operand(rtx op, enum machine_mode mode) argument
1163 const_double_operand(rtx op, enum machine_mode mode) argument
1180 nonimmediate_operand(rtx op, enum machine_mode mode) argument
1188 nonmemory_operand(rtx op, enum machine_mode mode) argument
1240 push_operand(rtx op, enum machine_mode mode) argument
1286 pop_operand(rtx op, enum machine_mode mode) argument
1321 memory_operand(rtx op, enum machine_mode mode) argument
1344 indirect_operand(rtx op, enum machine_mode mode) argument
1377 comparison_operator(rtx op, enum machine_mode mode) argument
1605 asm_operand_ok(rtx op, const char *constraint) argument
1865 offsettable_memref_p(rtx op) argument
1875 offsettable_nonstrict_memref_p(rtx op) argument
2301 rtx op = recog_data.operand[opno]; local
[all...]
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DAsmWriterInst.h57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
60 OpType op = isLiteralTextOperand)
61 : OperandType(op), Str(LitStr) {}
67 OpType op = isMachineInstrOperand)
68 : OperandType(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo),
/freebsd-9.3-release/sys/amd64/ia32/
H A Dia32_misc.c56 if (uap->op == I386_SET_LDT || uap->op == I386_GET_LDT) {
59 uap1.op = uap->op;
67 uap1.op = uap->op;
/freebsd-9.3-release/sys/amd64/include/xen/
H A Dhypercall.h159 struct mmuext_op *op, unsigned int count, unsigned int *success_count,
162 return _hypercall4(int, mmuext_op, op, count, success_count, domid);
274 struct evtchn_op op; local
275 op.cmd = cmd;
276 memcpy(&op.u, arg, sizeof(op.u));
277 rc = _hypercall1(int, event_channel_op_compat, &op);
278 memcpy(arg, &op.u, sizeof(op.u));
307 struct physdev_op op; local
158 HYPERVISOR_mmuext_op( struct mmuext_op *op, unsigned int count, unsigned int *success_count, domid_t domid) argument
376 HYPERVISOR_nmi_op( unsigned long op, void *arg) argument
385 HYPERVISOR_hvm_op( int op, void *arg) argument
400 HYPERVISOR_xenoprof_op( int op, void *arg) argument
407 HYPERVISOR_kexec_op( unsigned long op, void *args) argument
[all...]

Completed in 157 milliseconds

1234567891011>>