HomeSort by: relevance | last modified time | path
    Searched refs:mlx_ccb_map (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
ld_mlx.c 166 rv = mlx_ccb_map(mlx, mc, data, datasize,
mlx.c 1237 if ((rv = mlx_ccb_map(mlx, mc, result, 1024, MC_XFER_IN)) != 0)
1547 if ((rv = mlx_ccb_map(mlx, mc, result, bufsize, MC_XFER_IN)) != 0)
1765 rv = mlx_ccb_map(mlx, mc, kbuf, mu->mu_datasize, mu->mu_bufdir);
1767 DPRINTF(("mlx_user_command: mlx_ccb_map = %d\n", rv));
1912 mlx_ccb_map(struct mlx_softc *mlx, struct mlx_ccb *mc, void *data, int size, function in typeref:typename:int
mlxvar.h 186 int mlx_ccb_map(struct mlx_softc *, struct mlx_ccb *, void *, int, int);

Completed in 69 milliseconds