Searched refs:PATH_MAX (Results 1 – 15 of 15) sorted by relevance
/xen/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/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 | 1363 dp = libxl__zalloc(gc, PATH_MAX); in usbintf_get_drvpath()
|
A D | libxl_pci.c | 475 dp = libxl__zalloc(gc, PATH_MAX); in sysfs_dev_unbind()
|
/xen/tools/console/daemon/ |
A D | io.c | 421 char logfile[PATH_MAX]; in create_hv_log() 423 snprintf(logfile, PATH_MAX-1, "%s/hypervisor.log", log_dir); in create_hv_log() 424 logfile[PATH_MAX-1] = '\0'; in create_hv_log() 446 char logfile[PATH_MAX]; in create_console_log() 469 snprintf(logfile, PATH_MAX-1, "%s/guest-%s%s.log", in create_console_log() 473 logfile[PATH_MAX-1] = '\0'; in create_console_log() 690 char *type, path[PATH_MAX]; in console_create_ring()
|
/xen/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/xen/tools/kconfig/ |
A D | confdata.c | 93 char tmp[PATH_MAX + 1]; in make_parent_dir() 125 static char depfile_path[PATH_MAX]; 849 char tmpname[PATH_MAX + 1], oldname[PATH_MAX + 1]; in conf_write()
|
A D | mconf.c | 295 static char filename[PATH_MAX+1]; 298 static char menu_backtitle[PATH_MAX+128]; in set_config_filename()
|
A D | nconf.c | 627 static char filename[PATH_MAX+1]; 628 static char menu_backtitle[PATH_MAX+128];
|
A D | conf.c | 43 static char line[PATH_MAX];
|
/xen/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/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/stubdom/grub.patches/ |
A D | 60ext4.diff | 389 char linkbuf[PATH_MAX]; /* buffer for following symbolic links */
|
A D | 61btrfs.diff | 131 +#define PATH_MAX 1024 /* include/linux/limits.h */ 3026 + if (filemax + len > PATH_MAX - 1) { 3258 + char linkbuf[PATH_MAX];
|
Completed in 42 milliseconds