rotatedfont
struct rotatedfont *f;
f = malloc(sizeof(struct rotatedfont), M_DEVBUF, M_WAITOK);
SLIST_HEAD(, rotatedfont) rotatedfonts = SLIST_HEAD_INITIALIZER(rotatedfonts);
SLIST_ENTRY(rotatedfont) rf_next;