Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 192) sorted by relevance

12345678

/linux-3.3/virt/kvm/
Dassigned-dev.c28 struct kvm_assigned_dev_kernel *match; in kvm_find_assigned_dev() local
427 struct kvm_assigned_dev_kernel *match; in kvm_vm_ioctl_assign_irq() local
470 struct kvm_assigned_dev_kernel *match; in kvm_vm_ioctl_deassign_dev_irq() local
549 struct kvm_assigned_dev_kernel *match; in kvm_vm_ioctl_assign_device() local
659 struct kvm_assigned_dev_kernel *match; in kvm_vm_ioctl_deassign_device() local
/linux-3.3/net/netfilter/
Dx_tables.c49 struct list_head match; member
128 xt_register_match(struct xt_match *match) in xt_register_match()
145 xt_unregister_match(struct xt_match *match) in xt_unregister_match()
156 xt_register_matches(struct xt_match *match, unsigned int n) in xt_register_matches()
176 xt_unregister_matches(struct xt_match *match, unsigned int n) in xt_unregister_matches()
223 struct xt_match *match; in xt_request_find_match() local
489 int xt_compat_match_offset(const struct xt_match *match) in xt_compat_match_offset()
499 const struct xt_match *match = m->u.kernel.match; in xt_compat_match_from_user() local
526 const struct xt_match *match = m->u.kernel.match; in xt_compat_match_to_user() local
1099 const struct xt_match *match; in xt_match_seq_show() local
Dxt_ipvs.c56 bool match = true; in ipvs_mt() local
/linux-3.3/drivers/base/
Ddevres.c184 dr_match_t match, void *match_data) in find_dr()
216 dr_match_t match, void *match_data) in devres_find()
246 dr_match_t match, void *match_data) in devres_get()
282 dr_match_t match, void *match_data) in devres_remove()
316 dr_match_t match, void *match_data) in devres_destroy()
/linux-3.3/fs/lockd/
Dsvcsubs.c165 nlm_host_match_fn_t match) in nlm_traverse_locks()
212 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file()
248 nlm_traverse_files(void *data, nlm_host_match_fn_t match, in nlm_traverse_files()
Dsvcshare.c93 nlm_host_match_fn_t match) in nlmsvc_traverse_shares()
/linux-3.3/arch/x86/mm/
Dpat_rbtree.c109 struct memtype *match; in memtype_rb_exact_match() local
133 struct memtype *match; in memtype_rb_check_conflict() local
/linux-3.3/drivers/base/power/
Dtrace.c172 int match; in show_file_hash() local
191 int match = 0; in show_dev_hash() local
/linux-3.3/include/linux/netfilter/
Dxt_owner.h15 __u8 match, invert; member
Dx_tables.h23 struct xt_match *match; member
212 const struct xt_match *match; member
243 const struct xt_match *match; member
255 const struct xt_match *match; member
298 bool (*match)(const struct sk_buff *skb, member
553 compat_uptr_t match; member
/linux-3.3/arch/sh/mm/
Dtlbflush_64.c322 unsigned long long match, pteh=0, lpage; in local_flush_tlb_one() local
372 unsigned long long match, pteh=0, pteh_epn, pteh_low; in local_flush_tlb_range() local
/linux-3.3/drivers/of/
Dirq.c102 int imaplen, match, i; in of_irq_map_raw() local
448 const struct of_device_id *match; in of_irq_init() local
/linux-3.3/lib/zlib_deflate/
Ddeflate.c704 register Byte *match; /* matched string */ in longest_match() local
843 IPos match, in check_match()
863 # define check_match(s, start, match, length) argument
/linux-3.3/arch/sparc/kernel/
Dof_device_common.h28 int (*match)(struct device_node *parent); member
/linux-3.3/security/keys/
Dprocess_keys.c333 key_match_func_t match, in search_my_process_keyrings()
455 key_match_func_t match, in search_process_keyrings()
/linux-3.3/include/linux/
Dattribute_container.h22 int (*match)(struct attribute_container *, struct device *); member
Disa.h12 int (*match)(struct device *, unsigned int); member
Dirqdomain.h103 static inline void irq_domain_generate_simple(const struct of_device_id *match, in irq_domain_generate_simple()
/linux-3.3/drivers/bcma/
Dscan.c216 struct bcma_device_id *match, int core_num, in bcma_get_next_core()
434 struct bcma_device_id *match, in bcma_bus_scan_early()
/linux-3.3/drivers/tty/serial/
Dof_serial.c96 const struct of_device_id *match; in of_platform_serial_probe() local
/linux-3.3/kernel/irq/
Ddevres.c23 struct irq_devres *this = res, *match = data; in devm_irq_match() local
/linux-3.3/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet-main.c980 #define IS_FEC(match) ((match)->data == &fs_fec_ops) argument
982 #define IS_FEC(match) 0 argument
1004 const struct of_device_id *match; in fs_enet_probe() local
/linux-3.3/arch/mips/kernel/
Dmips-mt-fpaff.c49 bool match; in check_same_owner() local
/linux-3.3/drivers/media/video/
Dv4l2-common.c231 int v4l2_chip_match_host(const struct v4l2_dbg_match *match) in v4l2_chip_match_host()
243 int v4l2_chip_match_i2c_client(struct i2c_client *c, const struct v4l2_dbg_match *match) in v4l2_chip_match_i2c_client()
/linux-3.3/fs/isofs/
Dnamei.c70 int de_len, match, i, dlen; in isofs_find_entry() local

12345678