Searched refs:cblock (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dclist.h70 struct cblock { struct
71 struct cblock *c_next; /* next cblock in queue */
76 extern struct cblock *cfree, *cfreelist;
H A Dparam.h178 #define CBQSIZE (CBLOCK/NBBY) /* Quote bytes/cblock - can do better. */
180 #define CBSIZE (CBLOCK - sizeof(struct cblock *) - CBQSIZE)
/darwin-on-arm/xnu/bsd/conf/
H A Dparam.c120 struct cblock *cfree;
121 struct cblock *cfreelist = NULL;

Completed in 17 milliseconds