Searched refs:location (Results 26 - 50 of 189) sorted by relevance

12345678

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-spi4000.c183 * @param location MDIO register to write
186 static void __cvmx_spi4000_mdio_write(int interface, int port, int location, int val) argument
195 mdio.s.reg_address = location;
215 * @param location MDIO register to read
218 static int __cvmx_spi4000_mdio_read(int interface, int port, int location) argument
226 mdio.s.reg_address = location;
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_regdomain.c71 ic->ic_regdomain.location = ' '; /* both */
325 ie->cc[2] = (rd->location == 'I' ? 'I' :
326 rd->location == 'O' ? 'O' : ' ');
399 if (reg->rd.location != 'I' && reg->rd.location != 'O' &&
400 reg->rd.location != ' ') {
402 "%s: invalid location 0x%x\n", __func__, reg->rd.location);
/freebsd-10.0-release/sys/dev/iicbus/
H A Dmax6690.c181 char location[96]; local
188 /* Fill the sensor location property. */
189 prop_len = OF_getprop(child, "hwsensor-location", location,
190 sizeof(location));
193 strcpy(sc->sc_sensors[i].therm.name, location + len);
194 prev_len = strlen(location + len) + 1;
308 /* Dump sensor location & ID. */
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp368 // 1). -f -l -p [-s -g] (setting breakpoint by source location)
643 // "Set the breakpoint by source location at this particular column."},
929 BreakpointLocation *location = bp->FindLocationByID (cur_bp_id.GetLocationID()).get(); local
930 if (location)
933 location->SetThreadID (m_options.m_thread_id);
936 location->SetThreadIndex(m_options.m_thread_index);
939 location->SetThreadName(m_options.m_thread_name.c_str());
942 location->SetQueueName(m_options.m_queue_name.c_str());
945 location->SetIgnoreCount(m_options.m_ignore_count);
948 location
1081 BreakpointLocation *location = breakpoint->FindLocationByID (cur_bp_id.GetLocationID()).get(); local
1201 BreakpointLocation *location = breakpoint->FindLocationByID (cur_bp_id.GetLocationID()).get(); local
1703 BreakpointLocation *location = breakpoint->FindLocationByID (cur_bp_id.GetLocationID()).get(); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp815 const RegisterInfo *other_reg_info = GetRegisterInfoAtIndex(regloc.location.register_number);
831 success = value.SetUInt (regloc.location.inferred_value, reg_info->byte_size);
842 regloc.location.target_memory_location,
869 const RegisterInfo *other_reg_info = GetRegisterInfoAtIndex(regloc.location.register_number);
889 regloc.location.target_memory_location,
926 // Have we already found this register location?
934 UnwindLogMsg ("supplying caller's saved reg %d's location, cached", lldb_regnum);
951 regloc.location.inferred_value = m_cfa;
957 // Look through the available UnwindPlans for the register location.
976 UnwindLogMsg ("supplying caller's saved reg %d's location usin
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dlibecoff.h238 (bfd *, asection *, void * location, file_ptr, bfd_size_type);
302 (bfd *, asection *, const void * location, file_ptr, bfd_size_type);
H A Dtekhex.c576 char *location = (char *) locationp; local
594 *location = d->chunk_data[low_bits];
596 *location = 0;
600 d->chunk_data[low_bits] = *location;
601 d->chunk_init[low_bits] = (*location != 0);
604 location++;
H A Dbinary.c114 void * location,
119 || bfd_bread (location, count, abfd) != count)
112 binary_get_section_contents(bfd *abfd, asection *section ATTRIBUTE_UNUSED, void * location, file_ptr offset, bfd_size_type count) argument
H A Dsrec.c778 void * location,
792 memcpy (location, (bfd_byte *) section->used_by_bfd + offset,
815 const void * location,
835 memcpy ((void *) data, location, (size_t) bytes_to_do);
963 bfd_byte *location = list->data; local
989 location,
990 location + octets_this_chunk))
994 location += octets_this_chunk;
776 srec_get_section_contents(bfd *abfd, asection *section, void * location, file_ptr offset, bfd_size_type count) argument
813 srec_set_section_contents(bfd *abfd, sec_ptr section, const void * location, file_ptr offset, bfd_size_type bytes_to_do) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h37 const DWARFExpression& location,
172 Declaration m_declaration; // Declaration location for this item.
173 DWARFExpression m_location; // The location of this variable that can be fed to DWARFExpression::Evaluate()
176 m_loc_is_const_data:1; // The m_location expression contains the constant variable value data, not a DWARF location
/freebsd-10.0-release/sys/fs/cd9660/
H A Dcd9660_rrip.h134 char location [ISODCL ( 4, 11)]; member in struct:__anon9751
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Doptions.c445 opt_ctx->handler->location));
470 opt_ctx->handler->location));
503 *corrected_url = opt_ctx->handler->location;
510 opt_ctx->handler->location),
579 handler->location));
H A Dgetdate.c166 handler->location),
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp331 // LC is the location context being destroyed, but SymbolReaper wants a
332 // location context that is still live. (If this is the top-level stack
1199 // Root node should have the location context of the top most function.
1859 /// evalBind - Handle the semantics of binding a value to a specific location.
1863 SVal location, SVal Val,
1873 getCheckerManager().runCheckersForBind(CheckedSet, Pred, location, Val,
1879 // If the location is not a 'Loc', it will already be handled by
1881 if (!location.getAs<Loc>()) {
1884 state = processPointerEscapedOnBind(state, location, Val);
1895 state = processPointerEscapedOnBind(state, location, Va
1861 evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred, SVal location, SVal Val, bool atDeclInit, const ProgramPoint *PP) argument
1922 evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *LocationE, ExplodedNode *Pred, ProgramStateRef state, SVal location, SVal Val, const ProgramPointTag *tag) argument
1945 evalLoad(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
1984 evalLoadCommon(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
2021 evalLocation(ExplodedNodeSet &Dst, const Stmt *NodeEx, const Stmt *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, bool isLoad) argument
[all...]
H A DExprEngineObjC.cpp28 SVal location = state->getLValue(Ex->getDecl(), baseVal); local
32 Bldr.generateNode(Ex, Pred, state->BindExpr(Ex, LCtx, location));
120 // Bind the location to 'nil' on the false branch.
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h11 // distinct location in a function.
327 static bool isKind(const ProgramPoint &location) { argument
328 unsigned k = location.getKind();
342 static bool isKind(const ProgramPoint &location) { argument
343 return location.getKind() == PreLoadKind;
356 static bool isKind(const ProgramPoint &location) { argument
357 return location.getKind() == PreStoreKind;
379 /// \param Loc can be used to store the information about the location
388 /// \brief Returns the information about the location used in the store,
474 /// \brief Construct a PostInitializer point that represents a location afte
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Ddiagnostic.h44 location_t location; member in struct:__anon1030
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dvalue.h64 } location; member in struct:value
69 location.address within the registers structure.
146 location.address field plus the offset field (and the lval
217 #define VALUE_ADDRESS(val) (val)->location.address
218 #define VALUE_INTERNALVAR(val) (val)->location.internalvar
219 #define VALUE_FRAME_REGNUM(val) ((val)->location.regnum)
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DRegAllocBase.cpp43 VerifyRegAlloc("verify-regalloc", cl::location(RegAllocBase::VerifyEnabled),
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h176 /// \param LC The location context of the \p ReferenceStmt. A null location
179 /// \param DiagnosticStmt Used as a location for any warnings that should
184 /// entire location context is being cleared, in which case the
468 /// evalBind - Handle the semantics of binding a value to a specific location.
471 SVal location, SVal Val, bool atDeclInit = false,
492 // be the same as Pred->state, and when 'location' may not be the
500 SVal location,
530 SVal location,
540 ProgramStateRef St, SVal location,
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpoint.h24 lldb::SBBreakpointLocation &location);
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_er.c156 os_free(ap->location);
181 inet_ntoa(ap->addr), ap->location);
337 inet_ntoa(ap->addr), ap->location);
373 inet_ntoa(ap->addr), ap->location);
380 "%s (%s): '%s'", inet_ntoa(ap->addr), ap->location,
388 "%s (%s): '%s'", inet_ntoa(ap->addr), ap->location,
395 inet_ntoa(ap->addr), ap->location, txt);
593 xml_get_first_item(data, "SCPDURL"), ap->location);
597 xml_get_first_item(data, "controlURL"), ap->location);
601 xml_get_first_item(data, "eventSubURL"), ap->location);
634 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
[all...]
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_snmp.h112 * max len (including '\0'), for device_entry::location and
137 u_char *location; member in struct:device_entry
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-impl.h88 uintptr_t pc, const char *location,
409 extern void __mfu_check (void *ptr, size_t sz, int type, const char *location);
/freebsd-10.0-release/share/mk/
H A Dbsd.test.mk52 @echo "*** tests into their final location and run them from ${TESTSBASE}"

Completed in 360 milliseconds

12345678