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

  /src/sys/dev/ic/
mlx.c 129 static int mlx_user_command(struct mlx_softc *, struct mlx_usercommand *);
812 return (mlx_user_command(mlx, (struct mlx_usercommand *)data));
1718 mlx_user_command(struct mlx_softc *mlx, struct mlx_usercommand *mu) function in typeref:typename:int
1734 DPRINTF(("mlx_user_command: mlx_ccb_alloc = %d\n", rv));
1750 DPRINTF(("mlx_user_command: malloc = NULL\n"));
1758 DPRINTF(("mlx_user_command: copyin = %d\n",
1767 DPRINTF(("mlx_user_command: mlx_ccb_map = %d\n", rv));
1771 DPRINTF(("mlx_user_command: too many s/g entries\n"));
1797 DPRINTF(("mlx_user_command: bufptr botch\n"));
1811 printf("mlx_user_command: mlx_ccb_wait = %d\n", rv)
    [all...]
mlx.c 129 static int mlx_user_command(struct mlx_softc *, struct mlx_usercommand *);
812 return (mlx_user_command(mlx, (struct mlx_usercommand *)data));
1718 mlx_user_command(struct mlx_softc *mlx, struct mlx_usercommand *mu) function in typeref:typename:int
1734 DPRINTF(("mlx_user_command: mlx_ccb_alloc = %d\n", rv));
1750 DPRINTF(("mlx_user_command: malloc = NULL\n"));
1758 DPRINTF(("mlx_user_command: copyin = %d\n",
1767 DPRINTF(("mlx_user_command: mlx_ccb_map = %d\n", rv));
1771 DPRINTF(("mlx_user_command: too many s/g entries\n"));
1797 DPRINTF(("mlx_user_command: bufptr botch\n"));
1811 printf("mlx_user_command: mlx_ccb_wait = %d\n", rv)
    [all...]

Completed in 115 milliseconds