Searched refs:is_minor_node (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 1205 if (!is_minor_node(clp->content, &minor_path)) { 1281 if (s_realpath(link, buf) == NULL || !is_minor_node(buf, &minor_path)) { 1857 if (!is_minor_node(content, &minor_path)) { 2215 if (is_minor_node(content, NULL)) { 2355 if (is_minor_node(vlp->content, &minor_path)) { 2380 if (!is_minor_node(tmp, &minor_path)) 2384 if (!is_minor_node(vlp->content, &minor_path)) 3201 is_minor_node(const char *contents, const char **mn_root) function 3381 if (is_minor_node(name, NULL))
|
H A D | devinfo_devlink.h | 420 int is_minor_node(const char *contents, const char **mn_root);
|
H A D | devinfo_devperm.c | 59 extern int is_minor_node(const char *, const char **); 319 if (is_minor_node((const char *)contents, (const char **)&ptr) !=
|
Completed in 38 milliseconds