Home
last modified time | relevance | path

Searched refs:copy_modes (Results 1 – 3 of 3) sorted by relevance

/external/libnl/lib/netfilter/
Dqueue_obj.c55 static const struct trans_tbl copy_modes[] = { variable
64 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_queue_copy_mode2str()
65 ARRAY_SIZE(copy_modes)); in nfnl_queue_copy_mode2str()
70 return __str2type(name, copy_modes, ARRAY_SIZE(copy_modes)); in nfnl_queue_str2copy_mode()
Dlog_obj.c59 static const struct trans_tbl copy_modes[] = { variable
68 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_log_copy_mode2str()
69 ARRAY_SIZE(copy_modes)); in nfnl_log_copy_mode2str()
74 return __str2type(name, copy_modes, ARRAY_SIZE(copy_modes)); in nfnl_log_str2copy_mode()
/external/igt-gpu-tools/tests/i915/
Dgem_mmap_gtt.c1027 } copy_modes[] = { variable
1036 for (const struct copy_mode *m = copy_modes; m->suffix; m++) {