rotatedfont       165 dev/rasops/rasops.c SLIST_HEAD(, rotatedfont) rotatedfonts = SLIST_HEAD_INITIALIZER(rotatedfonts);
rotatedfont       166 dev/rasops/rasops.c struct	rotatedfont {
rotatedfont       167 dev/rasops/rasops.c 	SLIST_ENTRY(rotatedfont) rf_next;
rotatedfont      1125 dev/rasops/rasops.c 	struct rotatedfont *f;
rotatedfont      1140 dev/rasops/rasops.c 	f = malloc(sizeof(struct rotatedfont), M_DEVBUF, M_WAITOK);