Home
last modified time | relevance | path

Searched refs:kdb_strdup (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/debug/kdb/
H A Dkdb_support.c247 char *kdb_strdup(const char *str, gfp_t type) in kdb_strdup() function
H A Dkdb_main.c674 kms->statement = kdb_strdup(cmdstr, GFP_KDB); in kdb_defcmd2()
721 mp->name = kdb_strdup(argv[1], GFP_KDB); in kdb_defcmd()
724 mp->usage = kdb_strdup(argv[2], GFP_KDB); in kdb_defcmd()
727 mp->help = kdb_strdup(argv[3], GFP_KDB); in kdb_defcmd()