| /freebsd-13-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | AssertFrameRecognizer.cpp | 26 bool GetAbortLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAbortLocation() argument 30 location.module_spec = FileSpec("libsystem_kernel.dylib"); in GetAbortLocation() 31 location.symbols.push_back(ConstString("__pthread_kill")); in GetAbortLocation() 34 location.module_spec = FileSpec("libc.so.6"); in GetAbortLocation() 35 location.symbols.push_back(ConstString("raise")); in GetAbortLocation() 36 location.symbols.push_back(ConstString("__GI_raise")); in GetAbortLocation() 37 location.symbols.push_back(ConstString("gsignal")); in GetAbortLocation() 38 location.symbols.push_back(ConstString("pthread_kill")); in GetAbortLocation() 39 location.symbols_are_regex = true; in GetAbortLocation() 59 bool GetAssertLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAssertLocation() argument [all …]
|
| /freebsd-13-stable/tests/sys/sys/ |
| HD | bitstring_test.c | 398 int location; in ATF_TC_BODY() local 404 location = 0; in ATF_TC_BODY() 405 bit_ffs_area(bitstr, nbits, 3, &location); in ATF_TC_BODY() 406 ATF_REQUIRE_EQ_MSG(-1, location, in ATF_TC_BODY() 413 location = 0; in ATF_TC_BODY() 414 bit_ffs_area(bitstr, nbits, 3, &location); in ATF_TC_BODY() 415 ATF_REQUIRE_EQ_MSG(5, location, in ATF_TC_BODY() 416 "bit_ffs_area: failed to find location of size 3 %d", location); in ATF_TC_BODY() 422 location = 0; in ATF_TC_BODY() 423 bit_ffs_area(bitstr, nbits, 3, &location); in ATF_TC_BODY() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| HD | NSString.cpp | 138 uint64_t location = 2 * ptr_size + valobj_addr; in NSStringSummaryProvider() local 139 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider() 143 options.SetLocation(location); in NSStringSummaryProvider() 156 options.SetLocation(location + 1); in NSStringSummaryProvider() 170 uint64_t location = 3 * ptr_size + valobj_addr; in NSStringSummaryProvider() local 172 options.SetLocation(location); in NSStringSummaryProvider() 183 uint64_t location = valobj_addr + 2 * ptr_size; in NSStringSummaryProvider() local 188 location += ptr_size; in NSStringSummaryProvider() 190 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider() 194 options.SetLocation(location); in NSStringSummaryProvider() [all …]
|
| /freebsd-13-stable/contrib/libevent/sample/ |
| HD | http-connect.c | 23 struct evhttp_uri *location; member 75 struct evhttp_uri *location = base->location; in connect_cb() local 84 evhttp_add_header(req->output_headers, "Host", evhttp_uri_get_host(location)); in connect_cb() 86 uri_path(location, buffer))); in connect_cb() 93 struct evhttp_uri *location; in main() local 108 location = uri_parse(argv[2]); in main() 114 connect_base.location = location; in main() 117 uri_hostport(location, hostport); in main() 128 evhttp_uri_free(location); in main()
|
| /freebsd-13-stable/contrib/ntp/sntp/libevent/sample/ |
| HD | http-connect.c | 23 struct evhttp_uri *location; member 75 struct evhttp_uri *location = base->location; in connect_cb() local 84 evhttp_add_header(req->output_headers, "Host", evhttp_uri_get_host(location)); in connect_cb() 86 uri_path(location, buffer))); in connect_cb() 93 struct evhttp_uri *location; in main() local 108 location = uri_parse(argv[2]); in main() 114 connect_base.location = location; in main() 117 uri_hostport(location, hostport); in main() 128 evhttp_uri_free(location); in main()
|
| /freebsd-13-stable/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 …]
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/ |
| HD | CXSourceLocation.h | 80 CINDEX_LINKAGE int clang_Location_isInSystemHeader(CXSourceLocation location); 86 CINDEX_LINKAGE int clang_Location_isFromMainFile(CXSourceLocation location); 135 CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location, 180 CINDEX_LINKAGE void clang_getPresumedLocation(CXSourceLocation location, 192 CINDEX_LINKAGE void clang_getInstantiationLocation(CXSourceLocation location, 219 CINDEX_LINKAGE void clang_getSpellingLocation(CXSourceLocation location, 247 CINDEX_LINKAGE void clang_getFileLocation(CXSourceLocation location,
|
| /freebsd-13-stable/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 …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/powerpc/nintendo/ |
| HD | wii.txt | 31 - reg : should contain the VI registers location and length 42 - reg : should contain the PI registers location and length 64 - reg : should contain the DSP registers location and length 76 - reg : should contain the SI registers location and length 87 - reg : should contain the AI registers location and length 97 - reg : should contain the EXI registers location and length 107 - reg : should contain the OHCI registers location and length 117 - reg : should contain the EHCI registers location and length 127 - reg : should contain the SDHCI registers location and length 136 - reg : should contain the IPC registers location and length [all …]
|
| HD | gamecube.txt | 22 - reg : should contain the VI registers location and length 33 - reg : should contain the PI registers location and length 53 - reg : should contain the DSP registers location and length 74 - reg : should contain the DI registers location and length 85 - reg : should contain the AI registers location and length 97 - reg : should contain the SI registers location and length 107 - reg : should contain the EXI registers location and length
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| HD | Tokens.cpp | 46 return SM.isBeforeInTranslationUnit(T.location(), R.getBegin()); in getTokensCovering() 50 return !SM.isBeforeInTranslationUnit(R.getEnd(), T.location()); in getTokensCovering() 156 const char *Start = SM.getCharacterData(location(), &Invalid); in text() 162 assert(location().isFileID() && "must be a spelled token"); in range() 165 std::tie(File, StartOffset) = SM.getDecomposedLoc(location()); in range() 235 SourceLocation Loc = ExpandedTokens[I].location(); in indexExpandedTokens() 277 SourceMgr->getFileID(SourceMgr->getExpansionLoc(Expanded->location()))); in spelledForExpandedToken() 392 if (!Tok || Loc < Tok->location()) in spelledTokenContaining() 420 FileID FID = SourceMgr->getFileID(FirstSpelled->location()); in spelledForExpanded() 422 if (FID != SourceMgr->getFileID(LastSpelled->location())) in spelledForExpanded() [all …]
|
| /freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| HD | hostres_device_tbl.c | 52 free(entry_p->location); \ 99 device_entry_create(const char *name, const char *location, const char *descr) in device_entry_create() argument 106 assert((name[0] != 0) || (location[0] != 0)); in device_entry_create() 108 if (name[0] == 0 && location[0] == 0) in device_entry_create() 116 strcmp(map->location_key, location) == 0) { in device_entry_create() 153 location_len = strlen(location) + 1; in device_entry_create() 167 strlcpy(map->location_key, location, location_len); in device_entry_create() 171 name, location, map->hrIndex); in device_entry_create() 174 name, location, map->hrIndex); in device_entry_create() 192 if ((entry->location = strdup(map->location_key)) == NULL) { in device_entry_create() [all …]
|
| /freebsd-13-stable/sys/mips/cavium/octe/ |
| HD | ethernet-mdio.c | 60 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()
|
| HD | ethernet-mv88e61xx.c | 78 cvm_oct_mv88e61xx_smi_read(struct ifnet *ifp, int phy_id, int location) in cvm_oct_mv88e61xx_smi_read() argument 90 MV88E61XX_SMI_CMD_REG(location)); in cvm_oct_mv88e61xx_smi_read() 100 cvm_oct_mv88e61xx_smi_write(struct ifnet *ifp, int phy_id, int location, int val) in cvm_oct_mv88e61xx_smi_write() argument 109 MV88E61XX_SMI_CMD_REG(location)); in cvm_oct_mv88e61xx_smi_write()
|
| /freebsd-13-stable/tools/tools/notescheck/ |
| HD | notescheck.py | 28 location = "" variable 64 self.type_location = location 67 (self.name, self.type, type, location)) 174 global location 182 location = ' at %s:%d' % (file, i) 213 location = "" 228 print("Failed to tokenize: %s%s" (line, location), file=sys.stderr) 260 print("Invalid files line: %s%s" % (line, location), file=sys.stderr)
|
| /freebsd-13-stable/contrib/libarchive/libarchive/ |
| HD | archive_read_support_format_iso9660.c | 363 int location; /* Location of Extent. */ member 426 static int register_CE(struct archive_read *a, int32_t location, 546 if (!iso9660->joliet.location) { in archive_read_format_iso9660_bid() 568 if (seenTerminator && iso9660->primary.location > 16) in archive_read_format_iso9660_bid() 641 int32_t location; in isVolumePartition() local 654 location = archive_le32dec(h + 72); in isVolumePartition() 655 if (location <= SYSTEM_AREA_BLOCK || in isVolumePartition() 656 location >= iso9660->volume_block) in isVolumePartition() 658 if ((uint32_t)location != archive_be32dec(h + 76)) in isVolumePartition() 727 iso9660->joliet.location = archive_le32dec(p + DR_extent_offset); in isJolietSVD() [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/ |
| HD | atmel-sysregs.txt | 5 - reg : Should contain registers location and length 9 - reg: Should contain registers location and length 15 - reg: Should contain registers location and length 21 - reg: Should contain registers location and length 32 - reg: Should contain registers location and length 49 - reg: Should contain registers location and length 63 - reg: Should contain registers location and length 95 - reg: should contain registers location and length 162 - reg: Should contain registers location and length 181 - reg: Should contain registers location and length
|
| /freebsd-13-stable/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()
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/serial/ |
| HD | efm32-uart.txt | 9 - energymicro,location : Decides the location of the USART I/O pins. 19 energymicro,location = <0>;
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm/ |
| HD | efm32gg-dk3750.dts | 31 energymicro,location = <3>; 48 energymicro,location = <1>; 62 energymicro,location = <1>; 75 energymicro,location = <2>;
|
| /freebsd-13-stable/contrib/libcbor/test/ |
| HD | unicode_test.c | 20 assert_true(status.location == 1); in test_missing_bytes() 25 assert_true(status.location == 0); in test_missing_bytes() 35 assert_true(status.location == 2); in test_invalid_sequence()
|
| /freebsd-13-stable/usr.sbin/autofs/autofs/ |
| HD | include_nis_nullfs | 165 n=split($locationfield,location,":") 166 if (is_self(location[1])) { 167 $locationfield = ":" location[2]
|
| /freebsd-13-stable/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 177 elif test "$location" = "installed"; then
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | ObjCSelfInitChecker.cpp | 54 static bool isSelfVar(SVal location, CheckerContext &C); 74 void checkLocation(SVal location, bool isLoad, const Stmt *S, 299 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() argument 309 if (isSelfVar(location, C)) in checkLocation() 310 addSelfFlag(state, state->getSVal(location.castAs<Loc>()), SelfFlag_Self, in checkLocation() 408 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar() argument 412 if (!isa<loc::MemRegionVal>(location)) in isSelfVar() 415 loc::MemRegionVal MRV = location.castAs<loc::MemRegionVal>(); in isSelfVar()
|
| /freebsd-13-stable/sys/sys/ |
| HD | bio.h | 156 void biotrack_buf(struct bio *bp, const char *location); 159 biotrack(struct bio *bp, const char *location) in biotrack() argument 163 biotrack_buf(bp, location); in biotrack() 167 biotrack(struct bio *bp __unused, const char *location __unused) in biotrack()
|