| /NextBSD/contrib/apr/ |
| HD | apr-config.in | 49 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 …]
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-mdio.h | 379 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 …]
|
| HD | cvmx-spi4000.c | 186 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()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | reloc.c | 1382 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 …]
|
| HD | section.c | 1333 const void *location, in bfd_set_section_contents() argument 1363 && location != section->contents + offset) in bfd_set_section_contents() 1364 memcpy (section->contents + offset, location, (size_t) count); in bfd_set_section_contents() 1367 (abfd, section, location, offset, count))) in bfd_set_section_contents() 1401 void *location, in bfd_get_section_contents() argument 1409 memset (location, 0, (size_t) count); in bfd_get_section_contents() 1429 memset (location, 0, (size_t) count); in bfd_get_section_contents() 1435 memcpy (location, section->contents + offset, (size_t) count); in bfd_get_section_contents() 1440 (abfd, section, location, offset, count)); in bfd_get_section_contents()
|
| /NextBSD/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| HD | hostres_device_tbl.c | 54 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 …]
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_read_support_format_iso9660.c | 359 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 …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | CXXFormatterFunctions.cpp | 680 ReadAsciiBufferAndDumpToStream (lldb::addr_t location, in ReadAsciiBufferAndDumpToStream() argument 691 if (!process_sp || location == 0) in ReadAsciiBufferAndDumpToStream() 701 …my_data_read = process_sp->ReadCStringFromMemory(location, (char*)buffer_sp->GetBytes(), size, my_… in ReadAsciiBufferAndDumpToStream() 884 uint64_t location = 2 * ptr_size + valobj_addr; in NSStringSummaryProvider() local 885 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider() 891 options.SetLocation(location); in NSStringSummaryProvider() 904 options.SetLocation(location+1); in NSStringSummaryProvider() 916 uint64_t location = 3 * ptr_size + valobj_addr; in NSStringSummaryProvider() local 917 return ReadAsciiBufferAndDumpToStream(location,process_sp,stream,explicit_length); in NSStringSummaryProvider() 921 uint64_t location = valobj_addr + 2*ptr_size; in NSStringSummaryProvider() local [all …]
|
| /NextBSD/tools/tools/notescheck/ |
| HD | notescheck.py | 29 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)
|
| /NextBSD/sys/mips/cavium/octe/ |
| HD | ethernet-mdio.c | 61 int cvm_oct_mdio_read(struct ifnet *ifp, int phy_id, int location) in cvm_oct_mdio_read() argument 70 smi_cmd.s.reg_adr = location; in cvm_oct_mdio_read() 95 void cvm_oct_mdio_write(struct ifnet *ifp, int phy_id, int location, int val) in cvm_oct_mdio_write() argument 108 smi_cmd.s.reg_adr = location; in cvm_oct_mdio_write()
|
| HD | ethernet-mv88e61xx.c | 80 cvm_oct_mv88e61xx_smi_read(struct ifnet *ifp, int phy_id, int location) in cvm_oct_mv88e61xx_smi_read() argument 92 MV88E61XX_SMI_CMD_REG(location)); in cvm_oct_mv88e61xx_smi_read() 102 cvm_oct_mv88e61xx_smi_write(struct ifnet *ifp, int phy_id, int location, int val) in cvm_oct_mv88e61xx_smi_write() argument 111 MV88E61XX_SMI_CMD_REG(location)); in cvm_oct_mv88e61xx_smi_write()
|
| HD | ethernet-mdio.h | 37 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);
|
| /NextBSD/contrib/gcc/ |
| HD | diagnostic.c | 122 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()
|
| /NextBSD/contrib/wpa/src/wps/ |
| HD | wps_er_ssdp.c | 29 char *location = NULL; in wps_er_ssdp_rx() local 76 location = start; in wps_er_ssdp_rx() 113 if (!location) in wps_er_ssdp_rx() 121 location, inet_ntoa(addr.sin_addr), max_age); in wps_er_ssdp_rx() 123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age); in wps_er_ssdp_rx()
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | efm32gg-dk3750.dts | 29 efm32,location = <3>; 46 location = <1>; 60 location = <1>; 73 location = <2>;
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | ObjCSelfInitChecker.cpp | 55 static bool isSelfVar(SVal location, CheckerContext &C); 75 void checkLocation(SVal location, bool isLoad, const Stmt *S, 301 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() argument 311 if (isSelfVar(location, C)) in checkLocation() 312 addSelfFlag(state, state->getSVal(location.castAs<Loc>()), SelfFlag_Self, in checkLocation() 414 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar() argument 418 if (!location.getAs<loc::MemRegionVal>()) in isSelfVar() 421 loc::MemRegionVal MRV = location.castAs<loc::MemRegionVal>(); in isSelfVar()
|
| HD | ArrayBoundCheckerV2.cpp | 61 SVal location); 84 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation() argument 102 RegionRawOffsetV2::computeOffset(state, svalBuilder, location); in checkLocation() 258 SVal location) in computeOffset() argument 260 const MemRegion *region = location.getAsRegion(); in computeOffset()
|
| /NextBSD/contrib/apr-util/ |
| HD | apu-config.in | 44 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
|
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_globals.cc | 87 if (g.location) { in ReportGlobal() 88 Report(" location (%p): name=%s[%p], %d %d\n", g.location, in ReportGlobal() 89 g.location->filename, g.location->filename, g.location->line_no, in ReportGlobal() 90 g.location->column_no); in ReportGlobal()
|
| /NextBSD/contrib/groff/contrib/mm/ |
| HD | NOTES | 86 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
|
| /NextBSD/usr.sbin/autofs/ |
| HD | common.c | 181 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 …]
|
| /NextBSD/contrib/llvm/projects/libunwind/src/ |
| HD | DwarfParser.hpp | 76 RegisterSavedWhere location; member 428 results->savedRegisters[reg].location = kRegisterInCFA; in parseInstructions() 455 results->savedRegisters[reg].location = kRegisterUnused; in parseInstructions() 470 results->savedRegisters[reg].location = kRegisterUnused; in parseInstructions() 489 results->savedRegisters[reg].location = kRegisterInRegister; in parseInstructions() 574 results->savedRegisters[reg].location = kRegisterAtExpression; in parseInstructions() 593 results->savedRegisters[reg].location = kRegisterInCFA; in parseInstructions() 628 results->savedRegisters[reg].location = kRegisterOffsetFromCFA; in parseInstructions() 644 results->savedRegisters[reg].location = kRegisterOffsetFromCFA; in parseInstructions() 658 results->savedRegisters[reg].location = kRegisterIsExpression; in parseInstructions() [all …]
|
| /NextBSD/crypto/openssl/crypto/x509v3/ |
| HD | v3_info.c | 99 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()
|
| /NextBSD/share/doc/papers/ |
| HD | bsdreferences.bib | 61 location = {Washington, D.C.}, 76 location = {Waikiki, Honolulu, HI, USA}, 95 location = {Leipzig, Germany}, 153 location = {Istanbul, Turkey}, 189 location = {San Mateo, California}, 205 location = {Rio de Janeiro, Brazil}, 223 location = {Barcelona, Spain}, 285 location = {San Francisco, California}, 301 location = {Shanghai, China}, 319 location = {Leipzig, Germany}, [all …]
|
| /NextBSD/sys/net80211/ |
| HD | ieee80211_regdomain.c | 73 ic->ic_regdomain.location = ' '; /* both */ in ieee80211_regdomain_attach() 327 ie->cc[2] = (rd->location == 'I' ? 'I' : in ieee80211_alloc_countryie() 328 rd->location == 'O' ? 'O' : ' '); in ieee80211_alloc_countryie() 401 if (reg->rd.location != 'I' && reg->rd.location != 'O' && in ieee80211_setregdomain() 402 reg->rd.location != ' ') { in ieee80211_setregdomain() 404 "%s: invalid location 0x%x\n", __func__, reg->rd.location); in ieee80211_setregdomain()
|