Lines Matching refs:strlen
117 ptr += strlen("log "); in mconsole_log()
133 ptr += strlen("proc"); in mconsole_proc()
268 if (!strncmp(name, dev->name, strlen(dev->name))) in mconsole_find_dev()
476 ptr += strlen("config"); in mconsole_config()
484 name = &ptr[strlen(dev->name)]; in mconsole_config()
503 ptr += strlen("remove"); in mconsole_remove()
511 ptr = &ptr[strlen(dev->name)]; in mconsole_remove()
627 ptr += strlen("sysrq"); in mconsole_sysrq()
671 ptr += strlen("stack"); in mconsole_stack()
730 strlen(mconsole_socket_name) + 1); in mconsole_init()
807 if (!strncmp(str, NOTIFY, strlen(NOTIFY))) { in mconsole_setup()
808 str += strlen(NOTIFY); in mconsole_setup()
834 strlen(message) + 1); in notify_panic()