Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/
Dlibcfs_string.c49 const char *debugstr; in cfs_str2mask() local
81 debugstr = bit2str(i); in cfs_str2mask()
82 if (debugstr != NULL && in cfs_str2mask()
83 strlen(debugstr) == len && in cfs_str2mask()
84 strncasecmp(str, debugstr, len) == 0) { in cfs_str2mask()
/drivers/net/ppp/
Dppp_mppe.c274 const char *debugstr) in mppe_init() argument
289 printk(KERN_WARNING "%s[%d]: unknown key length\n", debugstr, in mppe_init()
305 debugstr, unit, (state->keylen == 16) ? 128 : 40, in mppe_init()
314 debugstr, unit, mkey, skey); in mppe_init()