/xen/xen/xsm/flask/ss/ |
A D | context.h | 29 struct context { struct 36 static inline void mls_context_init(struct context *c) in mls_context_init() argument
|
A D | sidtab.c | 39 int sidtab_insert(struct sidtab *s, u32 sid, struct context *context) in sidtab_insert() 128 int (*apply) (u32 sid, struct context *context, void *args), void *args) in sidtab_map() 152 int (*apply) (u32 sid, struct context *context, void *args), void *args) in sidtab_map_remove_on_error() 196 struct context *context) in sidtab_search_context() 214 int sidtab_context_to_sid(struct sidtab *s, struct context *context, in sidtab_context_to_sid()
|
A D | mls.c | 30 int mls_compute_context_len(struct context * context) in mls_compute_context_len() 89 void mls_sid_to_context(struct context *context, char **scontext) in mls_sid_to_context() 250 struct context *context, struct sidtab *s) in mls_context_to_sid() 381 static inline int mls_range_set(struct context *context, in mls_range_set()
|
A D | sidtab.h | 18 struct context context; /* security context structure */ member
|
A D | services.c | 715 static int context_struct_to_string(struct context *context, char **scontext, u32 *scontext_len) in context_struct_to_string() 767 struct context *context; in security_sid_to_context() local 820 struct context context; in security_context_to_sid() local 1243 static int clone_sid(u32 sid, struct context *context, void *arg) in clone_sid() 1250 static inline int convert_context_handle_invalid_context(struct context *context) in convert_context_handle_invalid_context()
|
A D | policydb.h | 161 struct context context; member
|
/xen/tools/libs/toollog/ |
A D | xtl_core.c | 44 const char *context /* eg "xc", "xenstore", "xl" */, in xtl_logv() 56 const char *context /* eg "xc", "xenstore", "xl" */, in xtl_log() 66 const char *context, const char *doing_what, in xtl_progress()
|
A D | xtl_logger_stdio.c | 49 const char *context, in stdiostream_vmessage() 90 const char *context, in stdiostream_message() 100 const char *context, in stdiostream_progress()
|
/xen/tools/ocaml/libs/xentoollog/ |
A D | xentoollog_stubs.c | 75 static value Val_context(const char *context) in Val_context() 85 const char *context, in stub_xtl_ocaml_vmessage() 115 const char *context, in stub_xtl_ocaml_progress()
|
/xen/xen/arch/x86/x86_64/ |
A D | traps.c | 37 enum context { CTXT_hypervisor, CTXT_pv_guest, CTXT_hvm_guest }; enum 57 enum context context, const struct vcpu *v) in _show_registers() 100 enum context context; in show_registers() local
|
/xen/tools/xenstore/ |
A D | talloc.c | 171 void *_talloc(const void *context, size_t size) in _talloc() 261 void *talloc_reference(const void *context, const void *ptr) in talloc_reference() 286 static int talloc_unreference(const void *context, const void *ptr) in talloc_unreference() 322 int talloc_unlink(const void *context, void *ptr) in talloc_unlink() 411 void *talloc_named(const void *context, size_t size, const char *fmt, ...) in talloc_named() 431 void *talloc_named_const(const void *context, size_t size, const char *name) in talloc_named_const() 606 void *_talloc_realloc(const void *context, void *ptr, size_t size, const char *name) in _talloc_realloc() 1238 void *talloc_realloc_fn(const void *context, void *ptr, size_t size) in talloc_realloc_fn() 1263 size_t talloc_get_size(const void *context) in talloc_get_size() 1278 void *talloc_find_parent_byname(const void *context, const char *name) in talloc_find_parent_byname() [all …]
|
A D | xenstored_domain.c | 317 static char *talloc_domain_path(void *context, unsigned int domid) in talloc_domain_path() 333 static struct domain *alloc_domain(void *context, unsigned int domid) in alloc_domain()
|
/xen/tools/libxl/ |
A D | libxl_save_helper.c | 59 const char *context, in tellparent_vmessage() 71 const char *context, in tellparent_progress()
|
A D | libxl_save_callout.c | 403 const char *context, const char *formatted, void *user) in libxl__srm_callout_callback_log() 410 void libxl__srm_callout_callback_progress(const char *context, in libxl__srm_callout_callback_progress()
|
A D | libxl_qmp.c | 109 qmp_request_context *context; member 527 qmp_request_context *context) in qmp_send_prepare() 559 qmp_request_context *context) in qmp_send() 589 qmp_request_context context = { .rc = 0 }; in qmp_synchronous_send() local
|
/xen/tools/xl/ |
A D | xl_info.c | 363 static void list_domains(bool verbose, bool context, bool claim, bool numa, in list_domains() 506 bool context = false; in main_list() local
|
/xen/xen/include/asm-x86/ |
A D | vpmu.h | 62 void *context; /* May be shared with PV guest */ member
|
/xen/xen/drivers/passthrough/vtd/ |
A D | iommu.c | 90 static int context_set_domain_id(struct context_entry *context, in context_set_domain_id() 127 static int context_get_domain_id(struct context_entry *context, in context_get_domain_id() 1320 struct context_entry *context, *context_entries; in domain_context_mapping_one() local 1575 struct context_entry *context, *context_entries; in domain_context_unmap_one() local
|
A D | iommu.h | 531 int __must_check (*context)(struct vtd_iommu *iommu, u16 did, member
|
/xen/tools/libxc/ |
A D | xc_sr_stream_format.h | 114 uint8_t context[0]; member
|
A D | xc_sr_common.h | 385 struct xc_sr_blob context; member
|
/xen/xen/xsm/flask/ |
A D | flask_op.c | 198 char *context; in flask_security_sid() local
|
/xen/tools/debugger/kdd/ |
A D | kdd-xen.c | 555 const char *context /* eg "xc", "xl", may be 0 */, in kdd_xc_log()
|
/xen/tools/xentrace/ |
A D | xenalyze.c | 8116 int context = POD_RECLAIM_CONTEXT_UNKNOWN; in mem_pod_zero_reclaim_process() local
|