Searched defs:mn_root (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c3194 * 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) argument
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 !
[all...]

Completed in 129 milliseconds