Searched refs:location (Results 51 - 75 of 198) sorted by relevance

12345678

/freebsd-10.2-release/contrib/gdb/include/
H A Dhp-symtab.h493 CORE_ADDR location; member in struct:dntt_type_fparam
533 CORE_ADDR location; member in struct:dntt_type_svar
569 int location; member in struct:dntt_type_dvar
605 CORE_ADDR location; member in struct:dntt_type_const
947 unsigned int doc_ranges: 1; /* 1 => location is range list */
949 long location; /* where stored (allocated) */ member in struct:dntt_type_with
953 unsigned long offset; /* byte offset from location */
/freebsd-10.2-release/sys/dev/iicbus/
H A Dad7417.c314 char location[96]; local
322 /* Fill the sensor location property. */
323 prop_len = OF_getprop(child, "hwsensor-location", location,
324 sizeof(location));
327 strcpy(sc->sc_sensors[i].therm.name, location + len);
328 prev_len = strlen(location + len) + 1;
451 /* Dump sensor location, ID & type. */
/freebsd-10.2-release/sys/powerpc/powermac/
H A Dfcu.c453 char location[96]; local
461 /* Fill the fan location property. */
462 prop_len = OF_getprop(child, "hwctrl-location", location,
463 sizeof(location));
466 strcpy(sc->sc_fans[i].fan.name, location + len);
468 prev_len = strlen(location + len) + 1;
665 /* Dump fan location, type & RPM. */
/freebsd-10.2-release/contrib/texinfo/info/
H A Dinfodoc.c1174 char *location;
1176 location = where_is (active_window->keymap, command);
1178 if (!location || !location[0])
1185 if (strstr (location, function_name (command)))
1188 command_name, location);
1192 command_name, location);
1173 char *location; local
/freebsd-10.2-release/contrib/tnftp/src/
H A Dfetch.c500 char *volatile location; local
520 auth = location = message = NULL;
971 location = ftp_strdup(cp);
972 DPRINTF("fetch_url: parsed location as `%s'\n",
1021 if (EMPTYSTRING(location)) {
1033 location);
1034 rval = fetch_url(url, location,
1039 location);
1040 rval = go_fetch(location);
1343 FREEPTR(location);
[all...]
/freebsd-10.2-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c802 void __mf_check (void *ptr, size_t sz, int type, const char *location) argument
806 __mfu_check (ptr, sz, type, location);
812 void __mfu_check (void *ptr, size_t sz, int type, const char *location) argument
826 TRACE ("check ptr=%p b=%u size=%lu %s location=`%s'\n",
828 (type == 0 ? "read" : "write"), location);
1028 (uintptr_t) __builtin_return_address (0), location,
1958 const char *location, int type)
1964 TRACE ("violation pc=%p location=%s type=%d ptr=%p size=%lu\n",
1966 (location != NULL ? location
1957 __mf_violation(void *ptr, size_t sz, uintptr_t pc, const char *location, int type) argument
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dcopy_foreign.c390 svn_client__pathrev_t *location,
432 location->rev, "", svn_depth_infinity,
436 SVN_ERR(reporter->set_path(reporter_baton, "", location->rev, depth,
479 _("'%s' is not a valid location inside a repository"),
389 copy_foreign_dir(svn_ra_session_t *ra_session, svn_client__pathrev_t *location, svn_wc_context_t *wc_ctx, const char *dst_abspath, svn_depth_t depth, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c1194 const char *location;
1197 location = serf_bucket_headers_get(headers, "Location");
1198 if (location == NULL)
1207 if (*location == '/')
1218 uri.path = (char*)svn_urlpath__canonicalize(location, scratch_pool);
1221 location = apr_uri_unparse(scratch_pool, &uri, 0);
1225 else if (!svn_path_is_url(location))
1230 return svn_uri_canonicalize(location, result_pool);
2115 handler->location = response_get_location(response,
2404 handler->location
1192 const char *location; local
2583 svn_ra_serf__error_on_status(serf_status_line sline, const char *path, const char *location) argument
[all...]
H A Dgetlocations.c62 /* Returned location hash */
73 { REPORT, S_, "location", LOCATION,
141 "S:location-revision", apr_ltoa(pool, rev),
200 handler->location),
H A Dgetlocationsegments.c51 /* location segment callback function/baton */
66 { INITIAL, S_, "get-location-segments-report", REPORT,
69 { REPORT, S_, "location-segment", SEGMENT,
122 "S:get-location-segments",
146 "S:get-location-segments");
201 handler->location),
H A Dmergeinfo.c235 handler->location),
/freebsd-10.2-release/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c549 if (!(ad->location = GENERAL_NAME_new()))
555 ad->location->type = GEN_URI;
556 ad->location->d.ia5 = ia5;
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dppcboot.c40 /* PPCbug location structure */
237 ppcboot_get_section_contents (abfd, section, location, offset, count)
240 PTR location;
245 || bfd_bread (location, count, abfd) != count)
H A Dihex.c632 void * location,
645 memcpy (location, (bfd_byte *) section->used_by_bfd + offset,
656 const void * location,
676 memcpy (data, location, (size_t) count);
630 ihex_get_section_contents(bfd *abfd, asection *section, void * location, file_ptr offset, bfd_size_type count) argument
654 ihex_set_section_contents(bfd *abfd, asection *section, const void * location, file_ptr offset, bfd_size_type count) argument
H A Dlibbfd.c816 void *location,
832 || bfd_bread (location, count, abfd) != count)
894 const void *location,
902 || bfd_bwrite (location, count, abfd) != count)
811 _bfd_generic_get_section_contents(bfd *abfd, sec_ptr section, void *location, file_ptr offset, bfd_size_type count) argument
889 _bfd_generic_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
H A Dbfd.c746 arelent **location,
756 (abfd, asect, location, symbols));
777 arelent **location,
780 asect->orelocation = location;
741 bfd_canonicalize_reloc(bfd *abfd, sec_ptr asect, arelent **location, asymbol **symbols) argument
772 bfd_set_reloc(bfd *ignore_abfd ATTRIBUTE_UNUSED, sec_ptr asect, arelent **location, unsigned int count) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h186 const SVal &location, bool isLoad, const Stmt *S,
188 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C);
202 const SVal &location, const SVal &val, const Stmt *S,
204 ((const CHECKER *)checker)->checkBind(location, val, S, C);
527 /// \brief We dereferenced a location that may be null.
185 _checkLocation(void *checker, const SVal &location, bool isLoad, const Stmt *S, CheckerContext &C) argument
201 _checkBind(void *checker, const SVal &location, const SVal &val, const Stmt *S, CheckerContext &C) argument
H A DCheckerManager.h118 /// A pointer escapes due to binding its value to a location
286 /// \brief Run checkers for load/store of a location.
289 SVal location,
295 /// \brief Run checkers for binding of a value to a location.
298 SVal location, SVal val,
433 typedef CheckerFn<void (const SVal &location, bool isLoad,
438 typedef CheckerFn<void (const SVal &location, const SVal &val,
/freebsd-10.2-release/sys/compat/ndis/
H A Dwinx64_wrap.S105 movsq # copy old stack contents to new location
/freebsd-10.2-release/usr.sbin/mptutil/
H A Dmpt_show.c218 print_pd(CONFIG_PAGE_RAID_PHYS_DISK_0 *info, int state_len, int location) argument
233 if (!location)
239 print_standalone(struct mpt_standalone_disk *disk, int state_len, int location) argument
251 if (!location)
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Den_ethtool.c72 __u32 location; member in struct:mlx4_ethtool_rx_flow_spec
1023 if (cmd->fs.location >= MAX_NUM_OF_FS_RULES)
1280 rule.priority = MLX4_DOMAIN_ETHTOOL | cmd->fs.location;
1307 loc_rule = &priv->ethtool_rules[cmd->fs.location];
1311 en_err(priv, "Fail to detach network rule at location %d. registration id = %llx\n",
1312 cmd->fs.location, loc_rule->id);
1322 en_err(priv, "Fail to attach network rule at location %d.\n",
1323 cmd->fs.location);
1349 if (cmd->fs.location >= MAX_NUM_OF_FS_RULES)
1353 rule = &priv->ethtool_rules[cmd->fs.location];
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h346 * used to represent source location information, either for a particular
348 * specific location information from those data types.
354 * \brief Identifies a specific source location within a translation
358 * to map a source location to a particular file, line, and column.
378 * \brief Retrieve a NULL (invalid) source location.
387 * \returns non-zero if the source locations refer to the same location, zero
394 * \brief Retrieves the source location associated with a given file/line/column
402 * \brief Retrieves the source location associated with a given character offset
410 * \brief Returns non-zero if the given source location is in a system header.
412 CINDEX_LINKAGE int clang_Location_isInSystemHeader(CXSourceLocation location);
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c99 const svn_wc_conflict_version_t *location,
105 SVN_ERR_ASSERT(location || allow_NULL);
107 if (!location)
116 svn_skel__prepend_str(svn_node_kind_to_word(location->node_kind),
119 svn_skel__prepend_int(location->peg_rev, loc, result_pool);
121 svn_skel__prepend_str(apr_pstrdup(result_pool, location->path_in_repos), loc,
124 if (!location->repos_uuid) /* Can theoretically be NULL */
127 svn_skel__prepend_str(location->repos_uuid, loc, result_pool);
129 svn_skel__prepend_str(apr_pstrdup(result_pool, location->repos_url), loc,
141 conflict__read_location(svn_wc_conflict_version_t **location,
97 conflict__prepend_location(svn_skel_t *skel, const svn_wc_conflict_version_t *location, svn_boolean_t allow_NULL, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
140 conflict__read_location(svn_wc_conflict_version_t **location, const svn_skel_t *skel, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dvmsbuild.com90 so that this run-time library resides in the same location as gcc's
/freebsd-10.2-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in82 -f Specify location of ntp.conf (used to make sure leapfile directive is
113 However, an alternate location can be specified on the command line.

Completed in 187 milliseconds

12345678