Home
last modified time | relevance | path

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

/xen/tools/libs/hypfs/
A Dcore.c98 int path_sz; in xenhypfs_get_pathbuf() local
105 path_sz = strlen(path) + 1; in xenhypfs_get_pathbuf()
106 if (path_sz > XEN_HYPFS_MAX_PATHLEN) in xenhypfs_get_pathbuf()
119 ret = path_sz; in xenhypfs_get_pathbuf()
218 int sz, path_sz; in xenhypfs_read_raw() local
225 path_sz = ret; in xenhypfs_read_raw()
239 (unsigned long)path_buf, path_sz, in xenhypfs_read_raw()
432 int sz, path_sz; in xenhypfs_write() local
440 path_sz = ret; in xenhypfs_write()
451 (unsigned long)path_buf, path_sz, in xenhypfs_write()
[all …]

Completed in 4 milliseconds