Searched refs:path (Results 1 - 25 of 2671) sorted by last modified time

1234567891011>>

/freebsd-current/
H A DMakefile.inc128 # METALOG="path to metadata log" to write permission and ownership
94 # If a full path to an external cross compiler is given, don't build
235 # If a full path to an external linker is given, don't build lld.
1042 # anywhere in the path of it's files.
1044 @echo "*** Error: path to source tree contains a comma ','"
1050 @echo "*** Error: path to source tree contains a colon ':'"
2937 .error NXTP variable should be an absolute path
3709 .error XDTP variable should be an absolute path
3726 # won't set header path and -L is used to ensure the base library path
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dbhyverun.c587 char *path; local
592 path = strndup(option, value - option);
593 if (path == NULL)
595 set_config_value(path, value + 1);
596 free(path);
601 bhyve_parse_simple_config_file(const char *path) argument
608 fp = fopen(path, "r");
610 err(4, "Failed to open configuration file %s", path);
621 errx(4, "%s line %u: invalid config option '%s'", path,
/freebsd-current/sys/kern/
H A Dvfs_mount.c729 ("%s: invalid refcount in the drain path @ %s:%d", __func__,
1044 char *path; member in struct:mount_args
1096 ma = mount_argsu(ma, "fspath", uap->path, MNAMELEN);
1113 char *fspath, /* Mount path. */
1587 char *fspath, /* Mount path. */
1675 * Note: we allow any vnode type here. If the path sanity check
1705 * Note: unmount takes a path to the vnode mounted on as argument, not
1710 char *path; member in struct:unmount_args
1719 return (kern_unmount(td, uap->path, uap->flags));
1723 kern_unmount(struct thread *td, const char *path, in argument
[all...]
H A Dkern_linker.c87 static const char *linker_basename(const char *path);
1906 * - preloaded (result is just the module name) - on disk (result is full path
1909 * If the module name is qualified in any way (contains path, etc.) the we
1912 * The search path can be manipulated via sysctl. Note that we use the ';'
1920 sizeof(linker_path), "module load search path");
1936 linker_lookup_file(const char *path, int pathlen, const char *name, argument
1953 sep = (path[pathlen - 1] != '/') ? "/" : "";
1958 snprintf(result, reclen, "%.*s%s%.*s%s", pathlen, path, sep,
1961 * Attempt to open the file, and return the path if
1991 linker_hints_lookup(const char *path, in argument
2171 linker_basename(const char *path) argument
[all...]
/freebsd-current/libexec/rtld-elf/
H A Drtld.h141 char *path; /* Pathname of underlying file (%) */ member in struct:Struct_Obj_Entry
142 char *origin_path; /* Directory path of origin file */
207 const char *rpath; /* Search path specified in object */
208 const char *runpath; /* Search path with different priority */
249 bool z_nodeflib : 1; /* Don't search default library path */
400 bool check_elf_headers(const Elf_Ehdr *hdr, const char *path);
H A Drtld.c73 typedef void * (*path_enum_proc) (const char *path, size_t len, void *arg);
213 static const char *ld_library_path;/* Environment variable for search path */
219 static const char *ld_elf_hints_path; /* Environment variable for alternative hints path */
301 * Globals for path names, and such
584 __progname = obj_rtld.path;
689 /* Point AT_EXECPATH auxv and aux_info to the binary path. */
797 obj_main->path = kexecpath;
801 obj_main->path = xstrdup(argv0);
803 obj_main->path = xstrdup(buf);
806 obj_main->path
1634 digest_phdr(const Elf_Phdr *phdr, int phnum, caddr_t entry, const char *path) argument
2718 printable_path(const char *path) argument
2739 char *path; local
2819 do_load_object(int fd, const char *name, char *path, struct stat *sbp, int flags) argument
3474 path_enumerate(const char *path, path_enum_proc callback, const char *refobj_path, void *arg) argument
3546 search_library_path(const char *name, const char *path, const char *refobj_path, int *fdp) argument
3578 search_library_pathfds(const char *name, const char *path, int *fdp) argument
4349 rtld_dirname(const char *path, char *bname) argument
4392 rtld_dirname_abs(const char *path, char *base) argument
5009 trace_print_obj(Obj_Entry *obj, const char *name, const char *path, const char *main_local, const char *fmt1, const char *fmt2) argument
5073 const char *name, *path; local
[all...]
/freebsd-current/libexec/rtld-elf/powerpc64/
H A Dreloc.c118 " relocation in %s", name, dstobj->path);
219 obj->path);
263 "Thread Local Storage", obj->path);
295 obj->path);
313 " in non-PLT relocations\n", obj->path,
/freebsd-current/libexec/rtld-elf/powerpc/
H A Dreloc.c123 " relocation in %s", name, dstobj->path);
225 obj->path);
268 "Thread Local Storage", obj->path);
300 obj->path);
318 " in non-PLT relocations\n", obj->path,
729 obj->path, obj->gotptr,
/freebsd-current/libexec/rtld-elf/aarch64/
H A Dreloc.c169 "COPY relocation in %s", name, dstobj->path);
516 obj->path);
547 "relocation in shared library", obj->path);
568 "Thread Local Storage", obj->path);
598 obj->path, ELF_R_TYPE(rela->r_info));
/freebsd-current/contrib/bsddialog/utility/
H A Dutil_theme.c340 char *env, *file, *home, path[PATH_MAX]; local
349 snprintf(path, PATH_MAX, "%s%s.bsddialog.conf",
351 if (access(path, F_OK) == 0)
352 loadtheme(path, false);
355 snprintf(path, PATH_MAX, "%s%s%s",
357 if (access(path, F_OK) == 0)
358 loadtheme(path, true);
/freebsd-current/sys/dev/nvme/
H A Dnvme_sim.c146 CAM_DEBUG(ccb->ccb_h.path, CAM_DEBUG_TRACE,
200 cpi->xport_specific.nvme.nsid = xpt_path_lun_id(ccb->ccb_h.path);
325 printf("Failed to create a path\n");
354 * each new namespace, we create a new CAM path for it. We then
355 * rescan the path to get it to enumerate.
357 if (xpt_create_path(&ccb->ccb_h.path, /*periph*/NULL,
359 printf("unable to create path for rescan\n");
/freebsd-current/contrib/bmake/
H A Dvar.c2586 char *path; local
2597 path = NULL;
2598 else if (gn->path != NULL)
2599 path = bmake_strdup(gn->path);
2602 path = Dir_FindFile(expr->name, searchPath);
2604 if (path == NULL)
2605 path = bmake_strdup(expr->name);
2606 Expr_SetValueOwn(expr, path);
H A Dmake.h214 * The direct successful path:
217 * The direct error path:
220 * The successful path when dependencies need to be made first:
342 /* Don't search for the file in the path. */
442 * path.
444 char *path; member in struct:GNode
849 SearchPath *path = bmake_malloc(sizeof *path); local
850 Lst_Init(&path->dirs);
851 return path;
[all...]
H A Dmain.c337 /* Is path relative or does it contain any relative component "." or ".."? */
339 IsRelativePath(const char *path) argument
343 if (path[0] != '/')
345 p = path;
723 char *path; local
729 vsnprintf(path = buf, MAXPATHLEN, fmt, ap);
732 if (path[0] != '/') {
733 if (snprintf(buf2, MAXPATHLEN, "%s/%s", curdir, path) <= MAXPATHLEN)
734 path = buf2;
740 if (stat(path,
762 FStr path = Var_Value(SCOPE_CMDLINE, var); local
1266 char *vpath, savec, *path; local
1650 char *name, *path = NULL; local
[all...]
H A Djob.c198 * .SHELL target. For user-defined shells, this is the full path of
303 * name or the full path of a sh-compatible shell, which will be used as
2383 * created from the shell spec), shellPath is the full path of the
2396 * path Location of shell.
2421 char *path; local
2437 path = wordsList.freeIt;
2442 shell_freeIt = path;
2444 for (path = NULL, argv = words; argc != 0; argc--, argv++) {
2446 if (strncmp(arg, "path=", 5) == 0) {
2447 path
[all...]
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk63 # DEP_RELDIR to be the RELDIR (path relative to SRCTOP) for
872 # we can skip :tA since we computed the path above
/freebsd-current/share/mk/
H A Dbsd.sys.mk369 LDFLAGS+= --ld-path=${LD:[1]:S/^ld.//1W}
374 # GCC does not support an absolute path for -fuse-ld so we just print this
/freebsd-current/sbin/nvmecontrol/
H A Dtelemetry.c97 char *path; local
114 get_nsid(fd, &path, &nsid);
119 open_dev(path, &fd, 0, 1);
121 free(path);
/freebsd-current/bin/rmdir/
H A Drmdir.c83 rm_path(char *path) argument
87 p = path + strlen(path);
88 while (--p > path && *p == '/')
91 while ((p = strrchr(path, '/')) != NULL) {
93 while (--p >= path && *p == '/')
96 if (p == path)
99 if (rmdir(path) < 0) {
100 warn("%s", path);
104 printf("%s\n", path);
[all...]
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf_sim.c152 CAM_DEBUG(ccb->ccb_h.path, CAM_DEBUG_TRACE,
184 xpt_path_lun_id(ccb->ccb_h.path);
267 if (xpt_create_path(&sc->path, NULL, cam_sim_path(sc->sim),
269 device_printf(sc->dev, "Failed to create CAM path\n");
294 if (xpt_create_path(&ccb->ccb_h.path, NULL, cam_sim_path(sc->sim), 0,
297 "Unable to create path for rescan of namespace %u\n", id);
325 xpt_async(AC_LOST_DEVICE, sc->path, NULL);
328 xpt_free_path(sc->path);
/freebsd-current/sys/conf/
H A Dkmod.mk16 # KMODDIR Base path for kernel modules (see kld(4)). [/boot/kernel]
307 # Ensure that debug info references the path in the source tree.
324 path=${SYSDIR}/${MACHINE}/include ;; \
326 path=${SYSDIR}/${.TARGET:T}/include ;; \
328 path=`realpath $$path`; \
329 ${ECHO} ${.TARGET:T} "->" $$path ; \
330 ln -fns $$path ${.TARGET:T}
/freebsd-current/sys/compat/linux/
H A Dlinux_misc.c875 error = kern_mkfifoat(td, AT_FDCWD, args->path, UIO_USERSPACE,
881 error = kern_mknodat(td, AT_FDCWD, args->path, UIO_USERSPACE,
893 error = kern_openat(td, AT_FDCWD, args->path, UIO_USERSPACE,
2690 error = linux_exec_copyin_args(&eargs, args->path, UIO_USERSPACE,
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c85 static void ssl_path_err(const char* s, const char *path) ATTR_NORETURN;
497 /** exit with ssl error related to a file path */
498 static void ssl_path_err(const char* s, const char *path) argument
504 s, path, ERR_reason_error_string(err));
/freebsd-current/contrib/unbound/services/
H A Dlisten_dnsport.h289 * @param path: path to the socket.
295 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
H A Dlisten_dnsport.c157 const char *path)
207 log_err("systemd sd_listen_fds(): %s", path);
929 create_local_accept_sock(const char *path, int* noproto, int use_systemd) argument
934 if (use_systemd && (ret = systemd_get_activated(AF_LOCAL, SOCK_STREAM, 1, NULL, 0, path)) != -1)
945 verbose(VERB_ALGO, "creating unix socket %s", path);
952 (void)strlcpy(usock.sun_path, path, sizeof(usock.sun_path));
956 path, strerror(errno));
960 if (unlink(path) && errno != ENOENT) {
963 path, strerror(errno));
970 path, strerro
155 systemd_get_activated(int family, int socktype, int listen, struct sockaddr *addr, socklen_t addrlen, const char *path) argument
[all...]

Completed in 276 milliseconds

1234567891011>>