Home
last modified time | relevance | path

Searched refs:PATH_MAX (Results 1 – 9 of 9) sorted by relevance

/tools/include/xen-tools/
A Dxenstore-common.h21 static char buf[PATH_MAX]; in xenstore_daemon_path()
28 PATH_MAX ) in xenstore_daemon_path()
/tools/libs/light/
A Dlibxl_exec.c37 char path[PATH_MAX]; in check_open_fds()
38 char linkpath[PATH_MAX+1]; in check_open_fds()
54 snprintf(path, PATH_MAX, "/proc/%d/fd/%d", getpid(), i); in check_open_fds()
55 len = readlink(path, linkpath, PATH_MAX); in check_open_fds()
A Dlibxl_bootloader.c227 char buf[PATH_MAX*2]; in parse_bootloader_result()
573 char dom_console_slave_tty_path[PATH_MAX]; in bootloader_gotptys()
A Dlibxl_usb.c1363 dp = libxl__zalloc(gc, PATH_MAX); in usbintf_get_drvpath()
A Dlibxl_pci.c512 dp = libxl__zalloc(gc, PATH_MAX); in sysfs_dev_unbind()
/tools/console/daemon/
A Dio.c413 char logfile[PATH_MAX]; in create_hv_log()
415 snprintf(logfile, PATH_MAX-1, "%s/hypervisor.log", log_dir); in create_hv_log()
416 logfile[PATH_MAX-1] = '\0'; in create_hv_log()
438 char logfile[PATH_MAX]; in create_console_log()
461 snprintf(logfile, PATH_MAX-1, "%s/guest-%s%s.log", in create_console_log()
465 logfile[PATH_MAX-1] = '\0'; in create_console_log()
682 char *type, path[PATH_MAX]; in console_create_ring()
/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c281 #ifndef PATH_MAX
282 #define PATH_MAX 1024 /* include/linux/limits.h */ macro
626 char linkbuf[PATH_MAX]; /* buffer for following symbolic links */ in ext2fs_dir()
/tools/libs/stat/
A Dxenstat_solaris.c214 char path[PATH_MAX]; in collect_dom_networks()
321 char path[PATH_MAX]; in collect_dom_vbds()
/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c287 #ifndef PATH_MAX
288 #define PATH_MAX 1024 /* include/linux/limits.h */ macro
993 char linkbuf[PATH_MAX]; /* buffer for following symbolic links */ in reiserfs_dir()

Completed in 29 milliseconds