Searched refs:readonly (Results 1 – 10 of 10) sorted by relevance
/xen/xen/include/xen/ |
A D | p2m-common.h | 36 bool readonly, p2m_type_t *p2mt_p,
|
/xen/tools/pygrub/src/ |
A D | LiloConf.py | 68 if self.readonly: 77 readonly = property(get_readonly, set_readonly) variable in LiloImage
|
A D | ExtLinuxConf.py | 115 readonly = property(get_readonly, set_readonly) variable in ExtLinuxImage
|
/xen/xen/common/ |
A D | grant_table.c | 749 int readonly, in _set_status_v1() argument 795 if ( !readonly ) in _set_status_v1() 822 int readonly, in _set_status_v2() argument 846 if ( readonly ) in _set_status_v2() 897 int readonly, in _set_status() argument 2408 struct domain *rd, grant_ref_t gref, bool readonly) in release_grant_for_copy() argument 2438 if ( readonly ) in release_grant_for_copy() 2553 if ( (!old_pin || (!readonly && in acquire_grant_for_copy() 2677 readonly, rd); in acquire_grant_for_copy() 2688 readonly, rd); in acquire_grant_for_copy() [all …]
|
A D | memory.c | 1696 int check_get_page_from_gfn(struct domain *d, gfn_t gfn, bool readonly, in check_get_page_from_gfn() argument 1699 p2m_query_t q = readonly ? P2M_ALLOC : P2M_UNSHARE; in check_get_page_from_gfn()
|
/xen/tools/python/xen/lowlevel/xs/ |
A D | xs.c | 982 int readonly = 0; in xshandle_init() local 985 &readonly)) in xshandle_init() 988 self->xh = (readonly ? xs_daemon_open_readonly() : xs_daemon_open()); in xshandle_init()
|
/xen/docs/misc/ |
A D | block-scripts.txt | 49 $XENBUS/mode 'r' (for readonly) or 'w' (for read-write) 62 $XENBUS/mode 'r' (for readonly) or 'w' (for read-write)
|
A D | grant-tables.txt | 149 gref[i] = gnttab_grant_foreign_access( domBid, mfn, (readonly ? 1 : 0) ); 219 gnttab_end_foreign_access( gref[i], readonly ); 221 TODO: readonly yet to be implemented.
|
/xen/tools/tests/depriv/ |
A D | depriv-fd-checker.c | 378 DEFCHECK(readonly),
|
/xen/stubdom/grub.patches/ |
A D | 40ext3_256byte_inode.diff | 31 + __u32 s_feature_ro_compat; /* readonly-compatible feature set */
|
Completed in 845 milliseconds