Searched refs:xen_deny (Results 1 – 3 of 3) sorted by relevance
472 safe_strcpy(extraversion, deny ? xen_deny() : xen_extra_version()); in DO()483 safe_strcpy(info.compiler, deny ? xen_deny() : xen_compiler()); in DO()484 safe_strcpy(info.compile_by, deny ? xen_deny() : xen_compile_by()); in DO()485 safe_strcpy(info.compile_domain, deny ? xen_deny() : xen_compile_domain()); in DO()486 safe_strcpy(info.compile_date, deny ? xen_deny() : xen_compile_date()); in DO()522 safe_strcpy(chgset, deny ? xen_deny() : xen_changeset()); in DO()596 len = strlen(xen_deny()) + 1; in DO()598 if ( copy_to_guest(arg, deny ? xen_deny() : saved_cmdline, len) ) in DO()
68 const char *xen_deny(void) in xen_deny() function
18 const char *xen_deny(void);
Completed in 4 milliseconds