Lines Matching defs:mn_root
407 * If mn_root is not NULL, mn_root is set to:
408 * if contents is a /dev node, mn_root = contents
410 * if contents is a /devices node, mn_root set to the '/'
414 dmap_minor_root(const char *contents, const char **mn_root)
422 /* mn_root should point to the / following /devices */
423 if (mn_root != NULL) {
424 *mn_root = ptr += strlen(prefix) - 1;
433 /* mn_root should point to the / following /devices/ */
434 if (mn_root != NULL) {
435 *mn_root = contents + strlen(prefix) - 1;
440 if (mn_root != NULL) {
441 *mn_root = contents;