Home
last modified time | relevance | path

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

/xen/xen/common/
A Dhypfs.c143 if ( ulen > XEN_HYPFS_MAX_PATHLEN ) in hypfs_get_path_user()
149 if ( memchr(buf, 0, ulen) != buf + ulen - 1 ) in hypfs_get_path_user()
268 if ( ulen < sizeof(e) ) in hypfs_read()
301 if ( ulen > leaf->e.max_size ) in hypfs_write_leaf()
308 buf = xmalloc_array(char, ulen); in hypfs_write_leaf()
319 memchr(buf, 0, ulen) != (buf + ulen - 1) ) in hypfs_write_leaf()
324 leaf->e.size = ulen; in hypfs_write_leaf()
341 if ( ulen != leaf->e.max_size ) in hypfs_write_bool()
362 if ( ulen > MAX_PARAM_SIZE ) in hypfs_write_custom()
365 buf = xzalloc_array(char, ulen); in hypfs_write_custom()
[all …]
/xen/xen/include/xen/
A Dhypfs.h21 XEN_GUEST_HANDLE_PARAM(void) uaddr, unsigned int ulen);
116 XEN_GUEST_HANDLE_PARAM(void) uaddr, unsigned int ulen);
118 XEN_GUEST_HANDLE_PARAM(void) uaddr, unsigned int ulen);
120 XEN_GUEST_HANDLE_PARAM(void) uaddr, unsigned int ulen);

Completed in 4 milliseconds