Searched refs:PATH_MAX (Results 1 – 9 of 9) sorted by relevance
| /tools/include/xen-tools/ |
| A D | xenstore-common.h | 21 static char buf[PATH_MAX]; in xenstore_daemon_path() 28 PATH_MAX ) in xenstore_daemon_path()
|
| /tools/libs/light/ |
| 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 | 227 char buf[PATH_MAX*2]; in parse_bootloader_result() 573 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 | 512 dp = libxl__zalloc(gc, PATH_MAX); in sysfs_dev_unbind()
|
| /tools/console/daemon/ |
| A D | io.c | 413 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 D | fsys_ext2fs.c | 281 #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 D | xenstat_solaris.c | 214 char path[PATH_MAX]; in collect_dom_networks() 321 char path[PATH_MAX]; in collect_dom_vbds()
|
| /tools/libfsimage/reiserfs/ |
| A D | fsys_reiserfs.c | 287 #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