Searched refs:location (Results 1 - 25 of 208) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp27 /// Fetches the abort frame location depending on the current platform.
31 /// \param[in,out] location
36 bool GetAbortLocation(llvm::Triple::OSType os, SymbolLocation &location) { argument
40 location.module_spec = FileSpec("libsystem_kernel.dylib");
41 location.symbols.push_back(ConstString("__pthread_kill"));
44 location.module_spec = FileSpec("libc.so.6");
45 location.symbols.push_back(ConstString("raise"));
46 location.symbols.push_back(ConstString("__GI_raise"));
47 location.symbols.push_back(ConstString("gsignal"));
58 /// Fetches the assert frame location dependin
67 GetAssertLocation(llvm::Triple::OSType os, SymbolLocation &location) argument
113 SymbolLocation location; local
[all...]
/freebsd-13-stable/sys/mips/cavium/octe/
H A Dethernet-mdio.h38 int cvm_oct_mdio_read(struct ifnet *ifp, int phy_id, int location);
39 void cvm_oct_mdio_write(struct ifnet *ifp, int phy_id, int location, int val);
H A Dethernet-mdio.c59 * @param location Register location to read
62 int cvm_oct_mdio_read(struct ifnet *ifp, int phy_id, int location) argument
71 smi_cmd.s.reg_adr = location;
92 * @param location Register location to write
95 void cvm_oct_mdio_write(struct ifnet *ifp, int phy_id, int location, int val) argument
108 smi_cmd.s.reg_adr = location;
H A Dethernet-mv88e61xx.c82 cvm_oct_mv88e61xx_smi_read(struct ifnet *ifp, int phy_id, int location) argument
94 MV88E61XX_SMI_CMD_REG(location));
104 cvm_oct_mv88e61xx_smi_write(struct ifnet *ifp, int phy_id, int location, int val) argument
113 MV88E61XX_SMI_CMD_REG(location));
/freebsd-13-stable/contrib/libevent/sample/
H A Dhttp-connect.c22 struct evhttp_uri *location; member in struct:connect_base
44 struct evhttp_uri *location = base->location; local
51 evhttp_uri_join(location, buffer, URL_MAX)));
60 struct evhttp_uri *location; local
90 location = evhttp_uri_parse(argv[2]);
91 evhttp_uri_set_scheme(location, NULL);
92 evhttp_uri_set_userinfo(location, 0);
93 evhttp_uri_set_host(location, NULL);
94 evhttp_uri_set_port(location,
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarname-dot-parsedir.exp2 make: "<normalized>" line 34: The location can be faked in some cases.
3 make: "varname-dot-parsedir.mk" line 38: The location is no longer fake.
H A Dvarname-dot-parsefile.exp2 make: "<normalized>" line 29: The location can be faked in some cases.
3 make: "varname-dot-parsefile.mk" line 33: The location is no longer fake.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAnalysisUtils.cpp25 cl::location(EnableARCOpts), cl::init(true), cl::Hidden);
/freebsd-13-stable/tests/sys/sys/
H A Dbitstring_test.c351 int location; local
358 location = 0;
359 bit_ffs_area(bitstr, nbits, 3, &location);
360 ATF_REQUIRE_EQ_MSG(-1, location,
361 "bit_ffs_area: found location of size 3 when only 2 bits are set");
365 location = 0;
366 bit_ffs_area(bitstr, nbits, 3, &location);
367 ATF_REQUIRE_EQ_MSG(5, location,
368 "bit_ffs_area: failed to find location of size 3");
372 location
422 int location; local
[all...]
/freebsd-13-stable/usr.sbin/autofs/autofs/
H A Dinclude_nis_nullfs54 # If a map entry contains multiple location fields, it is not changed.
134 # Assumption: location contains colon (":")
138 # the first location field found on the line
145 # If location not found, do not modify.
147 # If there is more than one location, do not modify. Rationale:
162 # We have a line with exactly one location field
164 # Assumption: location has no more than one colon (":")
166 n=split($locationfield,location,":")
167 if (is_self(location[1])) {
168 $locationfield = ":" location[
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/
H A Dzfs_load-key_common.kshlib65 typeset location=$2
68 if [[ "$keyloc" != "$location" ]]; then
69 log_fail "Expected keylocation $location, got $keyloc"
/freebsd-13-stable/contrib/apr/
H A Dapr-config.in49 location=@APR_CONFIG_LOCATION@
58 --bindir print location where binaries are installed
59 --includedir print location where headers are installed
94 if test "$location" = "installed"; then
123 if test "$location" = "installed"; then
125 elif test "$location" = "source"; then
155 if test "$location" = "installed"; then
157 elif test "$location" = "source"; then
169 if test "$location" = "installed"; then
171 elif test "$location"
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp163 uint64_t location = 2 * ptr_size + valobj_addr; local
164 location = process_sp->ReadPointerFromMemory(location, error);
168 options.SetLocation(location);
181 options.SetLocation(location + 1);
195 uint64_t location = 3 * ptr_size + valobj_addr; local
197 options.SetLocation(location);
208 uint64_t location = valobj_addr + 2 * ptr_size; local
213 location += ptr_size;
215 location
237 lldb::addr_t location = valobj.GetValueAsUnsigned(0) + ptr_size + 4; local
252 uint64_t location = valobj_addr + 2 * ptr_size; local
278 uint64_t location = valobj_addr + 2 * ptr_size; local
[all...]
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mdio.h375 * @param location Register location to read
379 static inline int cvmx_mdio_read(int bus_id, int phy_id, int location) argument
391 rv = mdiobus_read(bus, phy_id, location);
406 smi_cmd.s.reg_adr = location;
425 * @param location Register location to write
431 static inline int cvmx_mdio_write(int bus_id, int phy_id, int location, int val) argument
443 rv = mdiobus_write(bus, phy_id, location, (u16)val);
462 smi_cmd.s.reg_adr = location;
487 cvmx_mdio_45_read(int bus_id, int phy_id, int device, int location) argument
551 cvmx_mdio_45_write(int bus_id, int phy_id, int device, int location, int val) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticHandler.cpp50 cl::Hidden, cl::location(PassRemarksPassedOptLoc), cl::ValueRequired,
59 cl::Hidden, cl::location(PassRemarksMissedOptLoc), cl::ValueRequired,
70 cl::Hidden, cl::location(PassRemarksAnalysisOptLoc), cl::ValueRequired,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, argument
73 if (!isLoad || !location.isValid())
78 if (isGlobalConstString(location)) {
79 SVal V = State->getSVal(location.castAs<Loc>());
/freebsd-13-stable/sys/sys/
H A Dbio.h157 void biotrack_buf(struct bio *bp, const char *location);
160 biotrack(struct bio *bp, const char *location) argument
164 biotrack_buf(bp, location);
168 biotrack(struct bio *bp __unused, const char *location __unused)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp47 return SM.isBeforeInTranslationUnit(T.location(), R.getBegin());
51 return !SM.isBeforeInTranslationUnit(R.getEnd(), T.location());
69 auto FirstLoc = First.location(), LastLoc = Last.location();
89 // Normally mapping back to expansion location here only changes FileID, as
114 const char *Start = SM.getCharacterData(location(), &Invalid);
120 assert(location().isFileID() && "must be a spelled token");
123 std::tie(File, StartOffset) = SM.getDecomposedLoc(location());
203 SourceMgr->getFileID(SourceMgr->getExpansionLoc(Expanded->location())));
252 assert(Spelled.front().location()
[all...]
/freebsd-13-stable/contrib/apr-util/
H A Dapu-config.in44 location=@APU_CONFIG_LOCATION@
53 --bindir print location where binaries are installed
55 --includedir print location where headers are installed
86 if test "$location" = "installed"; then
130 if test "$location" = "installed"; then
132 elif test "$location" = "source"; then
142 if test "$location" = "installed"; then
144 elif test "$location" = "source"; then
163 if test "$location" = "installed"; then
164 ### avoid using -L if libdir is a "standard" location lik
[all...]
/freebsd-13-stable/tools/tools/notescheck/
H A Dnotescheck.py29 location = "" variable
65 self.type_location = location
68 (self.name, self.type, type, location))
175 global location
181 # Update parsing location
183 location = ' at %s:%d' % (file, i)
214 location = ""
229 print("Failed to tokenize: %s%s" (line, location), file=sys.stderr)
261 print("Invalid files line: %s%s" % (line, location), file=sys.stderr)
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dwps_er_ssdp.c29 char *location = NULL; local
76 location = start;
113 if (!location)
114 return; /* Unknown location */
121 location, inet_ntoa(addr.sin_addr), max_age);
123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
H A Dwps_er.h38 char *location; member in struct:wps_er_ap
103 const char *location, int max_age);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp90 if (g.location) {
91 Report(" location (%p): name=%s[%p], %d %d\n", g.location,
92 g.location->filename, g.location->filename, g.location->line_no,
93 g.location->column_no);
301 // Prefer the filename from source location, if is available.
302 if (g.location) res = g.location
[all...]
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c54 free(entry_p->location); \
101 device_entry_create(const char *name, const char *location, const char *descr) argument
108 assert((name[0] != 0) || (location[0] != 0));
110 if (name[0] == 0 && location[0] == 0)
118 strcmp(map->location_key, location) == 0) {
155 location_len = strlen(location) + 1;
169 strlcpy(map->location_key, location, location_len);
173 name, location, map->hrIndex);
176 name, location, map->hrIndex);
194 if ((entry->location
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp86 // While parsing skipped files, location of macros is invalid.
87 // Invalid location represents line zero.
174 // Record the line location of the current included file.
181 SourceLocation location = getCorrectLocation(MacroNameTok.getLocation()); local
187 llvm::dwarf::DW_MACINFO_define, location, local
195 SourceLocation location = getCorrectLocation(MacroNameTok.getLocation()); local
197 llvm::dwarf::DW_MACINFO_undef, location, local

Completed in 293 milliseconds

123456789