Lines Matching refs:path_buf
95 char **path_buf) in xenhypfs_get_pathbuf() argument
112 *path_buf = xencall_alloc_buffer(fshdl->xcall, path_sz); in xenhypfs_get_pathbuf()
113 if (!*path_buf) { in xenhypfs_get_pathbuf()
117 strcpy(*path_buf, path); in xenhypfs_get_pathbuf()
214 char *path_buf = NULL; in xenhypfs_read_raw() local
221 ret = xenhypfs_get_pathbuf(fshdl, path, &path_buf); in xenhypfs_read_raw()
239 (unsigned long)path_buf, path_sz, in xenhypfs_read_raw()
274 xencall_free_buffer(fshdl->xcall, path_buf); in xenhypfs_read_raw()
430 char *path_buf = NULL, *val_end; in xenhypfs_write() local
436 ret = xenhypfs_get_pathbuf(fshdl, path, &path_buf); in xenhypfs_write()
451 (unsigned long)path_buf, path_sz, in xenhypfs_write()
525 (unsigned long)path_buf, path_sz, in xenhypfs_write()
530 xencall_free_buffer(fshdl->xcall, path_buf); in xenhypfs_write()