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

123456

/freebsd-9.3-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-9.3-release/contrib/bsnmp/snmpd/
H A Dsnmpd.config38 location := "Room 200"
87 sysLocation = $(location)
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp34 cl::location(EnableARCOpts),
/freebsd-9.3-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...]
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-9.3-release/contrib/llvm/lib/Support/
H A DDebug.cpp41 cl::location(DebugFlag));
71 cl::location(DebugOnlyOptLoc), cl::ValueRequired);
/freebsd-9.3-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-9.3-release/contrib/wpa/src/wps/
H A Dwps_er.h44 char *location; member in struct:wps_er_ap
98 const char *location, int max_age);
H A Dwps_er_ssdp.c35 char *location = NULL; local
79 location = start;
117 if (!location)
118 return; /* Unknown location */
125 location, inet_ntoa(addr.sin_addr), max_age);
127 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
/freebsd-9.3-release/tools/tools/notescheck/
H A Dnotescheck.py27 location = "" variable
63 self.type_location = location
66 (self.name, self.type, type, location)
173 global location
179 # Update parsing location
181 location = ' at %s:%d' % (file, i)
212 location = ""
227 print >>sys.stderr, "Failed to tokenize: %s%s" (line, location)
259 print >>sys.stderr, "Invalid files line: %s%s" % (line, location)
/freebsd-9.3-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-9.3-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...]
H A Dlibecoff.h238 (bfd *, asection *, void * location, file_ptr, bfd_size_type);
302 (bfd *, asection *, const void * location, file_ptr, bfd_size_type);
/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_info.c99 ASN1_SIMPLE(ACCESS_DESCRIPTION, location, GENERAL_NAME)
121 ret = i2v_GENERAL_NAME(method, desc->location, ret);
177 if (!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
207 i2a_GENERAL_NAME(bp, a->location);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c68 * specifying the location of the root directory. Everything
74 * hasn't yet been read, seek forward to that location and read
356 int location; /* Location of Extent. */ member in struct:iso9660::vd
399 static int register_CE(struct archive_read *a, int32_t location,
508 if (!iso9660->primary.location) {
512 if (!iso9660->joliet.location) {
534 if (seenTerminator && iso9660->primary.location > 16)
590 int32_t location; local
603 location = archive_le32dec(h + 72);
604 if (location <
691 int32_t location; local
754 int32_t location; local
837 int32_t location; local
1600 int32_t location; local
1942 int32_t location = local
2100 register_CE(struct archive_read *a, int32_t location, struct file_info *file) argument
[all...]
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_regdomain.c71 ic->ic_regdomain.location = ' '; /* both */
267 ie->cc[2] = (rd->location == 'I' ? 'I' :
268 rd->location == 'O' ? 'O' : ' ');
341 if (reg->rd.location != 'I' && reg->rd.location != 'O' &&
342 reg->rd.location != ' ') {
344 "%s: invalid location 0x%x\n", __func__, reg->rd.location);
/freebsd-9.3-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;
307 /* Dump sensor location & ID. */

Completed in 152 milliseconds

123456