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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdment.c407 * 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) argument
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 !
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c3190 * If mn_root is not NULL, mn_root is set to:
3191 * if contents is a /dev node, mn_root = contents
3193 * if contents is a /devices node, mn_root set to the '/'
3197 is_minor_node(const char *contents, const char **mn_root) argument
3205 /* mn_root should point to the / following /devices */
3206 if (mn_root != NULL) {
3207 *mn_root = ptr += strlen(prefix) - 1;
3216 /* mn_root should point to the / following /devices/ */
3217 if (mn_root !
[all...]
H A Ddevinfo_devlink.h422 int is_minor_node(const char *contents, const char **mn_root);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h437 static int is_minor_node(char *contents, char **mn_root);
H A Ddevfsadm.c7801 * 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) argument
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 shoul
[all...]

Completed in 66 milliseconds