is_minor_node
if (is_minor_node(contents, &ptr) != DEVFSADM_TRUE) {
if (is_minor_node(contents, &r_contents) == DEVFSADM_FALSE) {
if (is_minor_node(contents, &ptr) == DEVFSADM_FALSE) {
(void) is_minor_node(contents, &linkptr);
static int is_minor_node(char *contents, char **mn_root);
if (!is_minor_node(clp->content, &minor_path)) {
if (s_realpath(link, buf) == NULL || !is_minor_node(buf, &minor_path)) {
if (!is_minor_node(content, &minor_path)) {
if (is_minor_node(content, NULL)) {
if (is_minor_node(vlp->content, &minor_path)) {
if (!is_minor_node(tmp, &minor_path))
if (!is_minor_node(vlp->content, &minor_path))
if (is_minor_node(name, NULL))
int is_minor_node(const char *contents, const char **mn_root);
if (is_minor_node((const char *)contents, (const char **)&ptr) !=
extern int is_minor_node(const char *, const char **);