Home
last modified time | relevance | path

Searched refs:DISPATCH (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddispatch.h97 typedef struct DISPATCH { struct
100 } DISPATCH; argument
H A Ddisptab.c35 static DISPATCH dispatch_table[] = {
306 register DISPATCH *pd = &dispatch_table[type]; in dispatch()