Lines Matching refs:p
24 char *p, *path; in cgroupfs_find_mountpoint() local
55 p = strchr(line, ' '); in cgroupfs_find_mountpoint()
56 if (p == NULL) in cgroupfs_find_mountpoint()
60 path = ++p; in cgroupfs_find_mountpoint()
61 p = strchr(p, ' '); in cgroupfs_find_mountpoint()
62 if (p == NULL) in cgroupfs_find_mountpoint()
65 *p++ = '\0'; in cgroupfs_find_mountpoint()
68 if (strncmp(p, "cgroup", 6)) in cgroupfs_find_mountpoint()
71 if (p[6] == '2') { in cgroupfs_find_mountpoint()
78 p += 7; in cgroupfs_find_mountpoint()
80 p = strstr(p, subsys); in cgroupfs_find_mountpoint()
81 if (p == NULL) in cgroupfs_find_mountpoint()
85 if (!strchr(" ,", p[-1]) || !strchr(" ,", p[strlen(subsys)])) in cgroupfs_find_mountpoint()