Home
last modified time | relevance | path

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

/xen/tools/libs/hypfs/
A Dcore.c48 xenhypfs_handle *fshdl = calloc(1, sizeof(*fshdl)); in xenhypfs_open() local
50 if (!fshdl) in xenhypfs_open()
57 if (!fshdl->logger) { in xenhypfs_open()
58 fshdl->logger = fshdl->logger_tofree = in xenhypfs_open()
65 fshdl->xcall = xencall_open(fshdl->logger, 0); in xenhypfs_open()
66 if (!fshdl->xcall) in xenhypfs_open()
74 return fshdl; in xenhypfs_open()
79 free(fshdl); in xenhypfs_open()
85 if (!fshdl) in xenhypfs_close()
90 free(fshdl); in xenhypfs_close()
[all …]
/xen/tools/libs/hypfs/include/
A Dxenhypfs.h54 int xenhypfs_close(xenhypfs_handle *fshdl);
61 void *xenhypfs_read_raw(xenhypfs_handle *fshdl, const char *path,
68 char *xenhypfs_read(xenhypfs_handle *fshdl, const char *path);
75 struct xenhypfs_dirent *xenhypfs_readdir(xenhypfs_handle *fshdl,
83 int xenhypfs_write(xenhypfs_handle *fshdl, const char *path, const char *val);

Completed in 4 milliseconds