Home
last modified time | relevance | path

Searched defs:ctxt (Results 126 - 150 of 192) sorted by relevance

12345678

/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_init.c165 struct qib_ctxtdata *qib_create_ctxtdata(struct qib_pportdata *ppd, u32 ctxt, in qib_create_ctxtdata() argument
1292 int ctxt; cleanup_device_data() local
[all...]
H A Dqib_verbs.c1376 unsigned ctxt = ppd->hw_pidx; in qib_get_pkey() local
1502 unsigned i, ctxt; in qib_register_ib_device() local
H A Dqib_user_sdma.c183 qib_user_sdma_queue_create(struct device *dev, int unit, int ctxt, int sctxt) in qib_user_sdma_queue_create() argument
H A Dqib_file_ops.c1283 setup_ctxt(struct qib_pportdata *ppd, int ctxt, struct file *fp, const struct qib_user_info *uinfo) setup_ctxt() argument
1357 int ret, ctxt; choose_port_ctxt() local
1409 u32 port = uinfo->spu_port, ctxt; get_a_ctxt() local
1795 unsigned ctxt; qib_close() local
1978 unsigned ctxt; qib_set_uevent_bits() local
[all...]
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsvcsock.c131 static void svc_tcp_release_ctxt(struct svc_xprt *xprt, void *ctxt) in svc_tcp_release_ctxt() argument
141 static void svc_udp_release_ctxt(struct svc_xprt *xprt, void *ctxt) in svc_udp_release_ctxt() argument
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c56 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_get_rw_ctxt() local
87 __svc_rdma_put_rw_ctxt(struct svc_rdma_rw_ctxt *ctxt, struct llist_head *list) __svc_rdma_put_rw_ctxt() argument
94 svc_rdma_put_rw_ctxt(struct svcxprt_rdma *rdma, struct svc_rdma_rw_ctxt *ctxt) svc_rdma_put_rw_ctxt() argument
107 struct svc_rdma_rw_ctxt *ctxt; svc_rdma_destroy_rw_ctxts() local
127 svc_rdma_rw_ctx_init(struct svcxprt_rdma *rdma, struct svc_rdma_rw_ctxt *ctxt, u64 offset, u32 handle, enum dma_data_direction direction) svc_rdma_rw_ctx_init() argument
190 struct svc_rdma_rw_ctxt *ctxt; svc_rdma_cc_release() local
380 struct svc_rdma_rw_ctxt *ctxt; svc_rdma_post_chunk_ctxt() local
420 svc_rdma_vec_to_sg(struct svc_rdma_write_info *info, unsigned int len, struct svc_rdma_rw_ctxt *ctxt) svc_rdma_vec_to_sg() argument
434 svc_rdma_pagelist_to_sg(struct svc_rdma_write_info *info, unsigned int remaining, struct svc_rdma_rw_ctxt *ctxt) svc_rdma_pagelist_to_sg() argument
469 svc_rdma_build_writes(struct svc_rdma_write_info *info, void (*constructor)(struct svc_rdma_write_info *info, unsigned int len, struct svc_rdma_rw_ctxt *ctxt), unsigned int remaining) svc_rdma_build_writes() argument
478 struct svc_rdma_rw_ctxt *ctxt; svc_rdma_build_writes() local
712 struct svc_rdma_rw_ctxt *ctxt; svc_rdma_build_read_segment() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_cmds.c784 void *ctxt = &req->context; in beiscsi_cmd_cq_create() local
858 void *ctxt; beiscsi_cmd_mccq_create() local
984 void *ctxt = &req->context; be_cmd_create_default_pdu_queue() local
[all...]
/third_party/lwip/src/netif/ppp/
H A Deap.c319 SHA1_CTX ctxt; in pncrypt_setkey() local
650 SHA1_CTX ctxt; in eap_send_request() local
1257 SHA1_CTX ctxt; global() local
1323 SHA1_CTX ctxt; eap_request() local
1736 SHA1_CTX ctxt; eap_response() local
[all...]
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc39 emit_num_value(uint64_t value, const diff_context& ctxt, ostream& out) in emit_num_value() argument
58 maybe_convert_bits_to_bytes(uint64_t bits, const diff_context& ctxt) in maybe_convert_bits_to_bytes() argument
96 show_numerical_change(const string& what, uint64_t old_bits, uint64_t new_bits, const diff_context& ctxt, ostream& out, bool show_bits_or_byte) show_numerical_change() argument
139 show_offset_or_size(const string& what, uint64_t value, const diff_context& ctxt, ostream& out) show_offset_or_size() argument
169 show_offset_or_size(uint64_t value, const diff_context& ctxt, ostream& out) show_offset_or_size() argument
182 represent(const diff_context& ctxt, method_decl_sptr mem_fn, ostream& out) represent() argument
206 ctxt, out); represent() local
232 represent_data_member(var_decl_sptr d, const diff_context_sptr& ctxt, ostream& out, const string& indent) represent_data_member() argument
279 maybe_show_relative_offset_change(const var_diff_sptr &diff, diff_context& ctxt, ostream& out) maybe_show_relative_offset_change() argument
338 maybe_show_relative_size_change(const var_diff_sptr &diff, diff_context& ctxt, ostream& out) maybe_show_relative_size_change() argument
391 represent(const var_diff_sptr &diff, diff_context_sptr ctxt, ostream& out, const string& indent, bool local_only) represent() argument
727 report_size_and_alignment_changes(type_or_decl_base_sptr first, type_or_decl_base_sptr second, diff_context_sptr ctxt, ostream& out, const string& indent) report_size_and_alignment_changes() argument
845 report_loc_info(const type_or_decl_base_sptr& tod, const diff_context& ctxt, ostream &out) report_loc_info() argument
888 report_name_size_and_alignment_changes(decl_base_sptr first, decl_base_sptr second, diff_context_sptr ctxt, ostream& out, const string& indent) report_name_size_and_alignment_changes() argument
1032 maybe_report_diff_for_member(const decl_base_sptr& decl1, const decl_base_sptr& decl2, const diff_context_sptr& ctxt, ostream& out, const string& indent) maybe_report_diff_for_member() argument
1085 maybe_report_diff_for_symbol(const elf_symbol_sptr& symbol1, const elf_symbol_sptr& symbol2, const diff_context_sptr& ctxt, ostream& out, const string& indent) maybe_report_diff_for_symbol() argument
1236 const diff_context_sptr& ctxt = d.context(); maybe_report_unreachable_type_changes() local
1347 const diff_context_sptr &ctxt = d->context(); maybe_report_interfaces_impacted_by_diff() local
1420 const diff_context_sptr& ctxt = d.context(); maybe_report_data_members_replaced_by_anon_dm() local
[all...]
H A Dabg-comparison-priv.h300 diff_context_sptr ctxt = get_context(); in is_filtered_out() local
1356 ctxt() ctxt() function
[all...]
H A Dabg-writer.cc952 do_indent_to_level(write_context& ctxt, in do_indent_to_level() argument
969 get_indent_to_level(write_context& ctxt, unsigned initial_indent, in get_indent_to_level() argument
995 annotate(const T& decl, write_context& ctxt, unsigned indent) annotate() argument
1028 annotate(const elf_symbol_sptr& sym, write_context& ctxt, unsigned indent) annotate() argument
1059 annotate(const typedef_decl_sptr& typedef_decl, write_context& ctxt, unsigned indent) annotate() argument
1095 annotate(const function_type_sptr& function_type, write_context& ctxt, unsigned indent) annotate() argument
1140 annotate(const function_decl_sptr& fn, write_context& ctxt, unsigned indent) annotate() argument
1190 annotate(const function_decl::parameter_sptr& parm, write_context& ctxt, unsigned indent) annotate() argument
1236 write_location(const location& loc, write_context& ctxt) write_location() argument
1267 write_location(const decl_base_sptr& decl, write_context& ctxt) write_location() argument
1855 write_naming_typedef(const decl_base_sptr& decl, write_context& ctxt) write_naming_typedef() argument
1880 write_type(const type_base_sptr& type, write_context& ctxt, unsigned indent) write_type() argument
1920 write_decl(const decl_base_sptr& decl, write_context& ctxt, unsigned indent) write_decl() argument
1969 write_decl_in_scope(const decl_base_sptr& decl, write_context& ctxt, unsigned initial_indent) write_decl_in_scope() argument
2079 set_show_locs(write_context& ctxt, bool flag) set_show_locs() argument
2091 set_annotate(write_context& ctxt, bool flag) set_annotate() argument
2102 set_ostream(write_context& ctxt, ostream& os) set_ostream() argument
2114 set_write_architecture(write_context& ctxt, bool flag) set_write_architecture() argument
2126 set_write_corpus_path(write_context& ctxt, bool flag) set_write_corpus_path() argument
2138 set_write_comp_dir(write_context& ctxt, bool flag) set_write_comp_dir() argument
2150 set_short_locs(write_context& ctxt, bool flag) set_short_locs() argument
2162 set_write_parameter_names(write_context& ctxt, bool flag) set_write_parameter_names() argument
2174 set_write_elf_needed(write_context& ctxt, bool flag) set_write_elf_needed() argument
2189 set_write_default_sizes(write_context& ctxt, bool flag) set_write_default_sizes() argument
2200 set_type_id_style(write_context& ctxt, type_id_style_kind style) set_type_id_style() argument
2216 write_canonical_types_of_scope(const scope_decl &scope, write_context &ctxt, const unsigned indent, bool is_member_type = false) write_canonical_types_of_scope() argument
2253 referenced_type_should_be_emitted(const type_base *t, const write_context& ctxt, const translation_unit& tu, bool tu_is_last) referenced_type_should_be_emitted() argument
2278 write_referenced_types(write_context & ctxt, const translation_unit& tu, const unsigned indent, bool is_last) write_referenced_types() argument
2393 write_translation_unit(write_context& ctxt, const translation_unit& tu, const unsigned indent, bool is_last) write_translation_unit() argument
2516 write_type_decl(const type_decl_sptr& d, write_context& ctxt, unsigned indent) write_type_decl() argument
2556 write_namespace_decl(const namespace_decl_sptr& decl, write_context& ctxt, unsigned indent) write_namespace_decl() argument
2615 write_qualified_type_def(const qualified_type_def_sptr& decl, const string& id, write_context& ctxt, unsigned indent) write_qualified_type_def() argument
2644 write_location(static_pointer_cast<decl_base>(decl), ctxt); write_qualified_type_def() local
2668 write_qualified_type_def(const qualified_type_def_sptr& decl, write_context& ctxt, unsigned indent) write_qualified_type_def() argument
2691 write_pointer_type_def(const pointer_type_def_sptr& decl, const string& id, write_context& ctxt, unsigned indent) write_pointer_type_def() argument
2725 write_location(static_pointer_cast<decl_base>(decl), ctxt); write_pointer_type_def() local
2743 write_pointer_type_def(const pointer_type_def_sptr& decl, write_context& ctxt, unsigned indent) write_pointer_type_def() argument
2766 write_reference_type_def(const reference_type_def_sptr& decl, const string& id, write_context& ctxt, unsigned indent) write_reference_type_def() argument
2806 write_location(static_pointer_cast<decl_base>(decl), ctxt); write_reference_type_def() local
2825 write_reference_type_def(const reference_type_def_sptr& decl, write_context& ctxt, unsigned indent) write_reference_type_def() argument
2840 write_array_subrange_type(const array_type_def::subrange_sptr& decl, write_context& ctxt, unsigned indent) write_array_subrange_type() argument
2914 write_array_type_def(const array_type_def_sptr& decl, const string& id, write_context& ctxt, unsigned indent) write_array_type_def() argument
2943 write_location(static_pointer_cast<decl_base>(decl), ctxt); write_array_type_def() local
2980 write_array_type_def(const array_type_def_sptr& decl, write_context& ctxt, unsigned indent) write_array_type_def() argument
3003 write_enum_type_decl(const enum_type_decl_sptr& d, const string& id, write_context& ctxt, unsigned indent) write_enum_type_decl() argument
3074 write_enum_type_decl(const enum_type_decl_sptr& decl, write_context& ctxt, unsigned indent) write_enum_type_decl() argument
3090 write_elf_symbol(const elf_symbol_sptr& sym, write_context& ctxt, unsigned indent) write_elf_symbol() argument
3158 write_elf_symbols_table(const elf_symbols& syms, write_context& ctxt, unsigned indent) write_elf_symbols_table() argument
3182 write_elf_needed(const vector<string>& needed, write_context& ctxt, unsigned indent) write_elf_needed() argument
3219 write_typedef_decl(const typedef_decl_sptr& decl, const string& id, write_context& ctxt, unsigned indent) write_typedef_decl() argument
3265 write_typedef_decl(const typedef_decl_sptr& decl, write_context& ctxt, unsigned indent) write_typedef_decl() argument
3283 write_var_decl(const var_decl_sptr& decl, write_context& ctxt, bool write_linkage_name, unsigned indent) write_var_decl() argument
3335 write_function_decl(const function_decl_sptr& decl, write_context& ctxt, bool skip_first_parm, unsigned indent) write_function_decl() argument
3434 write_function_type(const function_type_sptr& fn_type, write_context& ctxt, unsigned indent) write_function_type() argument
3538 write_class_decl_opening_tag(const class_decl_sptr& decl, const string& id, write_context& ctxt, unsigned indent, bool prepare_to_handle_empty) write_class_decl_opening_tag() argument
3610 write_union_decl_opening_tag(const union_decl_sptr& decl, const string& id, write_context& ctxt, unsigned indent, bool prepare_to_handle_empty) write_union_decl_opening_tag() argument
3671 write_class_decl(const class_decl_sptr& d, const string& id, write_context& ctxt, unsigned indent) write_class_decl() argument
3932 write_class_decl(const class_decl_sptr& decl, write_context& ctxt, unsigned indent) write_class_decl() argument
3947 write_union_decl(const union_decl_sptr& d, const string& id, write_context& ctxt, unsigned indent) write_union_decl() argument
4078 write_union_decl(const union_decl_sptr& decl, write_context& ctxt, unsigned indent) write_union_decl() argument
4093 write_member_type_opening_tag(const type_base_sptr& t, write_context& ctxt, unsigned indent) write_member_type_opening_tag() argument
4124 write_member_type(const type_base_sptr& t, write_context& ctxt, unsigned indent) write_member_type() argument
4139 id, ctxt, nb_ws) write_member_type() local
4141 id, ctxt, nb_ws) write_member_type() local
4143 id, ctxt, nb_ws) write_member_type() local
4145 id, ctxt, nb_ws) write_member_type() local
4147 id, ctxt, nb_ws) write_member_type() local
4149 id, ctxt, nb_ws) write_member_type() local
4151 id, ctxt, nb_ws)); write_member_type() local
4169 write_type_tparameter(const type_tparameter_sptr decl, write_context& ctxt, unsigned indent) write_type_tparameter() argument
4211 write_non_type_tparameter( const shared_ptr<non_type_tparameter> decl, write_context& ctxt, unsigned indent) write_non_type_tparameter() argument
4247 write_template_tparameter(const template_tparameter_sptr decl, write_context& ctxt, unsigned indent) write_template_tparameter() argument
4295 write_type_composition(const shared_ptr<type_composition> decl, write_context& ctxt, unsigned indent) write_type_composition() argument
4338 write_template_parameter(const shared_ptr<template_parameter> decl, write_context& ctxt, unsigned indent) write_template_parameter() argument
4361 write_template_parameters(const shared_ptr<template_decl> tmpl, write_context& ctxt, unsigned indent) write_template_parameters() argument
4383 write_function_tdecl(const shared_ptr<function_tdecl> decl, write_context& ctxt, unsigned indent) write_function_tdecl() argument
4428 write_class_tdecl(const shared_ptr<class_tdecl> decl, write_context& ctxt, unsigned indent) write_class_tdecl() argument
4462 write_version_info(write_context& ctxt) write_version_info() argument
4488 write_corpus(write_context& ctxt, const corpus_sptr& corpus, unsigned indent, bool member_of_group) write_corpus() argument
4606 write_corpus_group(write_context& ctxt, const corpus_group_sptr& group, unsigned indent) write_corpus_group() argument
4845 write_type_record(xml_writer::write_context& ctxt, const type_base* type, ostream& o) write_type_record() argument
4886 write_canonical_type_ids(xml_writer::write_context& ctxt, ostream& o) write_canonical_type_ids() argument
4923 write_canonical_type_ids(xml_writer::write_context& ctxt, const string &file_path) write_canonical_type_ids() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkvm_host.h285 struct kvm_cpu_context ctxt; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_pf.c491 struct ice_vsi_ctx *ctxt; in ice_vsi_manage_pvid() local
H A Dice_lib.c264 struct ice_vsi_ctx *ctxt; in ice_vsi_delete() local
698 ice_set_dflt_vsi_ctx(struct ice_vsi_ctx *ctxt) ice_set_dflt_vsi_ctx() argument
737 ice_vsi_setup_q_map(struct ice_vsi *vsi, struct ice_vsi_ctx *ctxt) ice_vsi_setup_q_map() argument
861 ice_set_fd_vsi_ctx(struct ice_vsi_ctx *ctxt, struct ice_vsi *vsi) ice_set_fd_vsi_ctx() argument
906 ice_set_rss_vsi_ctx(struct ice_vsi_ctx *ctxt, struct ice_vsi *vsi) ice_set_rss_vsi_ctx() argument
949 struct ice_vsi_ctx *ctxt; ice_vsi_init() local
1848 struct ice_vsi_ctx *ctxt; ice_vsi_manage_vlan_insertion() local
1891 struct ice_vsi_ctx *ctxt; ice_vsi_manage_vlan_stripping() local
2039 struct ice_vsi_ctx *ctxt; ice_cfg_vlan_pruning() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c4691 struct i40e_vsi_context ctxt; in i40e_ndo_set_vf_spoofchk() local
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1284 setup_ctxt(struct qib_pportdata *ppd, int ctxt, struct file *fp, const struct qib_user_info *uinfo) setup_ctxt() argument
1358 int ret, ctxt; choose_port_ctxt() local
1410 u32 port = uinfo->spu_port, ctxt; get_a_ctxt() local
1796 unsigned ctxt; qib_close() local
1979 unsigned ctxt; qib_set_uevent_bits() local
[all...]
H A Dqib_common.h423 __u16 ctxt; /* ctxt on unit assigned to caller */ member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dpio.c2021 u32 ctxt; in init_pervl_scs() local
H A Dtid_rdma.c328 unsigned int ctxt; in qp_to_rcd() local
5477 read_r_next_psn(struct hfi1_devdata *dd, u8 ctxt, u8 fidx) read_r_next_psn() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c4858 struct i40e_vsi_context ctxt; in i40e_ndo_set_vf_spoofchk() local
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dpio.c1976 u32 ctxt; in init_pervl_scs() local
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsev.c272 static int vc_fetch_insn_kernel(struct es_em_ctxt *ctxt, in vc_fetch_insn_kernel() argument
278 static enum es_result __vc_decode_user_insn(struct es_em_ctxt *ctxt) in __vc_decode_user_insn() argument
307 __vc_decode_kern_insn(struct es_em_ctxt *ctxt) __vc_decode_kern_insn() argument
327 vc_decode_insn(struct es_em_ctxt *ctxt) vc_decode_insn() argument
335 vc_write_mem(struct es_em_ctxt *ctxt, char *dst, char *buf, size_t size) vc_write_mem() argument
414 vc_read_mem(struct es_em_ctxt *ctxt, char *src, char *buf, size_t size) vc_read_mem() argument
492 vc_slow_virt_to_phys(struct ghcb *ghcb, struct es_em_ctxt *ctxt, unsigned long vaddr, phys_addr_t *paddr) vc_slow_virt_to_phys() argument
527 vc_ioio_check(struct es_em_ctxt *ctxt, u16 port, size_t size) vc_ioio_check() argument
1196 vc_handle_msr(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_msr() argument
1397 vc_early_forward_exception(struct es_em_ctxt *ctxt) vc_early_forward_exception() argument
1408 vc_insn_get_rm(struct es_em_ctxt *ctxt) vc_insn_get_rm() argument
1423 vc_do_mmio(struct ghcb *ghcb, struct es_em_ctxt *ctxt, unsigned int bytes, bool read) vc_do_mmio() argument
1474 vc_handle_mmio_movs(struct es_em_ctxt *ctxt, unsigned int bytes) vc_handle_mmio_movs() argument
1522 vc_handle_mmio(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_mmio() argument
1603 vc_handle_dr7_write(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_dr7_write() argument
1644 vc_handle_dr7_read(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_dr7_read() argument
1664 vc_handle_wbinvd(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_wbinvd() argument
1670 vc_handle_rdpmc(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_rdpmc() argument
1689 vc_handle_monitor(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_monitor() argument
1699 vc_handle_mwait(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_mwait() argument
1706 vc_handle_vmmcall(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_vmmcall() argument
1738 vc_handle_trap_ac(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_trap_ac() argument
1751 vc_handle_exitcode(struct es_em_ctxt *ctxt, struct ghcb *ghcb, unsigned long exit_code) vc_handle_exitcode() argument
1812 vc_forward_exception(struct es_em_ctxt *ctxt) vc_forward_exception() argument
1862 struct es_em_ctxt ctxt; vc_raw_handle_exception() local
2005 struct es_em_ctxt ctxt; handle_vc_boot_ghcb() local
2176 struct es_em_ctxt ctxt; snp_issue_guest_request() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dkvm_emulate.h510 reg_read(struct x86_emulate_ctxt *ctxt, unsigned nr) reg_read() argument
522 reg_write(struct x86_emulate_ctxt *ctxt, unsigned nr) reg_write() argument
535 reg_rmw(struct x86_emulate_ctxt *ctxt, unsigned nr) reg_rmw() argument
[all...]
/third_party/libabigail/tools/
H A Dabipkgdiff.cc1201 set_diff_context_from_opts(diff_context_sptr ctxt, in set_diff_context_from_opts() argument
1282 compare(const elf_file& elf1, const string& debug_dir1, const suppressions_type& priv_types_supprs1, const elf_file& elf2, const string& debug_dir2, const suppressions_type& priv_types_supprs2, const options& opts, abigail::ir::environment& env, corpus_diff_sptr& diff, diff_context_sptr& ctxt, abigail::fe_iface::status* detailed_error_status = 0) compare() argument
1586 compare_to_self(const elf_file& elf, const string& debug_dir, const options& opts, abigail::ir::environment& env, corpus_diff_sptr& diff, diff_context_sptr& ctxt, abigail::fe_iface::status* detailed_error_status = 0) compare_to_self() argument
2079 diff_context_sptr ctxt; perform() local
2152 diff_context_sptr ctxt; perform() local
[all...]
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dservices.c3676 struct context *ctxt; in selinux_audit_rule_match() local
[all...]

Completed in 65 milliseconds

12345678