Searched refs:op (Results 201 - 225 of 847) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libstand/
H A Dbootp.c621 struct dhcp_opt *op; local
633 for (op = opts+1; op->tag && op->tag != tag; op++)
649 switch(op->fmt) {
682 case __8: /* op->fmt is also the length of each field */
683 for (; size > 0 && vp < endv; size -= op->fmt, cp += op->fmt) {
685 if (op
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Dcond.c80 * T -> $(varspec) op value
85 * op -> == | != | > | < | >= | <=
477 const char *op; local
534 op = condExpr;
557 op = "!=";
572 if (((*op != '!') && (*op != '=')) ||
573 (op[1] != '=')) {
619 "op = %.2s\n", lhs, string, op));
[all...]
/freebsd-9.3-release/usr.sbin/apmd/
H A Dapmd.c101 newone->op = oldone->op;
149 newone->evcmd.op = oldone->evcmd.op;
196 assert(p->op->clone);
197 if ((q->next = p->op->clone(p)) == NULL)
210 if (p->op->free)
211 p->op->free(p);
290 assert(p->op->act);
293 status = p->op
[all...]
/freebsd-9.3-release/usr.sbin/wpa/hostapd/
H A Ddriver_freebsd.c54 bsd_set80211(void *priv, int op, int val, const void *arg, int arg_len) argument
61 ireq.i_type = op;
67 wpa_printf(MSG_ERROR, "ioctl[SIOCS80211, op=%u, val=%u, "
68 "arg_len=%u]: %s", op, val, arg_len,
76 bsd_get80211(void *priv, struct ieee80211req *ireq, int op, void *arg, argument
83 ireq->i_type = op;
88 wpa_printf(MSG_ERROR, "ioctl[SIOCS80211, op=%u, "
89 "arg_len=%u]: %s", op, arg_len, strerror(errno));
96 get80211var(struct bsd_driver_data *drv, int op, void *arg, int arg_len) argument
100 if (bsd_get80211(drv, &ireq, op, ar
106 set80211var(struct bsd_driver_data *drv, int op, const void *arg, int arg_len) argument
112 set80211param(struct bsd_driver_data *drv, int op, int arg) argument
153 bsd_send_mlme_param(void *priv, const u8 op, const u16 reason, const u8 *addr) argument
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Dcond.c115 * T -> $(varspec) op value
121 * op -> == | != | > | < | >= | <=
643 char *op;
674 op = condExpr;
726 if (((*op != '!') && (*op != '=')) || (op[1] != '=')) {
733 fprintf(debug_file, "lhs = \"%s\", rhs = \"%s\", op = %.2s\n",
734 lhs, rhs, op);
740 if (*op
635 char *op; local
[all...]
/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII_interfaces.c68 enum snmp_depop op)
77 switch (op) {
160 u_int sub, u_int idx __unused, enum snmp_op op)
162 switch (op) {
192 u_int sub, u_int iidx __unused, enum snmp_op op)
199 switch (op) {
367 u_int sub, u_int iidx __unused, enum snmp_op op)
374 switch (op) {
377 if (op != SNMP_OP_GETNEXT)
67 ifchange_func(struct snmp_context *ctx __unused, struct snmp_dependency *dep, enum snmp_depop op) argument
159 op_interfaces(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int idx __unused, enum snmp_op op) argument
191 op_ifentry(struct snmp_context *ctx, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
366 op_ifxtable(struct snmp_context *ctx, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp187 for (User::op_iterator op = I->op_begin(), E = I->op_end(); op != E; ++op) {
188 Value *V = MapValue(*op, VMap, Flags, TypeMapper, Materializer);
191 *op = V;
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_mkquery.c96 int op, /*!< opcode of query */
115 _res_opcodes[op], dname, p_class(class), p_type(type));
125 hp->opcode = op;
137 switch (op) {
151 if (op == QUERY || data == NULL)
95 res_nmkquery(res_state statp, int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h332 #define DIF_INSTR_FMT(op, r1, r2, d) \
333 (((op) << 24) | ((r1) << 16) | ((r2) << 8) | (d))
337 #define DIF_INSTR_CMP(op, r1, r2) (DIF_INSTR_FMT(op, r1, r2, 0))
339 #define DIF_INSTR_BRANCH(op, label) (((op) << 24) | (label))
340 #define DIF_INSTR_LOAD(op, r1, d) (DIF_INSTR_FMT(op, r1, 0, d))
341 #define DIF_INSTR_STORE(op, r1, d) (DIF_INSTR_FMT(op, r
[all...]
/freebsd-9.3-release/usr.bin/newkey/
H A Dupdate.c83 mapupdate(char *requester, char *mapname, u_int op, u_int keylen, argument
112 (void)fprintf(childargs, "%u\n", op);
237 localupdate(char *name, char *filename, u_int op, u_int keylen __unused, argument
278 switch (op) {
297 switch (op) {
/freebsd-9.3-release/usr.sbin/rpc.ypupdated/
H A Dupdate.c88 mapupdate(char *requester, char *mapname, u_int op, u_int keylen, char *key, argument
117 (void)fprintf(childargs, "%u\n", op);
234 localupdate(char *name, char *filename, u_int op, u_int keylen __unused, argument
275 switch (op) {
294 switch (op) {
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dax-gdb.c105 enum agent_op op, struct type *type);
117 enum agent_op op,
188 enum exp_opcode op = (*pc)->opcode;
191 switch (op)
947 gen_scale (struct agent_expr *ax, enum agent_op op, struct type *type)
954 ax_simple (ax, op);
1066 struct axs_value *value1, struct axs_value *value2, enum agent_op op,
1069 /* We only handle INT op INT. */
1075 TYPE_UNSIGNED (value1->type) ? op_unsigned : op);
1249 int op;
186 enum exp_opcode op = (*pc)->opcode; local
938 gen_scale(struct agent_expr *ax, enum agent_op op, struct type *type) argument
1056 gen_binop(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, enum agent_op op, enum agent_op op_unsigned, int may_carry, char *name) argument
1239 int op; local
1483 enum exp_opcode op = (*pc)[0].opcode; local
[all...]
/freebsd-9.3-release/usr.bin/sed/
H A Dcompile.c475 char c, *text, *op, *sp; local
489 op = sp = text + size;
530 size += sp - op;
541 size += sp - op;
645 const char *op, *np; local
669 op = old;
670 oldlen = mbsrtowcs(NULL, &op, 0, NULL);
687 for (; *op; op++, np++)
688 y->bytetab[(u_char)*op]
736 char *text, *p, *op, *s; local
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dsparc-dis.c139 #define op ldst.anop
193 sparc_opcode_hash *op; local
195 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next)
197 const sparc_opcode *opcode = op->opcode;
456 sparc_opcode_hash *op; local
509 for (op = opcode_hash_table[HASH_INSN (insn)]; op; o
[all...]
/freebsd-9.3-release/contrib/libpcap/tests/
H A Dfiltertest.c163 int op; local
189 while ((op = getopt(argc, argv, "dF:m:Os:")) != -1) {
190 switch (op) {
H A Dnonblocktest.c57 register int op; local
72 while ((op = getopt(argc, argv, "i:")) != -1) {
73 switch (op) {
H A Dopentest.c52 register int op; local
71 while ((op = getopt(argc, argv, "i:Ips:aB:")) != -1) {
72 switch (op) {
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DSpiller.cpp110 MachineOperand &op = mi->getOperand(i); local
111 if (!op.isReg() || op.getReg() != li->reg)
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp91 uint64_t op = getMachineOpValue(MI, MO, Fixups); local
92 assert(op == 0 && "Unexpected operand value!");
93 (void)op; // suppress warning.
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp175 for (int op = AtomicRMWInst::FIRST_BINOP;
176 op <= AtomicRMWInst::LAST_BINOP; ++op) {
177 TsanAtomicRMW[op][i] = NULL;
179 if (op == AtomicRMWInst::Xchg)
181 else if (op == AtomicRMWInst::Add)
183 else if (op == AtomicRMWInst::Sub)
185 else if (op == AtomicRMWInst::And)
187 else if (op == AtomicRMWInst::Or)
189 else if (op
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp44 NonLoc SValBuilder::makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op, argument
51 return nonloc::SymbolVal(SymMgr.getSymIntExpr(lhs, op, rhs, type));
55 BinaryOperator::Opcode op, const SymExpr *rhs,
59 return nonloc::SymbolVal(SymMgr.getIntSymExpr(lhs, op, rhs, type));
62 NonLoc SValBuilder::makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op, argument
66 return nonloc::SymbolVal(SymMgr.getSymSymExpr(lhs, op, rhs, type));
333 SVal SValBuilder::evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, argument
344 return evalBinOpLL(state, op, *LV, *RV, type);
346 return evalBinOpLN(state, op, *LV, rhs.castAs<NonLoc>(), type);
352 assert(op
54 makeNonLoc(const llvm::APSInt& lhs, BinaryOperator::Opcode op, const SymExpr *rhs, QualType type) argument
[all...]
/freebsd-9.3-release/contrib/nvi/common/
H A Dmark.c224 mark_insdel(sp, op, lno)
226 lnop_t op;
232 switch (op) {
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dopcode.h45 #define IBV_OPCODE(transport, op) \
46 IBV_OPCODE_ ## transport ## _ ## op = \
47 IBV_OPCODE_ ## transport + IBV_OPCODE_ ## op
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx_inline.h159 struct scb *scb, int op);
161 struct scb *scb, int op);
197 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) argument
202 /*len*/sizeof(*scb->hscb), op);
206 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op) argument
214 /*len*/sizeof(struct ahc_dma_seg) * scb->sg_count, op);
508 static __inline void ahc_sync_qoutfifo(struct ahc_softc *ahc, int op);
509 static __inline void ahc_sync_tqinfifo(struct ahc_softc *ahc, int op);
514 ahc_sync_qoutfifo(struct ahc_softc *ahc, int op) argument
517 /*offset*/0, /*len*/256, op);
521 ahc_sync_tqinfifo(struct ahc_softc *ahc, int op) argument
[all...]
/freebsd-9.3-release/sys/dev/xen/pcifront/
H A Dpcifront.c216 "pci-op-ref", "%u", pdev->gnt_ref);
362 do_pci_op(struct pcifront_device *pdev, struct xen_pci_op *op) argument
365 struct xen_pci_op *active_op = &pdev->sh_info->op;
371 memcpy(active_op, op, sizeof(struct xen_pci_op));
398 memcpy(op, active_op, sizeof(struct xen_pci_op));
400 err = op->err;
593 struct xen_pci_op op = { local
603 err = do_pci_op(sc->pdev, &op);
606 bus, slot, func, reg, bytes, op.value, err);
609 op
620 struct xen_pci_op op = { local
[all...]

Completed in 305 milliseconds

1234567891011>>