Searched refs:mods (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/crypto/openssh/regress/
H A Dmodpipe.c88 struct modification mods[MAX_MODIFICATIONS]; local
96 parse_modification(optarg, &(mods[num_mods++]));
116 if (mods[i].offset < total ||
117 mods[i].offset >= total + s)
119 switch (mods[i].what) {
121 buf[mods[i].offset - total] ^= mods[i].m1;
124 buf[mods[i].offset - total] &= mods[i].m1;
125 buf[mods[
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-opc.c334 int mods,
394 if (!(mods & ARC_MOD_AUXREG))
463 int mods ATTRIBUTE_UNUSED,
480 int mods ATTRIBUTE_UNUSED,
498 int mods ATTRIBUTE_UNUSED,
518 int mods ATTRIBUTE_UNUSED,
537 int mods ATTRIBUTE_UNUSED,
549 int mods ATTRIBUTE_UNUSED,
561 int mods,
569 myinsn = insert_reg (0, operand,mods, re
330 insert_reg(arc_insn insn, const struct arc_operand *operand, int mods, const struct arc_operand_value *reg, long value, const char **errmsg) argument
557 insert_base(arc_insn insn, const struct arc_operand *operand, int mods, const struct arc_operand_value *reg, long value, const char **errmsg) argument
608 insert_offset(arc_insn insn, const struct arc_operand *operand, int mods, const struct arc_operand_value *reg, long value, const char **errmsg) argument
1075 extract_reg(arc_insn *insn, const struct arc_operand *operand, int mods, const struct arc_operand_value **opval, int *invalid ATTRIBUTE_UNUSED) argument
1302 extract_ld_offset(arc_insn *insn, const struct arc_operand *operand, int mods, const struct arc_operand_value **opval, int *invalid) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c274 LDAP_addmod_generalized_time(LDAPMod *** mods, int modop, argument
284 return LDAP_addmod(mods, modop, attribute, buf);
289 LDAPMod *** mods, int modop,
301 ret = LDAP_addmod(mods, modop, attribute, buf);
389 LDAPMod **mods = NULL; local
449 ret = LDAP_addmod(&mods, LDAP_MOD_ADD, "objectClass", "top");
455 ret = LDAP_addmod(&mods, LDAP_MOD_ADD, "objectClass",
462 ret = LDAP_addmod(&mods, LDAP_MOD_ADD, "objectClass", "krb5Principal");
467 ret = LDAP_addmod(&mods, LDAP_MOD_ADD, "objectClass", "krb5KDCEntry");
483 ret = LDAP_addmod(&mods, LDAP_MOD_REPLAC
288 LDAP_addmod_integer(krb5_context context, LDAPMod *** mods, int modop, const char *attribute, unsigned long l) argument
1650 LDAPMod **mods = NULL; local
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dmodstack.c274 int m = modstack_find(&env->mesh->mods, name);
277 mods.mod[m]->get_mem));
278 return (*env->mesh->mods.mod[m]->get_mem)(env, m);
H A Dmesh.c256 mesh->mods = *stack;
838 for(i=0; i<env->mesh->mods.num; i++) {
900 for(i=0; i<mesh->mods.num; i++) {
901 fptr_ok(fptr_whitelist_mod_clear(mesh->mods.mod[i]->clear));
902 (*mesh->mods.mod[i]->clear)(&mstate->s, i);
1442 mesh->mods.mod[ref->s->s.curmod]->inform_super));
1443 (*mesh->mods.mod[ref->s->s.curmod]->inform_super)(&mstate->s,
1619 mesh->mods.mod[mstate->s.curmod]->name);
1627 if(mesh->mods.num == mstate->s.curmod) {
1636 for(; mstate->s.curmod < mesh->mods
[all...]
H A Dmesh.h84 struct module_stack mods; member in struct:mesh_area
/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim.c421 struct sim_mod mods; local
427 mods.field = SIM_MOD_LOG_LEVEL;
429 if (convert_arguint(gargv[3], &mods.new_value) != 0)
435 err = ioctl(fd, NANDSIM_MODIFY, &mods);
443 debug("request : loglevel = %d\n", mods.new_value);
467 if (convert_arguint(gargv[i + 1], &mods.new_value) != 0)
473 mods.field = SIM_MOD_PROG_TIME;
474 debug("request : progtime = %d\n", mods.new_value);
479 mods.field = SIM_MOD_ERASE_TIME;
480 debug("request : eraseime = %d\n", mods
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Ddaemon.h113 struct module_stack mods; member in struct:daemon
H A Ddaemon.c255 modstack_init(&daemon->mods);
397 if(!modstack_setup(&daemon->mods, daemon->cfg->module_conf,
652 modstack_find(&daemon->mods, "respip") < 0)
658 modstack_find(&daemon->mods, "respip") < 0)
765 modstack_desetup(&daemon->mods, daemon->env);
H A Dstats.c140 int m = modstack_find(&worker->env.mesh->mods, "subnet");
165 int m = modstack_find(&worker->env.mesh->mods, "validator");
188 int m = modstack_find(&worker->env.mesh->mods, "validator");
206 int m = modstack_find(&worker->env.mesh->mods, "iterator");
H A Dworker.c140 for(i=0; i<worker->env.mesh->mods.num; i++) {
142 mods.mod[i]->get_mem));
143 if(strcmp(worker->env.mesh->mods.mod[i]->name, "validator")==0)
144 val += (*worker->env.mesh->mods.mod[i]->get_mem)
147 else if(strcmp(worker->env.mesh->mods.mod[i]->name,
149 subnet += (*worker->env.mesh->mods.mod[i]->get_mem)
152 else iter += (*worker->env.mesh->mods.mod[i]->get_mem)
199 for(i=0; i<worker->env.mesh->mods.num; i++) {
201 mods.mod[i]->get_mem));
202 if(strcmp(worker->env.mesh->mods
[all...]
H A Dremote.c2293 if(!ssl_printf(ssl, "modules: %d [", worker->daemon->mods.num))
2295 for(i=0; i<worker->daemon->mods.num; i++) {
2296 if(!ssl_printf(ssl, " %s", worker->daemon->mods.mod[i]->name))
2341 const char *modname = mesh->mods.mod[m->s.curmod]->name;
2570 int m = modstack_find(&worker->env.mesh->mods, "validator");
/freebsd-11-stable/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c507 SmiModule **mods; local
551 mods = malloc(sizeof(mods[0]) * argc);
552 if (mods == NULL)
558 mods[opt] = smiGetModule(name);
563 if (mods[opt] == NULL) /* smiGetModule failed above */
565 n = smiGetFirstNode(mods[opt], SMI_NODEKIND_ANY);
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Darc.h232 (arc_insn insn, const struct arc_operand *operand, int mods,
260 (arc_insn *insn, const struct arc_operand *operand, int mods,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c3449 struct d_print_mod *mods, int suffix)
3453 if (mods == NULL || d_print_saw_error (dpi))
3456 if (mods->printed
3458 && (mods->mod->type == DEMANGLE_COMPONENT_RESTRICT_THIS
3459 || mods->mod->type == DEMANGLE_COMPONENT_VOLATILE_THIS
3460 || mods->mod->type == DEMANGLE_COMPONENT_CONST_THIS)))
3462 d_print_mod_list (dpi, mods->next, suffix);
3466 mods->printed = 1;
3469 dpi->templates = mods->templates;
3471 if (mods
3448 d_print_mod_list(struct d_print_info *dpi, struct d_print_mod *mods, int suffix) argument
3580 d_print_function_type(struct d_print_info *dpi, const struct demangle_component *dc, struct d_print_mod *mods) argument
3665 d_print_array_type(struct d_print_info *dpi, const struct demangle_component *dc, struct d_print_mod *mods) argument
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c3600 struct d_print_mod *mods, int suffix)
3604 if (mods == NULL || d_print_saw_error (dpi))
3607 if (mods->printed
3609 && (mods->mod->type == DEMANGLE_COMPONENT_RESTRICT_THIS
3610 || mods->mod->type == DEMANGLE_COMPONENT_VOLATILE_THIS
3611 || mods->mod->type == DEMANGLE_COMPONENT_CONST_THIS)))
3613 d_print_mod_list (dpi, mods->next, suffix);
3617 mods->printed = 1;
3620 dpi->templates = mods->templates;
3622 if (mods
3599 d_print_mod_list(struct d_print_info *dpi, struct d_print_mod *mods, int suffix) argument
3731 d_print_function_type(struct d_print_info *dpi, const struct demangle_component *dc, struct d_print_mod *mods) argument
3816 d_print_array_type(struct d_print_info *dpi, const struct demangle_component *dc, struct d_print_mod *mods) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp432 HMODULE mods[1024];
436 if (!EnumProcessModules(process, mods, sizeof(mods), &needed)) {
444 PIMAGE_DOS_HEADER pidh = (PIMAGE_DOS_HEADER)mods[i];
451 info.dso_base = (uintptr_t)mods[i];
453 uintptr_t begin = pish->VirtualAddress + (uintptr_t)mods[i];
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.c370 prime_t mods[NUMPRIMES]; local
378 mods[i] = (prime_t) BN_mod_word(rnd, (BN_ULONG)primes[i]);
386 if (((mods[i] + delta) % primes[i]) <= 1) {
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_layout.c53 static void mods(struct tbl_node *, struct tbl_cell *,
62 mods(struct tbl_node *tbl, struct tbl_cell *cp, function
262 mods(tbl, cell_alloc(tbl, rp, c), ln, p, pos);
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dcontext.h114 struct module_stack mods; member in struct:ub_ctx
H A Dlibunbound.c172 modstack_init(&ctx->mods);
187 modstack_desetup(&ctx->mods, ctx->env);
200 modstack_desetup(&ctx->mods, ctx->env);
320 modstack_desetup(&ctx->mods, ctx->env);
H A Dcontext.c73 if(!modstack_setup(&ctx->mods, cfg->module_conf, ctx->env))
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c263 int mods,
302 insn = (*operand->insert) (insn, operand, mods, reg, (long) val, &errmsg);
1514 int mods;
1533 mods = 0;
1536 mods |= arc_operands[arc_operand_map[(int) *syn]].flags & ARC_MOD_BITS;
1548 insn = (*operand->insert) (insn, operand, mods, NULL, 0, &errmsg);
1593 if (mods & ARC_MOD_DOT)
1640 mods, NULL, suf->value,
1661 mods, NULL, suffix->value,
1752 (insn, operand, mods, re
259 arc_insert_operand(arc_insn insn, const struct arc_operand *operand, int mods, const struct arc_operand_value *reg, offsetT val, char *file, unsigned int line) argument
1507 int mods; local
[all...]
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dfbsdid_test.sh175 these are some local mods to the file
197 these are some local mods to the file
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c522 const char *mods[20]; local
533 nmods = dtrace_provider_modules(g_dtp, mods,
534 sizeof (mods) / sizeof (char *) - 1);
536 if (nmods >= sizeof (mods) / sizeof (char *))
539 mods[nmods++] = "dtrace";
542 oprintf("forceload: drv/%s\n", mods[line]);

Completed in 333 milliseconds

12