HomeSort by: relevance | last modified time | path
    Searched defs:mlcd_buf_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/dreamcast/dev/maple/
mlcd.c 158 static struct mlcd_buf *mlcd_buf_alloc(int /*dev*/, int /*flags*/);
596 mlcd_buf_alloc(int dev, int flags) function in typeref:struct:mlcd_buf *
690 if ((bp = mlcd_buf_alloc(dev, M_WAITOK)) == NULL)
mlcd.c 158 static struct mlcd_buf *mlcd_buf_alloc(int /*dev*/, int /*flags*/);
596 mlcd_buf_alloc(int dev, int flags) function in typeref:struct:mlcd_buf *
690 if ((bp = mlcd_buf_alloc(dev, M_WAITOK)) == NULL)

Completed in 22 milliseconds