Home
last modified time | relevance | path

Searched refs:kdbgetulenv (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/debug/kdb/
H A Dkdb_main.c334 * kdbgetulenv - This function will return the value of an unsigned
343 static int kdbgetulenv(const char *match, unsigned long *value) in kdbgetulenv() function
373 diag = kdbgetulenv(match, &val); in kdbgetintenv()
601 diag = kdbgetulenv(&symname[1], &addr); in kdbgetaddrarg()
/kernel/linux/linux-6.6/kernel/debug/kdb/
H A Dkdb_main.c302 * kdbgetulenv - This function will return the value of an unsigned
311 static int kdbgetulenv(const char *match, unsigned long *value) in kdbgetulenv() function
341 diag = kdbgetulenv(match, &val); in kdbgetintenv()
592 diag = kdbgetulenv(&symname[1], &addr); in kdbgetaddrarg()

Completed in 7 milliseconds