Searched refs:copy_modes (Results 1 – 3 of 3) sorted by relevance
/external/libnl/lib/netfilter/ |
D | queue_obj.c | 55 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()
|
D | log_obj.c | 59 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/ |
D | gem_mmap_gtt.c | 1027 } copy_modes[] = { variable 1036 for (const struct copy_mode *m = copy_modes; m->suffix; m++) {
|