/openbmc/linux/security/keys/ |
H A D | gc.c | 59 kdebug("IMMEDIATE"); in key_schedule_gc() 62 kdebug("DEFERRED"); in key_schedule_gc() 121 kdebug("schedule"); in key_gc_keytype() 124 kdebug("sleep"); in key_gc_keytype() 144 kdebug("- %u", key->serial); in key_gc_unused_keys() 213 kdebug("new pass %x", gc_state); in key_garbage_collector() 249 kdebug("will expire %x in %lld", in key_garbage_collector() 288 kdebug("pass complete"); in key_garbage_collector() 302 kdebug("gc sync"); in key_garbage_collector() 307 kdebug("gc keys"); in key_garbage_collector() [all …]
|
H A D | keyring.c | 710 kdebug("descend to %d", keyring->serial); in search_nested_keyrings() 759 kdebug("descend"); in search_nested_keyrings() 768 kdebug("begin_node"); in search_nested_keyrings() 832 kdebug("ascend %d", slot); in search_nested_keyrings() 840 kdebug("not_this_keyring %d", sp); in search_nested_keyrings() 851 kdebug("ascend to %d [%d]", keyring->serial, slot); in search_nested_keyrings() 1456 kdebug("begun {%d,%d}", keyring->serial, refcount_read(&keyring->usage)); in key_link()
|
H A D | process_keys.c | 104 kdebug("_uid %p", uid_keyring_r); in look_up_user_keyrings() 126 kdebug("_uid_ses %p", session_keyring_r); in look_up_user_keyrings() 760 kdebug("check possessed"); in lookup_user_key() 764 kdebug("possessed=%p", skey_ref); in lookup_user_key()
|
H A D | internal.h | 30 #define kdebug(FMT, ...) \ macro 37 #define kdebug(FMT, ...) \ macro
|
H A D | request_key.c | 198 kdebug("usermode -> 0x%x", ret); in call_sbin_request_key() 522 kdebug("cons failed"); in construct_key_and_link()
|
/openbmc/linux/net/dns_resolver/ |
H A D | internal.h | 43 #define kdebug(FMT, ...) \ macro 50 #define kenter(FMT, ...) kdebug("==> %s("FMT")", __func__, ##__VA_ARGS__) 51 #define kleave(FMT, ...) kdebug("<== %s()"FMT"", __func__, ##__VA_ARGS__)
|
H A D | dns_key.c | 147 kdebug("no options"); in dns_resolver_preparse() 154 kdebug("options: '%s'", opt); in dns_resolver_preparse() 179 kdebug("option '%*.*s' val '%s'", in dns_resolver_preparse() 186 kdebug("dns error number option"); in dns_resolver_preparse() 195 kdebug("dns error no. = %lu", derrno); in dns_resolver_preparse() 215 kdebug("store result"); in dns_resolver_preparse() 372 kdebug("DNS resolver keyring: %d\n", key_serial(keyring)); in init_dns_resolver()
|
H A D | dns_query.c | 122 kdebug("call request_key(,%s,%s)", desc, options); in dns_query()
|
/openbmc/linux/kernel/ |
H A D | cred.c | 24 #define kdebug(FMT, ...) \ 28 #define kdebug(FMT, ...) \ macro 72 kdebug("put_cred_rcu(%p)", cred); in put_cred_rcu() 100 kdebug("__put_cred(%p{%ld})", cred, in __put_cred() 121 kdebug("exit_creds(%u,%p,%p,{%ld})", tsk->pid, tsk->real_cred, tsk->cred, in exit_creds() 211 kdebug("prepare_creds() alloc %p", new); in prepare_creds() 302 kdebug("share_creds(%p{%ld})", in copy_creds() 393 kdebug("commit_creds(%p{%ld})", new, in commit_creds() 468 kdebug("abort_creds(%p{%ld})", new, in abort_creds() 487 kdebug("override_creds(%p{%ld})", new, in override_creds() [all …]
|
/openbmc/u-boot/common/ |
H A D | kgdb.c | 111 static int kdebug = 1; variable 238 if (kdebug) in getpacket() 373 if (kdebug) in handle_exception() 388 if (kdebug) in handle_exception() 406 kdebug ^= 1; in handle_exception() 515 if (kdebug) in handle_exception()
|
/openbmc/linux/fs/ |
H A D | binfmt_elf_fdpic.c | 46 #define kdebug(fmt, ...) printk("FDPIC "fmt"\n" ,##__VA_ARGS__ ) 48 #define kdebug(fmt, ...) do {} while(0) macro 200 kdebug("____ LOAD %d ____", current->pid); in load_elf_fdpic_binary() 259 kdebug("Using ELF interpreter %s", interpreter_name); in load_elf_fdpic_binary() 441 kdebug("- start_code %lx", current->mm->start_code); in load_elf_fdpic_binary() 442 kdebug("- end_code %lx", current->mm->end_code); in load_elf_fdpic_binary() 443 kdebug("- start_data %lx", current->mm->start_data); in load_elf_fdpic_binary() 444 kdebug("- end_data %lx", current->mm->end_data); in load_elf_fdpic_binary() 445 kdebug("- start_brk %lx", current->mm->start_brk); in load_elf_fdpic_binary() 446 kdebug("- brk %lx", current->mm->brk); in load_elf_fdpic_binary() [all …]
|
/openbmc/linux/fs/netfs/ |
H A D | internal.h | 115 #define kdebug(FMT, ...) dbgprintk(FMT, ##__VA_ARGS__) macro 120 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) 138 kdebug(FMT, ##__VA_ARGS__); \
|
/openbmc/linux/fs/fscache/ |
H A D | internal.h | 163 #define kdebug(FMT, ...) dbgprintk(FMT, ##__VA_ARGS__) macro 170 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) 188 kdebug(FMT, ##__VA_ARGS__); \
|
/openbmc/linux/fs/cachefiles/ |
H A D | internal.h | 461 #define kdebug(FMT, ...) dbgprintk(FMT, ##__VA_ARGS__) macro 467 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) 485 kdebug(FMT, ##__VA_ARGS__); \
|
/openbmc/linux/arch/um/include/asm/ |
H A D | Kbuild | 16 generic-y += kdebug.h
|
/openbmc/linux/include/asm-generic/ |
H A D | Kbuild | 33 mandatory-y += kdebug.h
|
/openbmc/linux/net/rxrpc/ |
H A D | ar-internal.h | 1332 #define kdebug(FMT,...) dbgprintk(" "FMT ,##__VA_ARGS__) macro 1338 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) 1360 kdebug(FMT,##__VA_ARGS__); \
|
H A D | input.c | 290 kdebug("end_tx %s", rxrpc_call_states[__rxrpc_call_state(call)]); in rxrpc_end_tx_phase() 547 kdebug("couldn't clone"); in rxrpc_input_split_jumbo()
|
H A D | recvmsg.c | 210 kdebug("verify = %d", ret2); in rxrpc_recvmsg_data()
|
H A D | output.c | 702 kdebug("resend"); in rxrpc_instant_resend()
|
/openbmc/linux/fs/afs/ |
H A D | internal.h | 1674 #define kdebug(FMT,...) dbgprintk(" "FMT ,##__VA_ARGS__) 1680 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) 1702 kdebug(FMT,##__VA_ARGS__); \ 1667 #define kdebug( global() macro
|
H A D | rxrpc.c | 929 kdebug("prem complete %d", call->error); in afs_extract_data()
|
H A D | write.c | 306 kdebug("bad %x @%llx page %lx %lx", in afs_pages_written_back()
|
/openbmc/linux/ |
H A D | opengrok0.0.log | 10 2024-12-28 20:09:05.998-0600 FINEST t1108 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/arch/sparc/include/asm/kdebug.h.gz' [all...] |
H A D | opengrok1.0.log | [all...] |