Lines Matching defs:mn_root
7801 * If mn_root is not NULL, mn_root is set to:
7802 * if contents is a /dev node, mn_root = contents
7804 * if contents is a /devices node, mn_root set to the '/'
7808 is_minor_node(char *contents, char **mn_root)
7816 if (mn_root != NULL) {
7817 /* mn_root should point to the / following /devices */
7818 *mn_root = ptr += strlen(device_prefix) - 1;
7826 if (mn_root != NULL) {
7827 /* mn_root should point to the / following /devices */
7828 *mn_root = contents + strlen(device_prefix) - 1;
7833 if (mn_root != NULL) {
7834 *mn_root = contents;