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

1234567891011

/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-mdio.h37 int cvm_oct_mdio_read(struct ifnet *ifp, int phy_id, int location);
38 void cvm_oct_mdio_write(struct ifnet *ifp, int phy_id, int location, int val);
H A Dethernet-mdio.c58 * @param location Register location to read
61 int cvm_oct_mdio_read(struct ifnet *ifp, int phy_id, int location) argument
70 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.c80 cvm_oct_mv88e61xx_smi_read(struct ifnet *ifp, int phy_id, int location) argument
92 MV88E61XX_SMI_CMD_REG(location));
102 cvm_oct_mv88e61xx_smi_write(struct ifnet *ifp, int phy_id, int location, int val) argument
111 MV88E61XX_SMI_CMD_REG(location));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAnalysisUtils.cpp25 cl::location(EnableARCOpts), cl::init(true), cl::Hidden);
/freebsd-11-stable/etc/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-11-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-11-stable/contrib/amd/amd/
H A Dsun_map_parse.y115 * Assign the global location list to this entry and reset the
141 * Assign the global location list to this entry and reset the
224 mountpoint : WORD WSPACE location {
247 | WORD WSPACE '-' options WSPACE location {
262 * Assign the global location list to this entry and reset the
286 locations : location
287 | location WSPACE locations
290 location : hosts ':' WORD { label
293 struct sun_location *location;
295 /* allocate a new location */
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp164 uint64_t location = 2 * ptr_size + valobj_addr; local
165 location = process_sp->ReadPointerFromMemory(location, error);
169 options.SetLocation(location);
182 options.SetLocation(location + 1);
196 uint64_t location = 3 * ptr_size + valobj_addr; local
198 options.SetLocation(location);
209 uint64_t location = valobj_addr + 2 * ptr_size; local
214 location += ptr_size;
216 location
238 lldb::addr_t location = valobj.GetValueAsUnsigned(0) + ptr_size + 4; local
253 uint64_t location = valobj_addr + 2 * ptr_size; local
279 uint64_t location = valobj_addr + 2 * ptr_size; local
[all...]
/freebsd-11-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-11-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-11-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>());
H A DObjCSelfInitChecker.cpp54 static bool isSelfVar(SVal location, CheckerContext &C);
74 void checkLocation(SVal location, bool isLoad, const Stmt *S,
300 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, argument
310 if (isSelfVar(location, C))
311 addSelfFlag(state, state->getSVal(location.castAs<Loc>()), SelfFlag_Self,
409 /// Returns true if the location is 'self'.
410 static bool isSelfVar(SVal location, CheckerContext &C) { argument
414 if (!location.getAs<loc::MemRegionVal>())
417 loc::MemRegionVal MRV = location.castAs<loc::MemRegionVal>();
H A DUndefinedAssignmentChecker.cpp29 void checkBind(SVal location, SVal val, const Stmt *S,
34 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, argument
/freebsd-11-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-11-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-11-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-11-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-11-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-11-stable/contrib/binutils/bfd/
H A Dreloc.c307 . {* Notes that the relocation is relative to the location in the
309 . subtract from the relocation value the address of the location
654 location. RELOCATION is already the address of the symbol.
657 the location.
660 of the location within the section. Some targets arrange for
661 the addend to be the negative of the position of the location
664 include the position of the location; for example, m88kbcs,
670 up with the negative of the location within the section,
672 in the location within the section. If pcrel_offset is TRUE
734 the new value to the location i
1379 _bfd_relocate_contents(reloc_howto_type *howto, bfd *input_bfd, bfd_vma relocation, bfd_byte *location) argument
1553 _bfd_clear_contents(reloc_howto_type *howto, bfd *input_bfd, bfd_byte *location) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dinput.h28 /* The location for declarations in "<built-in>" */
38 /* The line-location in the source file. */
57 /* The line-location in the source file. */
74 location_t location; member in struct:file_stack
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_info.c99 ASN1_SIMPLE(ACCESS_DESCRIPTION, location, GENERAL_NAME)
124 tmp = i2v_GENERAL_NAME(method, desc->location, tret);
184 if (!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
214 i2a_GENERAL_NAME(bp, a->location);
/freebsd-11-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
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp86 cl::location(DebugFlag));
119 cl::location(DebugOnlyOptLoc), cl::ValueRequired);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp51 const char *Start = SM.getCharacterData(location(), &Invalid);
57 assert(location().isFileID() && "must be a spelled token");
60 std::tie(File, StartOffset) = SM.getDecomposedLoc(location());
127 return SourceMgr->isBeforeInTranslationUnit(T.location(), R.getBegin());
131 return !SourceMgr->isBeforeInTranslationUnit(R.getEnd(), T.location());
151 SourceMgr->getFileID(SourceMgr->getExpansionLoc(Expanded->location())));
209 FileID FID = SourceMgr->getFileID(BeginSpelled->location());
211 if (FID != SourceMgr->getFileID(LastSpelled->location()))
234 assert(Spelled->location().isFileID() && "not a spelled token");
235 auto FileIt = Files.find(SourceMgr->getFileID(Spelled->location()));
[all...]

Completed in 201 milliseconds

1234567891011