Home
last modified time | relevance | path

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

/xen/tools/libs/hypfs/
A Dcore.c283 char *buf, *ret_buf = NULL; in xenhypfs_read() local
296 if (!ret_buf) in xenhypfs_read()
299 buf = ret_buf; in xenhypfs_read()
300 ret_buf = NULL; in xenhypfs_read()
312 ret_buf = buf; in xenhypfs_read()
335 ret_buf = NULL; in xenhypfs_read()
356 ret_buf = NULL; in xenhypfs_read()
366 return ret_buf; in xenhypfs_read()
402 ret_buf = malloc(n * sizeof(*ret_buf) + name_sz); in xenhypfs_readdir()
403 if (!ret_buf) in xenhypfs_readdir()
[all …]

Completed in 3 milliseconds