Searched refs:pathctl (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/sbin/kldconfig/ |
| HD | kldconfig.c | 58 static char *pathctl; variable 90 if (sysctlnametomib(pathctl, mib, &miblen) != 0) in getmib() 91 err(1, "sysctlnametomib(%s)", pathctl); in getmib() 109 err(1, "getting path: sysctl(%s) - size only", pathctl); in getpath() 116 err(1, "getting path: sysctl(%s)", pathctl); in getpath() 133 err(1, "setting path: sysctl(%s)", pathctl); in setpath() 340 if ((pathctl = strdup(PATHCTL)) == NULL) { in main() 377 free(pathctl); in main() 378 if ((pathctl = strdup(optarg)) == NULL) { in main()
|