Searched refs:chucode (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/ntp/kernel/sys/
H A Dchudefs.h13 struct chucode { struct
/freebsd-10.0-release/contrib/ntp/kernel/
H A Dtty_chu.c36 struct chucode chubuf[NUMCHUBUFS];
106 register struct chucode *chucode; local
115 chucode = &(chu->chubuf[chu->lastindex]);
118 sleep((caddr_t)chucode, TTIPRI);
125 return (uiomove((caddr_t)chucode, sizeof(*chucode), UIO_READ, uio));
139 register struct chucode *chuc;
H A Dtty_chu_STREAMS.c15 * Provides complete chucode structures to user space.
60 * v2.6 - Mutexed the per-instance chucode just to be safe.
153 struct chucode chu_struct;
316 kmem_free(q->q_ptr, sizeof(struct chucode) );
352 kmem_free(q->q_ptr, sizeof(struct chucode) );
367 * gets a full chucode struct, we'll hand it back upstairs.
370 * passback takes a pointer to a chucode struct and q and sends it upstream.
412 * Take a pointer to a filled chucode struct and a queue and
413 * send the chucode stuff upstream
417 struct chucode *outdat
[all...]
/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dchutest.c37 struct chucode { struct
62 struct chucode chudata;
336 struct chucode chu;
530 struct chucode *chuc,

Completed in 327 milliseconds