Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/dreamcast/dev/maple/
H A Dmlcd.c158 static struct mlcd_buf *mlcd_buf_alloc(int /*dev*/, int /*flags*/);
596 mlcd_buf_alloc(int dev, int flags) in mlcd_buf_alloc() function
690 if ((bp = mlcd_buf_alloc(dev, M_WAITOK)) == NULL) in mlcdwrite()