Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/trueos/contrib/apr/
HDapr-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" = "source"; then
[all …]
/trueos/sys/contrib/octeon-sdk/
HDcvmx-mdio.h379 static inline int cvmx_mdio_read(int bus_id, int phy_id, int location) in cvmx_mdio_read() argument
391 rv = mdiobus_read(bus, phy_id, location); in cvmx_mdio_read()
406 smi_cmd.s.reg_adr = location; in cvmx_mdio_read()
431 static inline int cvmx_mdio_write(int bus_id, int phy_id, int location, int val) in cvmx_mdio_write() argument
443 rv = mdiobus_write(bus, phy_id, location, (u16)val); in cvmx_mdio_write()
462 smi_cmd.s.reg_adr = location; in cvmx_mdio_write()
487 static inline int cvmx_mdio_45_read(int bus_id, int phy_id, int device, int location) in cvmx_mdio_45_read() argument
499 smi_wr.s.dat = location; in cvmx_mdio_45_read()
511 …id %d phy_id %2d device %2d register %2d TIME OUT(address)\n", bus_id, phy_id, device, location); in cvmx_mdio_45_read()
524 …us_id %d phy_id %2d device %2d register %2d TIME OUT(data)\n", bus_id, phy_id, device, location); in cvmx_mdio_45_read()
[all …]
HDcvmx-spi4000.c186 static void __cvmx_spi4000_mdio_write(int interface, int port, int location, int val) in __cvmx_spi4000_mdio_write() argument
195 mdio.s.reg_address = location; in __cvmx_spi4000_mdio_write()
218 static int __cvmx_spi4000_mdio_read(int interface, int port, int location) in __cvmx_spi4000_mdio_read() argument
226 mdio.s.reg_address = location; in __cvmx_spi4000_mdio_read()
/trueos/contrib/binutils/bfd/
HDreloc.c1382 bfd_byte *location) in _bfd_relocate_contents() argument
1403 x = bfd_get_8 (input_bfd, location); in _bfd_relocate_contents()
1406 x = bfd_get_16 (input_bfd, location); in _bfd_relocate_contents()
1409 x = bfd_get_32 (input_bfd, location); in _bfd_relocate_contents()
1413 x = bfd_get_64 (input_bfd, location); in _bfd_relocate_contents()
1527 bfd_put_8 (input_bfd, x, location); in _bfd_relocate_contents()
1530 bfd_put_16 (input_bfd, x, location); in _bfd_relocate_contents()
1533 bfd_put_32 (input_bfd, x, location); in _bfd_relocate_contents()
1537 bfd_put_64 (input_bfd, x, location); in _bfd_relocate_contents()
1555 bfd_byte *location) in _bfd_clear_contents() argument
[all …]
HDsection.c1330 const void *location, in bfd_set_section_contents() argument
1360 && location != section->contents + offset) in bfd_set_section_contents()
1361 memcpy (section->contents + offset, location, (size_t) count); in bfd_set_section_contents()
1364 (abfd, section, location, offset, count))) in bfd_set_section_contents()
1398 void *location, in bfd_get_section_contents() argument
1406 memset (location, 0, (size_t) count); in bfd_get_section_contents()
1426 memset (location, 0, (size_t) count); in bfd_get_section_contents()
1432 memcpy (location, section->contents + offset, (size_t) count); in bfd_get_section_contents()
1437 (abfd, section, location, offset, count)); in bfd_get_section_contents()
/trueos/usr.sbin/bsnmpd/modules/snmp_hostres/
HDhostres_device_tbl.c54 free(entry_p->location); \
101 device_entry_create(const char *name, const char *location, const char *descr) in device_entry_create() argument
108 assert((name[0] != 0) || (location[0] != 0)); in device_entry_create()
110 if (name[0] == 0 && location[0] == 0) in device_entry_create()
118 strcmp(map->location_key, location) == 0) { in device_entry_create()
155 location_len = strlen(location) + 1; in device_entry_create()
169 strlcpy(map->location_key, location, location_len); in device_entry_create()
173 name, location, map->hrIndex); in device_entry_create()
176 name, location, map->hrIndex); in device_entry_create()
194 if ((entry->location = strdup(map->location_key)) == NULL) { in device_entry_create()
[all …]
/trueos/contrib/libarchive/libarchive/
HDarchive_read_support_format_iso9660.c359 int location; /* Location of Extent. */ member
416 static int register_CE(struct archive_read *a, int32_t location,
534 if (!iso9660->joliet.location) { in archive_read_format_iso9660_bid()
556 if (seenTerminator && iso9660->primary.location > 16) in archive_read_format_iso9660_bid()
629 int32_t location; in isVolumePartition() local
642 location = archive_le32dec(h + 72); in isVolumePartition()
643 if (location <= SYSTEM_AREA_BLOCK || in isVolumePartition()
644 location >= iso9660->volume_block) in isVolumePartition()
646 if ((uint32_t)location != archive_be32dec(h + 76)) in isVolumePartition()
715 iso9660->joliet.location = archive_le32dec(p + DR_extent_offset); in isJolietSVD()
[all …]
/trueos/tools/tools/notescheck/
HDnotescheck.py29 location = "" variable
65 self.type_location = location
68 (self.name, self.type, type, location))
175 global 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)
/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDCXXFormatterFunctions.cpp915 ReadAsciiBufferAndDumpToStream (lldb::addr_t location, in ReadAsciiBufferAndDumpToStream() argument
926 if (!process_sp || location == 0) in ReadAsciiBufferAndDumpToStream()
936 …my_data_read = process_sp->ReadCStringFromMemory(location, (char*)buffer_sp->GetBytes(), size, my_… in ReadAsciiBufferAndDumpToStream()
1038 uint64_t location = 2 * ptr_size + valobj_addr; in NSStringSummaryProvider() local
1039 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
1046 options.SetLocation(location); in NSStringSummaryProvider()
1056 return ReadAsciiBufferAndDumpToStream(location+1,process_sp,stream, explicit_length); in NSStringSummaryProvider()
1060 uint64_t location = 3 * ptr_size + valobj_addr; in NSStringSummaryProvider() local
1061 return ReadAsciiBufferAndDumpToStream(location,process_sp,stream,explicit_length); in NSStringSummaryProvider()
1065 uint64_t location = valobj_addr + 2*ptr_size; in NSStringSummaryProvider() local
[all …]
/trueos/sys/mips/cavium/octe/
HDethernet-mdio.c60 int cvm_oct_mdio_read(struct ifnet *ifp, int phy_id, int location) in cvm_oct_mdio_read() argument
69 smi_cmd.s.reg_adr = location; in cvm_oct_mdio_read()
93 void cvm_oct_mdio_write(struct ifnet *ifp, int phy_id, int location, int val) in cvm_oct_mdio_write() argument
106 smi_cmd.s.reg_adr = location; in cvm_oct_mdio_write()
HDethernet-mv88e61xx.c79 cvm_oct_mv88e61xx_smi_read(struct ifnet *ifp, int phy_id, int location) in cvm_oct_mv88e61xx_smi_read() argument
91 MV88E61XX_SMI_CMD_REG(location)); in cvm_oct_mv88e61xx_smi_read()
101 cvm_oct_mv88e61xx_smi_write(struct ifnet *ifp, int phy_id, int location, int val) in cvm_oct_mv88e61xx_smi_write() argument
110 MV88E61XX_SMI_CMD_REG(location)); in cvm_oct_mv88e61xx_smi_write()
HDethernet-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);
/trueos/contrib/gcc/
HDdiagnostic.c122 va_list *args, location_t location, in diagnostic_set_info_translated() argument
128 diagnostic->location = location; in diagnostic_set_info_translated()
137 va_list *args, location_t location, in diagnostic_set_info() argument
140 diagnostic_set_info_translated (diagnostic, _(gmsgid), args, location, kind); in diagnostic_set_info()
155 expanded_location s = expand_location (diagnostic->location); in diagnostic_build_prefix()
188 expanded_location s = expand_location (diagnostic->location); in diagnostic_count_diagnostic()
303 expanded_location xloc = expand_location (p->location); in diagnostic_report_current_module()
309 xloc = expand_location (p->location); in diagnostic_report_current_module()
403 diagnostic->message.locus = &diagnostic->location; in diagnostic_report_diagnostic()
/trueos/sys/gnu/dts/arm/
HDefm32gg-dk3750.dts29 efm32,location = <3>;
46 location = <1>;
60 location = <1>;
73 location = <2>;
/trueos/contrib/wpa/src/wps/
HDwps_er_ssdp.c29 char *location = NULL; in wps_er_ssdp_rx() local
76 location = start; in wps_er_ssdp_rx()
115 if (!location) in wps_er_ssdp_rx()
123 location, inet_ntoa(addr.sin_addr), max_age); in wps_er_ssdp_rx()
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age); in wps_er_ssdp_rx()
/trueos/contrib/apr-util/
HDapu-config.in44 location=@APU_CONFIG_LOCATION@
53 --bindir print location where binaries are installed
55 --includedir print location where headers are installed
181 elif test "$location" = "installed"; then
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDObjCSelfInitChecker.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, in checkLocation() argument
314 if (isSelfVar(location, C)) in checkLocation()
315 addSelfFlag(state, state->getSVal(location.castAs<Loc>()), SelfFlag_Self, in checkLocation()
417 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar() argument
421 if (!location.getAs<loc::MemRegionVal>()) in isSelfVar()
424 loc::MemRegionVal MRV = location.castAs<loc::MemRegionVal>(); in isSelfVar()
HDArrayBoundCheckerV2.cpp61 SVal location);
84 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation() argument
102 RegionRawOffsetV2::computeOffset(state, svalBuilder, location); in checkLocation()
268 SVal location) in computeOffset() argument
270 const MemRegion *region = location.getAsRegion(); in computeOffset()
/trueos/contrib/groff/contrib/mm/
HDNOTES86 3 location
94 The location is set to the contents of string cov*location-xxxx
95 if location is equal to xxxx and cov*location-xxxx is defined
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectBreakpoint.cpp952 … BreakpointLocation *location = bp->FindLocationByID (cur_bp_id.GetLocationID()).get(); in DoExecute() local
953 if (location) in DoExecute()
956 location->SetThreadID (m_options.m_thread_id); in DoExecute()
959 location->SetThreadIndex(m_options.m_thread_index); in DoExecute()
962 location->SetThreadName(m_options.m_thread_name.c_str()); in DoExecute()
965 location->SetQueueName(m_options.m_queue_name.c_str()); in DoExecute()
968 location->SetIgnoreCount(m_options.m_ignore_count); in DoExecute()
971 location->SetEnabled (m_options.m_enable_value); in DoExecute()
974 location->SetCondition (m_options.m_condition.c_str()); in DoExecute()
1104 … BreakpointLocation *location = breakpoint->FindLocationByID (cur_bp_id.GetLocationID()).get(); in DoExecute() local
[all …]
/trueos/usr.sbin/autofs/
HDcommon.c181 node_new(struct node *parent, char *key, char *options, char *location, in node_new() argument
198 n->n_location = location; in node_new()
745 *options2 = NULL, *location = NULL; in parse_map_yyin() local
831 if (options2 != NULL || location != NULL) { in parse_map_yyin()
844 if (location != NULL) { in parse_map_yyin()
852 if (location != NULL) { in parse_map_yyin()
862 location = checked_strdup(yytext + 1); in parse_map_yyin()
863 if (location[0] == '\0') { in parse_map_yyin()
868 location = checked_strdup(yytext); in parse_map_yyin()
878 mountpoint, options2, location); in parse_map_yyin()
[all …]
/trueos/crypto/openssl/crypto/x509v3/
HDv3_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)) in v2i_AUTHORITY_INFO_ACCESS()
207 i2a_GENERAL_NAME(bp, a->location); in i2a_ACCESS_DESCRIPTION()
/trueos/sys/net80211/
HDieee80211_regdomain.c71 ic->ic_regdomain.location = ' '; /* both */ in ieee80211_regdomain_attach()
325 ie->cc[2] = (rd->location == 'I' ? 'I' : in ieee80211_alloc_countryie()
326 rd->location == 'O' ? 'O' : ' '); in ieee80211_alloc_countryie()
399 if (reg->rd.location != 'I' && reg->rd.location != 'O' && in ieee80211_setregdomain()
400 reg->rd.location != ' ') { in ieee80211_setregdomain()
402 "%s: invalid location 0x%x\n", __func__, reg->rd.location); in ieee80211_setregdomain()
/trueos/sys/dev/iicbus/
HDmax6690.c181 char location[96]; in max6690_fill_sensor_prop() local
189 prop_len = OF_getprop(child, "hwsensor-location", location, in max6690_fill_sensor_prop()
190 sizeof(location)); in max6690_fill_sensor_prop()
193 strcpy(sc->sc_sensors[i].therm.name, location + len); in max6690_fill_sensor_prop()
194 prev_len = strlen(location + len) + 1; in max6690_fill_sensor_prop()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextLLDB.cpp910 … const RegisterInfo *other_reg_info = GetRegisterInfoAtIndex(regloc.location.register_number); in ReadRegisterValueFromRegisterLocation()
926 success = value.SetUInt (regloc.location.inferred_value, reg_info->byte_size); in ReadRegisterValueFromRegisterLocation()
937 regloc.location.target_memory_location, in ReadRegisterValueFromRegisterLocation()
964 … const RegisterInfo *other_reg_info = GetRegisterInfoAtIndex(regloc.location.register_number); in WriteRegisterValueToRegisterLocation()
984 regloc.location.target_memory_location, in WriteRegisterValueToRegisterLocation()
1081 regloc.location.inferred_value = m_cfa; in SavedLocationForRegister()
1167 new_regloc.location.register_number = ra_regnum_in_lldb_reg_numbering; in SavedLocationForRegister()
1246 new_regloc.location.register_number = lldb_regnum; in SavedLocationForRegister()
1284 regloc.location.inferred_value = m_cfa + offset; in SavedLocationForRegister()
1294 regloc.location.target_memory_location = m_cfa + offset; in SavedLocationForRegister()
[all …]

12345678910>>...24