Searched refs:def (Results 151 - 175 of 502) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/librpcsec_gss/
H A DMakefile11 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/share/mk/
H A Dbsd.snmpmod.mk10 ${MOD}_oid.h: ${MOD}_tree.def ${EXTRAMIBDEFS} ${EXTRAMIBSYMS}
15 ${MOD}_tree.c ${MOD}_tree.h: ${MOD}_tree.def ${EXTRAMIBDEFS}
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_mibII/
H A DMakefile19 DEFS= ${MOD}_tree.def
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i324 def template_arg_array(self):
346 def get_bases_array(self):
353 def get_vbases_array(self):
360 def get_fields_array(self):
367 def get_members_array(self):
405 def get_enum_members_array(self):
476 def __iter__(self):
480 def __len__(self):
H A DSBUnixSignals.i65 def get_unix_signals_list(self):
H A DSBValueList.i17 def get_registers(frame, kind):
29 def get_GPRs(frame):
42 def get_FPRs(frame):
55 def get_ESRs(frame):
129 def __iter__(self):
133 def __len__(self):
136 def __getitem__(self, key):
/freebsd-11-stable/bin/stty/
H A Dkey.c260 struct termios def; local
262 cfmakesane(&def);
263 ip->t.c_cflag = def.c_cflag | (ip->t.c_cflag & CLOCAL);
264 ip->t.c_iflag = def.c_iflag;
267 ip->t.c_lflag = def.c_lflag | (ip->t.c_lflag & LKEEP);
268 ip->t.c_oflag = def.c_oflag;
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dent_setup.c139 kadm5_principal_ent_t def,
160 attr_to_flags(def->attributes, &ent->entry.flags);
174 if(def->max_life)
175 set_value(ent->entry.max_life, def->max_life);
190 if(def->max_renewable_life)
191 set_value(ent->entry.max_renew, def->max_renewable_life);
134 _kadm5_setup_entry(kadm5_server_context *context, hdb_entry_ex *ent, uint32_t mask, kadm5_principal_ent_t princ, uint32_t princ_mask, kadm5_principal_ent_t def, uint32_t def_mask) argument
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_parse.c124 tailp = &defp->def.st.decls;
155 vtailp = &defp->def.pr.versions;
156 tailp = &defp->def.st.decls;
239 defp->def.pr.prog_num = tok.str;
255 tailp = &defp->def.en.vals;
283 defp->def.co = tok.str;
300 defp->def.un.enum_decl = dec;
301 tailp = &defp->def.un.cases;
337 defp->def.un.default_decl = XALLOC(declaration);
338 *defp->def
[all...]
H A Drpc_main.c380 definition *def; local
397 while ( (def = get_definition()) ) {
398 emit(def);
482 definition *def; local
518 while ( (def = get_definition()) ) {
519 print_datadef(def, headeronly);
570 definition *def; local
631 while ( (def = get_definition()) ) {
632 foundprogram |= (def->def_kind == DEF_PROGRAM);
656 definition *def; local
686 definition *def; local
708 definition *def; local
741 definition *def; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp230 const coff_aux_section_definition *def,
270 if (def)
271 c->checksum = def->CheckSum;
302 COFFSymbolRef sym, const coff_aux_section_definition *def) {
303 readAssociativeDefinition(sym, def, def->getNumber(sym.isBigObj()));
307 const coff_aux_section_definition *def,
335 SectionChunk *c = readSection(sectionNumber, def, "");
364 COFFSymbolRef sym, const coff_aux_section_definition *def,
374 readAssociativeDefinition(sym, def, parentSy
229 readSection(uint32_t sectionNumber, const coff_aux_section_definition *def, StringRef leaderName) argument
301 readAssociativeDefinition( COFFSymbolRef sym, const coff_aux_section_definition *def) argument
306 readAssociativeDefinition(COFFSymbolRef sym, const coff_aux_section_definition *def, uint32_t parentIndex) argument
363 maybeAssociateSEHForMingw( COFFSymbolRef sym, const coff_aux_section_definition *def, const DenseMap<StringRef, uint32_t> &prevailingSectionMap) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-scalar-evolution.c377 tree def = SSA_NAME_DEF_STMT (chrec);
378 struct loop *def_loop = loop_containing_stmt (def);
1368 follow_ssa_edge (struct loop *loop, tree def, tree halting_phi,
1373 if (TREE_CODE (def) == NOP_EXPR)
1380 def_loop = loop_containing_stmt (def);
1382 switch (TREE_CODE (def))
1385 if (!loop_phi_node_p (def))
1391 (loop, def, halting_phi, evolution_of_loop, limit);
1396 if (def == halting_phi)
1408 (loop, def, halting_ph
376 tree def = SSA_NAME_DEF_STMT (chrec); local
1365 follow_ssa_edge(struct loop *loop, tree def, tree halting_phi, tree *evolution_of_loop, int limit) argument
1908 tree def, type = TREE_TYPE (var); local
2954 tree def, rslt, ass, niter; local
[all...]
H A Dtree-into-ssa.c345 set_current_def (tree var, tree def) argument
348 get_ssa_name_ann (var)->current_def = def;
350 var_ann (var)->current_def = def;
728 tree stmt, def; local
768 FOR_EACH_SSA_TREE_OPERAND (def, stmt, iter, SSA_OP_DEF | SSA_OP_VMUSTDEF)
770 gcc_assert (DECL_P (def));
771 set_def_block (def, bb, false);
772 bitmap_set_bit (kills, DECL_UID (def));
850 do not create any phi nodes in def blocks, unless they are also livein. */
866 then for each of them find the nearest def tha
1232 register_new_def(tree def, VEC(tree,heap) **block_defs_p) argument
1741 tree def = DEF_FROM_PTR (def_p); local
2276 tree def = DEF_FROM_PTR (def_p); local
2285 tree def = DEF_FROM_PTR (def_p); local
2568 create_new_def_for(tree old_name, tree stmt, def_operand_p def) argument
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dfile.c105 #define OPT(shortname, longname, opt, def, doc) \
107 #define OPT_LONGONLY(longname, opt, def, doc, id) \
138 size_t def; member in struct:__anon6
612 defprint(int def) argument
614 if (!def)
616 if (((def & 1) && posixly) || ((def & 2) && !posixly))
622 docprint(const char *opts, int def) argument
631 defprint(def);
654 fprintf(stdout, "%9s %7zu %s", pm[i].name, pm[i].def,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp130 if (!SlotIndex::isEarlierInstr(VNI->def, LIP.second) && VNI->def < MBBEnd)
172 UseSlots.push_back(VNI->def);
174 // Get use slots form the use-def chain.
255 // When not live in, the first use should be a def.
257 assert(LVI->start == LVI->valno->def && "Dangling Segment start");
258 assert(LVI->start == BI.FirstInstr && "First instr should be a def");
288 // A Segment that starts in the middle of the block must be a def.
289 assert(LVI->start == LVI->valno->def && "Dangling Segment start");
421 SlotIndex Def = VNI->def;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp414 void LTOModule::addDefinedSymbol(StringRef Name, const GlobalValue *def, argument
417 uint32_t align = def->getAlignment();
424 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def);
432 if (def->hasWeakLinkage() || def->hasLinkOnceLinkage())
434 else if (def->hasCommonLinkage())
440 if (def->hasLocalLinkage())
443 else if (def->hasHiddenVisibility())
445 else if (def->hasProtectedVisibility())
447 else if (def
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dreloc16.c71 value = (h->u.def.value
72 + h->u.def.section->output_section->vma
73 + h->u.def.section->output_offset);
130 h->root.u.def.value -= slip;
131 BFD_ASSERT (h->root.u.def.value == p->value);
H A Delf-vxworks.c175 && (*rel_hash)->root.u.def.section->output_section != NULL)
188 asection *sec = (*rel_hash)->root.u.def.section;
193 irela[j].r_addend += (*rel_hash)->root.u.def.value;
H A Di386linux.c498 && ! bfd_is_abs_section (h1->root.root.u.def.section))
516 && bfd_is_abs_section (h->root.root.u.def.section))
518 f = new_fixup (info, h1, f1->h->root.root.u.def.value, 0);
527 && bfd_is_abs_section (h->root.root.u.def.section))
529 f = new_fixup (info, h1, h->root.root.u.def.value, 0);
541 if (bfd_is_abs_section (h->root.root.u.def.section))
657 is = f->h->root.root.u.def.section;
659 new_addr = f->h->root.root.u.def.value + section_offset;
707 is = f->h->root.root.u.def.section;
709 new_addr = f->h->root.root.u.def
[all...]
H A Dsparclinux.c497 && ! bfd_is_abs_section (h1->root.root.u.def.section))
515 && bfd_is_abs_section (h->root.root.u.def.section))
517 f = new_fixup (info, h1, f1->h->root.root.u.def.value, 0);
526 && bfd_is_abs_section (h->root.root.u.def.section))
528 f = new_fixup (info, h1, h->root.root.u.def.value, 0);
540 if (bfd_is_abs_section (h->root.root.u.def.section))
656 is = f->h->root.root.u.def.section;
658 new_addr = f->h->root.root.u.def.value + section_offset;
706 is = f->h->root.root.u.def.section;
708 new_addr = f->h->root.root.u.def
[all...]
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dwr_atab.c249 write_amount( qelem *q, char *def) argument
283 if (*def)
284 fprintf(af, "%s;", def);
301 if (*def)
302 fprintf(af, "%s;", def);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.h38 const char *def, size_t *l);
40 LUALIB_API lua_Number (luaL_optnumber) (lua_State *L, int nArg, lua_Number def);
44 lua_Integer def);
47 lua_Unsigned def);
61 LUALIB_API int (luaL_checkoption) (lua_State *L, int narg, const char *def,
/freebsd-11-stable/sys/dev/extres/regulator/
H A Dregulator.c233 struct regnode_init_def *def)
237 KASSERT(def->name != NULL, ("regulator name is NULL"));
238 KASSERT(def->name[0] != '\0', ("regulator name is empty"));
241 if (regnode_find_by_name(def->name) != NULL)
242 panic("Duplicated regulator registration: %s\n", def->name);
259 if (def->flags & REGULATOR_FLAGS_STATIC) {
260 regnode->name = def->name;
261 regnode->parent_name = def->parent_name;
263 regnode->name = strdup(def->name, M_REGULATOR);
264 if (def
232 regnode_create(device_t pdev, regnode_class_t regnode_class, struct regnode_init_def *def) argument
883 regulator_parse_ofw_stdparam(device_t pdev, phandle_t node, struct regnode_init_def *def) argument
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dgethost.c167 static const char def[] = "defined("; /* ) */ local
174 if (!strstr(defs, def))
179 for (ptr = defs; (bptr = strstr(ptr, def)) != NULL; ptr = eptr + 1) {
183 if ((eptr = strchr(ptr + sizeof(def) - 1, ')')) == NULL) {
190 name = bptr + sizeof(def) - 1;
/freebsd-11-stable/sys/arm/allwinner/
H A Daxp209.c336 struct axp2xx_regdef *def; member in struct:axp2xx_reg_sc
666 axp2xx_read(sc->base_dev, sc->def->enable_reg, &val, 1);
668 val |= sc->def->enable_mask;
670 val &= ~sc->def->enable_mask;
671 axp2xx_write(sc->base_dev, sc->def->enable_reg, val);
681 if (val < sc->def->voltage_nstep)
682 *uv = sc->def->voltage_min + val * sc->def->voltage_step;
684 *uv = sc->def->voltage_min +
685 (sc->def
1128 axp2xx_reg_attach(device_t dev, phandle_t node, struct axp2xx_regdef *def) argument
[all...]

Completed in 377 milliseconds

1234567891011>>