Searched refs:PATH_MAX (Results 1 – 16 of 16) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xs_lib.c | 42 static char buf[PATH_MAX]; in xs_daemon_path() 47 xs_daemon_rundir()) >= PATH_MAX) in xs_daemon_path() 54 static char buf[PATH_MAX]; in xs_daemon_tdb() 66 static char buf[PATH_MAX]; in xs_daemon_socket_ro() 70 if (snprintf(buf, sizeof(buf), "%s_ro", s) >= PATH_MAX) in xs_daemon_socket_ro()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_exec.c | 37 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 D | libxl_bootloader.c | 148 char buf[PATH_MAX*2]; in parse_bootloader_result() 490 char dom_console_slave_tty_path[PATH_MAX]; in bootloader_gotptys()
|
A D | libxl_usb.c | 1267 dp = libxl__zalloc(gc, PATH_MAX); in usbintf_get_drvpath()
|
A D | libxl_pci.c | 458 dp = libxl__zalloc(gc, PATH_MAX); in sysfs_dev_unbind()
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 396 char logfile[PATH_MAX]; in create_hv_log() 398 snprintf(logfile, PATH_MAX-1, "%s/hypervisor.log", log_dir); in create_hv_log() 399 logfile[PATH_MAX-1] = '\0'; in create_hv_log() 421 char logfile[PATH_MAX]; in create_console_log() 444 snprintf(logfile, PATH_MAX-1, "%s/guest-%s%s.log", in create_console_log() 448 logfile[PATH_MAX-1] = '\0'; in create_console_log() 665 char *type, path[PATH_MAX]; in console_create_ring()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | confdata.c | 113 static char fullname[PATH_MAX+1]; in conf_get_default_confname() 745 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1]; in conf_write() 841 char path[PATH_MAX+1]; in conf_split_config()
|
A D | mconf.c | 296 static char filename[PATH_MAX+1]; 299 static char menu_backtitle[PATH_MAX+128]; in set_config_filename() 778 char buf[PATH_MAX+1]; in conf_message_callback()
|
A D | nconf.c | 626 static char filename[PATH_MAX+1]; 627 static char menu_backtitle[PATH_MAX+128];
|
A D | zconf.lex.c_shipped | 2377 char *env, fullname[PATH_MAX+1];
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat_solaris.c | 214 char path[PATH_MAX]; in collect_dom_networks() 321 char path[PATH_MAX]; in collect_dom_vbds()
|
/xen-4.10.0-shim-comet/tools/libfsimage/ext2fs/ |
A D | fsys_ext2fs.c | 281 #define PATH_MAX 1024 /* include/linux/limits.h */ macro 624 char linkbuf[PATH_MAX]; /* buffer for following symbolic links */ in ext2fs_dir()
|
/xen-4.10.0-shim-comet/tools/libfsimage/reiserfs/ |
A D | fsys_reiserfs.c | 287 #define PATH_MAX 1024 /* include/linux/limits.h */ macro 991 char linkbuf[PATH_MAX]; /* buffer for following symbolic links */ in reiserfs_dir()
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 60ext4.diff | 389 char linkbuf[PATH_MAX]; /* buffer for following symbolic links */
|
A D | 61btrfs.diff | 142 +#define PATH_MAX 1024 /* include/linux/limits.h */ 3037 + if (filemax + len > PATH_MAX - 1) { 3269 + char linkbuf[PATH_MAX];
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-qcow.c | 1186 char backing_filename[PATH_MAX], *ptr; in qcow_create()
|
Completed in 39 milliseconds