Searched +defs:tables +defs:c (Results 1 – 8 of 8) sorted by relevance
/linux/fs/nls/ |
H A D | nls_base.c | 21 static struct nls_table *tables = &default_table; variable 58 int c0, c, nc; in utf8_to_utf32() local 89 int c, nc; in utf32_to_utf8() local 117 static inline void put_utf16(wchar_t *s, unsigned c, enum utf16_endian endian) in put_utf16() 174 static inline unsigned long get_utf16(unsigned c, enum utf16_endian endian) in get_utf16()
|
/linux/arch/x86/boot/compressed/ |
H A D | efi.h | 11 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \ argument 81 u64 tables; member 97 u32 tables; member
|
/linux/drivers/firmware/efi/libstub/ |
H A D | efi-stub-helper.c | 124 u16 c; in efi_load_option_unpack() local 350 efi_char16_t c = *s2++; in efi_convert_cmdline() local 490 unsigned long tables = efi_table_attr(efi_system_table, tables); in get_efi_config_table() local
|
/linux/security/apparmor/ |
H A D | match.c | 103 static int verify_table_headers(struct table_header **tables, int flags) in verify_table_headers() 528 aa_state_t aa_dfa_next(struct aa_dfa *dfa, aa_state_t state, const char c) in aa_dfa_next()
|
/linux/net/netfilter/ |
H A D | xt_recent.c | 89 struct list_head tables; member 565 const char *c = buf; in recent_mt_proc_write() local
|
/linux/include/linux/ |
H A D | efi.h | 77 #define EFI_GUID(a, b, c, d...) ((efi_guid_t){ { \ argument 493 u64 tables; member 509 u32 tables; member 529 unsigned long tables; member
|
/linux/net/bridge/netfilter/ |
H A D | ebtables.c | 40 #define COUNTER_BASE(c, n, cpu) ((struct ebt_counter *)(((char *)c) + \ argument 44 struct list_head tables; member [all...] |
/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 719 def FindThread(self, c): argument 4718 def TableMenu(self, tables, menu): argument
|