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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c1201 if (!is_minor_node(clp->content, &minor_path)) {
1277 if (s_realpath(link, buf) == NULL || !is_minor_node(buf, &minor_path)) {
1853 if (!is_minor_node(content, &minor_path)) {
2211 if (is_minor_node(content, NULL)) {
2351 if (is_minor_node(vlp->content, &minor_path)) {
2376 if (!is_minor_node(tmp, &minor_path))
2380 if (!is_minor_node(vlp->content, &minor_path))
3197 is_minor_node(const char *contents, const char **mn_root) function
3364 if (is_minor_node(name, NULL))
H A Ddevinfo_devlink.h422 int is_minor_node(const char *contents, const char **mn_root);
H A Ddevinfo_devperm.c61 extern int is_minor_node(const char *, const char **);
298 if (is_minor_node((const char *)contents, (const char **)&ptr) !=
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h437 static int is_minor_node(char *contents, char **mn_root);
H A Ddevfsadm.c3149 if (is_minor_node(contents, &ptr) != DEVFSADM_TRUE) {
3447 if (is_minor_node(contents, &r_contents) == DEVFSADM_FALSE) {
4589 if (is_minor_node(contents, &ptr) == DEVFSADM_FALSE) {
5737 (void) is_minor_node(contents, &linkptr);
7808 is_minor_node(char *contents, char **mn_root) function

Completed in 88 milliseconds