HomeSort by: relevance | last modified time | path
    Searched refs:prog_modctl (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/modload/
prog_ops.h 43 #define prog_modctl prog_ops.op_modctl macro
46 #define prog_modctl modctl macro
main.c 171 if (prog_modctl(MODCTL_LOAD, &cmdargs)) {
  /src/sbin/modstat/
prog_ops.h 43 #define prog_modctl prog_ops.op_modctl macro
46 #define prog_modctl modctl macro
main.c 119 if (prog_modctl(MODCTL_EXISTS, (void *)(uintptr_t)1)) {
149 if (prog_modctl(MODCTL_EXISTS, (void *)(uintptr_t)0)) {
171 if (prog_modctl(MODCTL_STAT, &iov)) {
  /src/sbin/modunload/
prog_ops.h 43 #define prog_modctl prog_ops.op_modctl macro
46 #define prog_modctl modctl macro
main.c 58 if (prog_modctl(MODCTL_UNLOAD, argv[i])) {

Completed in 13 milliseconds