Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mlx/
HDmlx.c111 static struct mlx_command *mlx_alloccmd(struct mlx_softc *sc);
1180 if ((mc = mlx_alloccmd(sc)) == NULL) in mlx_periodic_eventlog_poll()
1392 if ((mc = mlx_alloccmd(sc)) == NULL) in mlx_pause_action()
1461 if ((mc = mlx_alloccmd(sc)) == NULL) in mlx_enquire()
1525 if ((mc = mlx_alloccmd(sc)) == NULL) in mlx_flush()
1567 if ((mc = mlx_alloccmd(sc)) == NULL) in mlx_check()
1610 if ((mc = mlx_alloccmd(sc)) == NULL) in mlx_rebuild()
1736 if ((mc = mlx_alloccmd(sc)) == NULL) in mlx_startio()
1866 if ((mc = mlx_alloccmd(sc)) == NULL) in mlx_user_command()
2246 mlx_alloccmd(struct mlx_softc *sc) in mlx_alloccmd() function