Searched refs:pathctl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sbin/kldconfig/ |
| H A D | kldconfig.c | 56 static char *pathctl; variable 88 if (sysctlnametomib(pathctl, mib, &miblen) != 0) in getmib() 89 err(1, "sysctlnametomib(%s)", pathctl); in getmib() 107 err(1, "getting path: sysctl(%s) - size only", pathctl); in getpath() 114 err(1, "getting path: sysctl(%s)", pathctl); in getpath() 131 err(1, "setting path: sysctl(%s)", pathctl); in setpath() 320 if ((pathctl = strdup(PATHCTL)) == NULL) { in main() 357 free(pathctl); in main() 358 if ((pathctl = strdup(optarg)) == NULL) { in main()
|