Searched refs:fullpath (Results 26 - 49 of 49) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i65 if module.file.fullpath == key:
86 re_match = key.search(module.path.fullpath)
/freebsd-current/tests/sys/fs/fusefs/
H A Dutils.hh272 void reclaim_vnode(const char *fullpath);
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c187 char fullpath[PATH_MAX]; local
189 if ((rc = make_db_path(fullpath, path, sizeof(fullpath))) == 0) {
193 if ((capdbp = _nc_db_open(fullpath, TRUE)) == NULL) {
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_mod.c830 pmc_getfilename(struct vnode *v, char **fullpath, char **freepath) argument
833 *fullpath = "unknown";
835 vn_fullpath(v, fullpath, freepath);
1090 char *fullpath, *freepath; local
1141 fullpath = kernelname;
1144 pmc_getfilename(p->p_textvp, &fullpath, &freepath);
1145 pmclog_process_pmcattach(pm, p->p_pid, fullpath);
1334 char *fullpath, *freepath; local
1341 pmc_getfilename(p->p_textvp, &fullpath, &freepath);
1348 pk->pm_baseaddr, pk->pm_dynaddr, fullpath);
1833 char *fullpath, *freepath; local
1955 char *fullpath, *freepath; local
[all...]
/freebsd-current/contrib/mtree/
H A Dverify.c167 warnx("%s checksum: %u", fullpath, crc_total);
H A Dcreate.c128 user, host, fullpath, ctime(&clocktime));
180 mtree_err("%s checksum: %u", fullpath, crc_total);
/freebsd-current/contrib/mandoc/
H A Dcgi.c929 pg_show(struct req *req, const char *fullpath) argument
934 if ((file = strchr(fullpath, '/')) == NULL) {
939 manpath = mandoc_strndup(fullpath, file - fullpath);
/freebsd-current/sbin/savecore/
H A Dsavecore.c1311 char *fullpath; local
1313 fullpath = malloc(PATH_MAX);
1314 if (fullpath == NULL) {
1318 l = snprintf(fullpath, PATH_MAX, "%s%s", _PATH_DEV,
1327 devs[i] = fullpath;
/freebsd-current/sys/kern/
H A Dsys_process.c483 char *freepath, *fullpath; local
557 fullpath = NULL;
558 vn_fullpath(vp, &fullpath, &freepath);
566 if (fullpath != NULL) {
567 pve->pve_pathlen = strlen(fullpath) + 1;
569 error = copyout(fullpath, pve->pve_path,
H A Dvfs_cache.c307 SDT_PROBE_DEFINE1(vfs, namecache, fullpath, entry, "struct vnode *");
308 SDT_PROBE_DEFINE3(vfs, namecache, fullpath, hit, "struct vnode *",
310 SDT_PROBE_DEFINE1(vfs, namecache, fullpath, miss, "struct vnode *");
311 SDT_PROBE_DEFINE3(vfs, namecache, fullpath, return, "int",
629 STATNODE_COUNTER(fullpathcalls, numfullpathcalls, "Number of fullpath search calls");
631 "Number of fullpath search errors (VOP_VPTOCNP failures)");
632 STATNODE_COUNTER(fullpathfail4, numfullpathfail4, "Number of fullpath search errors (ENOMEM)");
633 STATNODE_COUNTER(fullpathfound, numfullpathfound, "Number of successful fullpath calls");
3389 SDT_PROBE3(vfs, namecache, fullpath, return, error,
3395 SDT_PROBE3(vfs, namecache, fullpath, hi
[all...]
H A Dkern_lockf.c2475 char *fullpath, *freepath; local
2532 fullpath = "-";
2533 error = vn_fullpath(vp, &fullpath, &freepath);
2535 strlcpy(klf->kl.kl_path, fullpath,
H A Dkern_proc.c2394 char *fullpath, *freepath; local
2481 fullpath = "";
2495 vn_fullpath(vp, &fullpath, &freepath);
2511 strlcpy(kve->kve_path, fullpath, sizeof(kve->kve_path));
2609 char *fullpath, *freepath; local
2696 fullpath = "";
2708 vn_fullpath(vp, &fullpath, &freepath);
2734 strlcpy(kve->kve_path, fullpath, sizeof(kve->kve_path));
H A Dkern_sig.c4103 char *fullpath, *freepath = NULL; local
4188 if (vn_fullpath_global(p->p_textvp, &fullpath, &freepath) != 0)
4191 devctl_safe_quote_sb(sb, fullpath);
4203 if (vn_getcwd(freepath, &fullpath, &fullpathsize) != 0) {
4207 devctl_safe_quote_sb(sb, fullpath);
H A Dvfs_vnops.c2794 char *fullpath, *freepath; local
2799 fullpath = "-";
2800 error = vn_fullpath(vp, &fullpath, &freepath);
2802 strlcpy(kif->kf_path, fullpath, sizeof(kif->kf_path));
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc135 char fullpath[PATH_MAX];
137 int chars = snprintf(fullpath, PATH_MAX, "%s/%s", dir, bin);
142 if (!realpath(fullpath, ret))
144 if (stat(fullpath, &sb) != 0)
/freebsd-current/sys/compat/linprocfs/
H A Dlinprocfs.c1206 char *fullpath = "unknown"; local
1210 vn_fullpath(pwd->pwd_cdir, &fullpath, &freepath);
1211 sbuf_printf(sb, "%s", fullpath);
1226 char *fullpath = "unknown"; local
1231 vn_fullpath(vp, &fullpath, &freepath);
1232 sbuf_printf(sb, "%s", fullpath);
/freebsd-current/sys/netgraph/
H A Dng_base.c1731 char fullpath[NG_PATHSIZ]; local
1743 strncpy(fullpath, address, sizeof(fullpath) - 1);
1744 fullpath[sizeof(fullpath) - 1] = '\0';
1747 if (ng_path_parse(fullpath, &nodename, &path, NULL) < 0) {
/freebsd-current/sys/vm/
H A Dvm_object.c2504 char *fullpath, *freepath; local
2580 fullpath = "";
2596 vn_fullpath(vp, &fullpath, &freepath);
2607 strlcpy(kvo->kvo_path, fullpath, sizeof(kvo->kvo_path));
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_control.c989 char fullpath[512]; local
1110 prc = snprintf(fullpath, sizeof(fullpath), "%s%s",
1112 if (prc < 0 || (size_t)prc >= sizeof(fullpath)) {
1114 (u_int)sizeof(fullpath));
1122 fd = open(fullpath, openmode, S_IRUSR | S_IWUSR);
1138 fullpath, stoa(&rbufp->recv_srcadr));
/freebsd-current/crypto/openssl/
H A DConfigure3269 my $fullpath = catfile($_, "$name$target{exe_extension}");
3270 if (-f $fullpath and -x $fullpath) {
3271 return $fullpath;
/freebsd-current/sys/sys/
H A Dproc.h1203 int proc_get_binpath(struct proc *p, char *binname, char **fullpath,
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3177 const char *fullpath = path; local
3188 fullpath = buf;
3191 error = zpool_relabel_disk(hdl, fullpath, errbuf);
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5804 char fullpath[MAXPATHLEN]; local
5810 if (snprintf(fullpath, sizeof (fullpath), "%s/%s",
5811 dirpath, ent->d_name) >= sizeof (fullpath)) {
5819 if (stat(fullpath, &dir_stat) == 0)
5823 fullpath);
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp730 "A basename or fullpath to a file that contains "
736 "A basename or fullpath to a shared library to use in the search "
1350 std::string fullpath = file_spec_ptr->GetPath(); local
1351 strm.Printf("%-*s", width, fullpath.c_str());
2107 // Dump specified images (by basename or fullpath)
2196 // Dump specified images (by basename or fullpath)
2332 // Dump specified ASTs (by basename or fullpath)
2408 // Dump specified images (by basename or fullpath)
2474 // Dump specified images (by basename or fullpath)
2635 // Dump specified images (by basename or fullpath)
[all...]

Completed in 333 milliseconds

12