Searched refs:mn_root (Results 1 - 2 of 2) 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...]
H A Ddevinfo_devlink.h420 int is_minor_node(const char *contents, const char **mn_root);

Completed in 21 milliseconds