Lines Matching refs:strlen
120 ptr += strlen("log "); in mconsole_log()
137 ptr += strlen("proc"); in mconsole_proc()
271 if (!strncmp(name, dev->name, strlen(dev->name))) in mconsole_find_dev()
479 ptr += strlen("config"); in mconsole_config()
487 name = &ptr[strlen(dev->name)]; in mconsole_config()
506 ptr += strlen("remove"); in mconsole_remove()
514 ptr = &ptr[strlen(dev->name)]; in mconsole_remove()
630 ptr += strlen("sysrq"); in mconsole_sysrq()
674 ptr += strlen("stack"); in mconsole_stack()
753 strlen(mconsole_socket_name) + 1); in mconsole_init()
821 if (!strncmp(str, NOTIFY, strlen(NOTIFY))) { in mconsole_setup()
822 str += strlen(NOTIFY); in mconsole_setup()
848 strlen(message) + 1); in notify_panic()