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

  /src/sys/dev/pckbport/
pckbport.c 87 static void pckbport_cleanup(void *);
357 pckbport_cleanup(void *self) function in typeref:typename:void
524 pckbport_cleanup(t);
528 callout_reset(&t->t_cleanup, hz, pckbport_cleanup, t);
pckbport.c 87 static void pckbport_cleanup(void *);
357 pckbport_cleanup(void *self) function in typeref:typename:void
524 pckbport_cleanup(t);
528 callout_reset(&t->t_cleanup, hz, pckbport_cleanup, t);
pckbport.c 87 static void pckbport_cleanup(void *);
357 pckbport_cleanup(void *self) function in typeref:typename:void
524 pckbport_cleanup(t);
528 callout_reset(&t->t_cleanup, hz, pckbport_cleanup, t);
pckbport.c 87 static void pckbport_cleanup(void *);
357 pckbport_cleanup(void *self) function in typeref:typename:void
524 pckbport_cleanup(t);
528 callout_reset(&t->t_cleanup, hz, pckbport_cleanup, t);

Completed in 45 milliseconds