Lines Matching defs:mn_root
3194 * If mn_root is not NULL, mn_root is set to:
3195 * if contents is a /dev node, mn_root = contents
3197 * if contents is a /devices node, mn_root set to the '/'
3201 is_minor_node(const char *contents, const char **mn_root)
3209 /* mn_root should point to the / following /devices */
3210 if (mn_root != NULL) {
3211 *mn_root = ptr += strlen(prefix) - 1;
3220 /* mn_root should point to the / following /devices/ */
3221 if (mn_root != NULL) {
3222 *mn_root = contents + strlen(prefix) - 1;
3227 if (mn_root != NULL) {
3228 *mn_root = contents;