HomeSort by: relevance | last modified time | path
    Searched defs:c_func (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/user/
main.c 46 int (*c_func)(int, char **); /* called function */ member in struct:cmd_t
93 return (*cmdp->c_func)(argc - (matched - 1), argv + (matched - 1));
  /src/sys/sys/
callout.h 93 void (*c_func)(void *); /* function to call */ member in struct:callout_impl
  /src/sys/altq/
altq_var.h 194 void (*c_func)(void *); /* function to call */ member in struct:callout
198 (c)->c_func = (f); \
200 #define CALLOUT_STOP(c) untimeout((c)->c_func,(c)->c_arg)
  /src/usr.bin/mail/
def.h 191 int (*c_func)(void *); /* Implementor of the command */ member in struct:cmd
  /src/sys/arch/shark/shark/
scr.c 534 void (*c_func)(struct scr_softc*,int); /* function to call */
3619 func = c->c_func;
3732 new->c_func = ftn;
3804 if (t->c_func == ftn && t->c_sc == sc && t->c_arg == arg)
533 void (*c_func)(struct scr_softc*,int); \/* function to call *\/ member in struct:callout_t

Completed in 16 milliseconds