Searched refs:op (Results 51 - 75 of 1141) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_mib.h30 extern int ar40xx_hw_mib_op(struct ar40xx_softc *sc, uint32_t op);
H A Dar40xx_hw_vtu.c78 ar40xx_hw_vtu_op(struct ar40xx_softc *sc, uint32_t op, uint32_t val) argument
83 "%s: called; op=0x%08x, val=0x%08x\n",
84 __func__, op, val);
91 if ((op & AR40XX_VTU_FUNC1_OP) == AR40XX_VTU_FUNC1_OP_LOAD) {
96 op |= AR40XX_VTU_FUNC1_BUSY;
97 AR40XX_REG_WRITE(sc, AR40XX_REG_VTU_FUNC1, op);
112 uint32_t op, val, mode; local
119 op = AR40XX_VTU_FUNC1_OP_LOAD | (vid << AR40XX_VTU_FUNC1_VID_S);
136 ret = ar40xx_hw_vtu_op(sc, op, val);
162 uint32_t op, re local
[all...]
/freebsd-current/contrib/elftoolchain/ar/benchmark/
H A Dacp.sh43 for op in "cru $dst $src/*" "t $dst" "x `basename $dst`"; do
46 echo $op | grep -q ^cr && echo -n "create "
47 echo $op | grep -q ^t && echo -n "list "
48 echo $op | grep -q ^x && echo -n "extract "
51 echo $op | grep -q ^cr && rm -f $dst
52 echo $op | grep -q ^x && { rm -rf $ext; mkdir -p $ext
55 time $ar $op > /dev/null 2>> /tmp/acp
56 echo $op | grep -q ^x && cd $THISDIR
/freebsd-current/sys/amd64/ia32/
H A Dia32_misc.c53 if (uap->op == I386_SET_LDT || uap->op == I386_GET_LDT) {
56 uap1.op = uap->op;
64 uap1.op = uap->op;
/freebsd-current/usr.bin/chpass/
H A Dchpass.c69 enum { NEWSH, LOADENTRY, EDITENTRY, NEWPW, NEWEXP } op; local
81 op = EDITENTRY;
89 op = LOADENTRY;
93 op = NEWSH;
97 op = NEWPW;
101 op = NEWEXP;
130 if (op == EDITENTRY || op == NEWSH || op == NEWPW || op
[all...]
/freebsd-current/contrib/tcsh/
H A Dtc.alloc.c254 union overhead *op; local
265 op = (union overhead *) sbrk(0);
266 memtop = (char *) op;
269 if ((long) op & 0x3ff) {
270 memtop = sbrk((int) (1024 - ((long) op & 0x3ff)));
271 memtop += (long) (1024 - ((long) op & 0x3ff));
278 op = (union overhead *) memtop;
280 if ((long) op == -1)
287 if (((U_long) op) & ROUNDUP) {
288 op
310 union overhead *op; local
390 union overhead *op; local
466 const union overhead *op = (const union overhead *) local
[all...]
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c53 p = m->op->start(m, ppos);
54 rc = m->op->show(m, p);
141 _seq_open_without_sbuf(struct linux_file *f, const struct seq_operations *op) argument
149 p->op = op;
155 seq_open(struct linux_file *f, const struct seq_operations *op) argument
159 ret = _seq_open_without_sbuf(f, op);
167 __seq_open_private(struct linux_file *f, const struct seq_operations *op, int size) argument
177 error = seq_open(f, op);
192 struct seq_operations *op; local
263 const struct seq_operations *op; local
[all...]
/freebsd-current/tools/test/stress2/testcases/swap/
H A Dswap.c61 if (op->hog == 0) {
66 if (op->hog == 1) {
71 if (op->hog == 2) {
76 if (op->hog >= 3) {
102 size = size / op->incarnations;
112 if (op->verbose > 1 && nb == 0)
115 op->incarnations), op->incarnations);
146 if (op->verbose > 1 && size != oldsize)
152 (time(NULL) - start) < op
[all...]
/freebsd-current/tools/test/stress2/testcases/symlink/
H A Dsymlink.c55 size = in / op->incarnations;
58 if (op->hog == 0)
67 reserve_in = 1 * size * op->incarnations + op->incarnations;
68 reserve_bl = 26 * size * op->incarnations;
76 if (op->verbose > 1)
78 size, op->incarnations, bl/1024, in, reserve_bl/1024, reserve_in);
/freebsd-current/contrib/libedit/
H A Dprompt.c83 prompt_print(EditLine *el, int op) argument
88 if (op == EL_PROMPT)
152 prompt_set(EditLine *el, el_pfunc_t prf, wchar_t c, int op, int wide) argument
156 if (op == EL_PROMPT || op == EL_PROMPT_ESC)
162 if (op == EL_PROMPT || op == EL_PROMPT_ESC)
184 prompt_get(EditLine *el, el_pfunc_t *prf, wchar_t *c, int op) argument
191 if (op == EL_PROMPT)
/freebsd-current/contrib/nvi/common/
H A Doptions_f.c31 f_altwerase(SCR *sp, OPTION *op, char *str, u_long *valp) argument
42 f_columns(SCR *sp, OPTION *op, char *str, u_long *valp) argument
72 f_lines(SCR *sp, OPTION *op, char *str, u_long *valp) argument
125 f_lisp(SCR *sp, OPTION *op, char *str, u_long *valp) argument
135 f_msgcat(SCR *sp, OPTION *op, char *str, u_long *valp) argument
145 f_print(SCR *sp, OPTION *op, char *str, u_long *valp) argument
147 int offset = op - sp->opts;
170 f_readonly(SCR *sp, OPTION *op, char *str, u_long *valp) argument
187 f_recompile(SCR *sp, OPTION *op, char *str, u_long *valp) argument
204 f_reformat(SCR *sp, OPTION *op, cha argument
214 f_ttywerase(SCR *sp, OPTION *op, char *str, u_long *valp) argument
225 f_w300(SCR *sp, OPTION *op, char *str, u_long *valp) argument
242 f_w1200(SCR *sp, OPTION *op, char *str, u_long *valp) argument
259 f_w9600(SCR *sp, OPTION *op, char *str, u_long *valp) argument
276 f_window(SCR *sp, OPTION *op, char *str, u_long *valp) argument
288 f_encoding(SCR *sp, OPTION *op, char *str, u_long *valp) argument
[all...]
/freebsd-current/crypto/openssl/test/testutil/
H A Dtu_local.h24 const char *op);
29 const char *op, const char *m1, size_t l1,
35 const char *op,
40 const char *op, const BIGNUM *bn);
45 const char *op,
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_lookup.c315 iplookupop_t op; local
320 err = BCOPYIN(data, &op, sizeof(op));
326 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
327 (op.iplo_unit != IPLT_ALL)) {
332 op.iplo_name[sizeof(op.iplo_name) - 1] = '\0';
335 if (op.iplo_type == (*l)->ipfl_type) {
338 &op, ui
365 iplookupop_t op; local
413 iplookupop_t op; local
474 iplookupop_t op; local
521 iplookupop_t op; local
[all...]
/freebsd-current/lib/libc/gen/
H A Dsetmode.c169 char op, *ep; local
243 getop: if ((op = *p++) != '+' && op != '-' && op != '=') {
247 if (op == '=')
286 ADDCMD(op, who, perm, mask);
289 if (op == '=')
291 if (op == '+' && permXbits) {
295 ADDCMD(*p, who, op, mask);
303 if (perm || (op
372 addcmd(BITCMD *set, mode_t op, mode_t who, mode_t oparg, mode_t mask) argument
439 int setbits, clrbits, Xbits, op; local
[all...]
/freebsd-current/usr.bin/tcopy/
H A Dtcopy.c67 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ; local
84 op = COPYVERIFY;
95 op = VERIFY;
109 if (op != READ)
114 if (op != READ)
119 if (op == READ)
120 op = COPY;
122 if ((outp = open(argv[1], op == VERIFY ? O_RDONLY :
123 op == COPY ? O_WRONLY : O_RDWR, DEFFILEMODE)) < 0)
135 if (op
300 struct mtop op; local
[all...]
/freebsd-current/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c166 && ctx->op.kex.algctx != NULL)
168 && ctx->op.sig.algctx != NULL)
170 && ctx->op.ciph.algctx != NULL)
172 && ctx->op.keymgmt.genctx != NULL)
174 && ctx->op.encap.algctx != NULL))
381 if (ctx->op.sig.algctx != NULL && ctx->op.sig.signature != NULL)
382 ctx->op.sig.signature->freectx(ctx->op.sig.algctx);
383 EVP_SIGNATURE_free(ctx->op
949 evp_pkey_ctx_set_md(EVP_PKEY_CTX *ctx, const EVP_MD *md, int fallback, const char *param, int op, int ctrl) argument
996 evp_pkey_ctx_set1_octet_string(EVP_PKEY_CTX *ctx, int fallback, const char *param, int op, int ctrl, const unsigned char *data, int datalen) argument
1135 evp_pkey_ctx_set_uint64(EVP_PKEY_CTX *ctx, const char *param, int op, int ctrl, uint64_t val) argument
1197 EVP_PKEY_CTX_set_kem_op(EVP_PKEY_CTX *ctx, const char *op) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueRegex.cpp31 VarSetOperationType op) {
33 switch (op) {
39 error = OptionValue::SetValueFromString(value, op);
30 SetValueFromString(llvm::StringRef value, VarSetOperationType op) argument
H A DOptionValueChar.cpp35 VarSetOperationType op) {
37 switch (op) {
55 error = OptionValue::SetValueFromString(value, op);
34 SetValueFromString(llvm::StringRef value, VarSetOperationType op) argument
H A DOptionValueFormat.cpp34 VarSetOperationType op) {
36 switch (op) {
58 error = OptionValue::SetValueFromString(value, op);
33 SetValueFromString(llvm::StringRef value, VarSetOperationType op) argument
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_ioc.h79 uint32_t op; member in struct:sfxge_ioc_s
88 uint32_t op; member in struct:sfxge_ioc_s::__anon4536::__anon4538
97 uint8_t op; member in struct:sfxge_ioc_s::__anon4536::__anon4539
/freebsd-current/tools/test/stress2/testcases/creat/
H A Dcreat.c56 size = in / op->incarnations;
59 if (op->hog == 0)
68 reserve_in = 1 * size * op->incarnations + size;
69 reserve_bl = 29 * size * op->incarnations;
77 if (op->verbose > 1)
79 size, op->incarnations, bl/1024, in, reserve_bl/1024, reserve_in);
/freebsd-current/tools/test/stress2/testcases/mkdir/
H A Dmkdir.c52 size = in / op->incarnations;
55 if (op->hog == 0)
63 reserve_in = 1 * size * op->incarnations;
64 reserve_bl = 4096 * size * op->incarnations;
72 if (op->verbose > 1)
74 size, op->incarnations, bl/1024, in, reserve_bl/1024, reserve_in);
/freebsd-current/sys/dev/firewire/
H A Dfwdma.h77 fwdma_sync(struct fwdma_alloc *dma, bus_dmasync_op_t op) argument
79 bus_dmamap_sync(dma->dma_tag, dma->dma_map, op);
84 int start, int end, bus_dmasync_op_t op)
91 bus_dmamap_sync(am->dma_tag, seg->dma_map, op);
95 fwdma_sync_multiseg_all(struct fwdma_alloc_multi *am, bus_dmasync_op_t op) argument
102 bus_dmamap_sync(am->dma_tag, seg->dma_map, op);
83 fwdma_sync_multiseg(struct fwdma_alloc_multi *am, int start, int end, bus_dmasync_op_t op) argument
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterInst.h53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
56 OpType op = isLiteralTextOperand)
57 : OperandType(op), Str(LitStr) {}
61 OpType op = isMachineInstrOperand, bool PCRel = false)
62 : OperandType(op), MIOpNo(_MIOpNo), Str(Printer), MiModifier(Modifier),
/freebsd-current/contrib/bsnmp/snmp_mibII/
H A DmibII_ifmib.c41 u_int sub, u_int idx __unused, enum snmp_op op)
43 switch (op) {
40 op_ifmib(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int idx __unused, enum snmp_op op) argument

Completed in 339 milliseconds

1234567891011>>