Searched refs:helper_majdevno (Results 1 – 1 of 1) sorted by relevance
19160 static int helper_majdevno = 0; variable19177 if (0 >= helper_majdevno) in helper_init()19179 helper_majdevno = cdevsw_add(HELPER_MAJOR, &helper_cdevsw); in helper_init()19181 if (helper_majdevno < 0) { in helper_init()19186 if (NULL == devfs_make_node( makedev(helper_majdevno, 0), DEVFS_CHAR, UID_ROOT, GID_WHEEL, 0666, in helper_init()