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

12345678

/freebsd-10.0-release/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.c57 * @param location Register location to read
60 int cvm_oct_mdio_read(struct ifnet *ifp, int phy_id, int location) argument
69 smi_cmd.s.reg_adr = location;
90 * @param location Register location to write
93 void cvm_oct_mdio_write(struct ifnet *ifp, int phy_id, int location, int val) argument
106 smi_cmd.s.reg_adr = location;
H A Dethernet-mv88e61xx.c79 cvm_oct_mv88e61xx_smi_read(struct ifnet *ifp, int phy_id, int location) argument
91 MV88E61XX_SMI_CMD_REG(location));
101 cvm_oct_mv88e61xx_smi_write(struct ifnet *ifp, int phy_id, int location, int val) argument
110 MV88E61XX_SMI_CMD_REG(location));
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dsnmpd.config38 location := "Room 200"
87 sysLocation = $(location)
/freebsd-10.0-release/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-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp34 cl::location(EnableARCOpts),
/freebsd-10.0-release/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-10.0-release/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp26 cl::location(CompileForDebugging), cl::init(false));
/freebsd-10.0-release/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
134 if test "$location" = "installed"; then
136 elif test "$location" = "source"; then
146 if test "$location" = "installed"; then
148 elif test "$location" = "source"; then
167 if test "$location" = "installed"; then
168 ### avoid using -L if libdir is a "standard" location lik
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDebug.cpp41 cl::location(DebugFlag));
71 cl::location(DebugOnlyOptLoc), cl::ValueRequired);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp30 void checkBind(SVal location, SVal val, const Stmt *S,
35 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, argument
H A DObjCSelfInitChecker.cpp55 static bool isSelfVar(SVal location, CheckerContext &C);
69 void checkLocation(SVal location, bool isLoad, const Stmt *S,
304 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, argument
314 if (isSelfVar(location, C))
315 addSelfFlag(state, state->getSVal(location.castAs<Loc>()), SelfFlag_Self,
416 /// \brief Returns true if the location is 'self'.
417 static bool isSelfVar(SVal location, CheckerContext &C) { argument
421 if (!location.getAs<loc::MemRegionVal>())
424 loc::MemRegionVal MRV = location.castAs<loc::MemRegionVal>();
H A DArrayBoundCheckerV2.cpp61 SVal location);
84 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, argument
102 RegionRawOffsetV2::computeOffset(state, svalBuilder, location);
268 SVal location)
270 const MemRegion *region = location.getAsRegion();
266 computeOffset(ProgramStateRef state, SValBuilder &svalBuilder, SVal location) argument
H A DDereferenceChecker.cpp39 void checkLocation(SVal location, bool isLoad, const Stmt* S,
97 // We know that 'location' cannot be non-null. This is what
194 DefinedOrUnknownSVal location = l.castAs<DefinedOrUnknownSVal>(); local
197 if (!location.getAs<Loc>())
203 llvm::tie(notNullState, nullState) = state->assume(location);
212 // Otherwise, we have the case where the location could either be
221 // From this point forward, we know that the location is not null.
/freebsd-10.0-release/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-10.0-release/contrib/wpa/src/wps/
H A Dwps_er_ssdp.c29 char *location = NULL; local
76 location = start;
115 if (!location)
116 return; /* Unknown location */
123 location, inet_ntoa(addr.sin_addr), max_age);
125 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
102 const char *location, int max_age);
/freebsd-10.0-release/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-10.0-release/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...]
H A Dsection.c1330 const void *location,
1360 && location != section->contents + offset)
1361 memcpy (section->contents + offset, location, (size_t) count);
1364 (abfd, section, location, offset, count)))
1379 (bfd *abfd, asection *section, void *location, file_ptr offset,
1384 into memory starting at @var{location}. The data is read at an
1390 <<SEC_HAS_CONTENTS>> flag set, then the @var{location} is filled
1398 void *location,
1406 memset (location, 0, (size_t) count);
1426 memset (location,
1328 bfd_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
1396 bfd_get_section_contents(bfd *abfd, sec_ptr section, void *location, file_ptr offset, bfd_size_type count) argument
[all...]
/freebsd-10.0-release/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
H A Ddiagnostic.c124 va_list *args, location_t location,
130 diagnostic->location = location;
139 va_list *args, location_t location,
142 diagnostic_set_info_translated (diagnostic, _(gmsgid), args, location, kind);
145 /* Return a malloc'd string describing a location. The caller is
157 expanded_location s = expand_location (diagnostic->location);
190 expanded_location s = expand_location (diagnostic->location);
305 expanded_location xloc = expand_location (p->location);
311 xloc = expand_location (p->location);
121 diagnostic_set_info_translated(diagnostic_info *diagnostic, const char *msg, va_list *args, location_t location, diagnostic_t kind) argument
136 diagnostic_set_info(diagnostic_info *diagnostic, const char *gmsgid, va_list *args, location_t location, diagnostic_t kind) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_info.c92 ASN1_SIMPLE(ACCESS_DESCRIPTION, location, GENERAL_NAME)
113 ret = i2v_GENERAL_NAME(method, desc->location, ret);
162 if(!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
190 i2a_GENERAL_NAME(bp, a->location);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c69 * specifying the location of the root directory. Everything
75 * hasn't yet been read, seek forward to that location and read
359 int location; /* Location of Extent. */ member in struct:iso9660::vd
416 static int register_CE(struct archive_read *a, int32_t location,
534 if (!iso9660->joliet.location) {
556 if (seenTerminator && iso9660->primary.location > 16)
629 int32_t location; local
642 location = archive_le32dec(h + 72);
643 if (location <= SYSTEM_AREA_BLOCK ||
644 location >
727 int32_t location; local
786 int32_t location; local
864 int32_t location; local
1751 int32_t location; local
2100 int32_t location = local
2238 register_CE(struct archive_read *a, int32_t location, struct file_info *file) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h59 } location; member in struct:lldb_private::UnwindLLDB::RegisterLocation
88 // has a saved location for this reg.

Completed in 120 milliseconds

12345678