Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mlxcontrol/
H A Dmlxcontrol.h57 extern void mlx_print_phys_drv(struct mlx_phys_drv *drv, int channel, int target, char *prefix, int…
H A Dutil.c110 mlx_print_phys_drv(struct mlx_phys_drv *drv, int chn, int targ, char *prefix, int verbose) in mlx_print_phys_drv() function
H A Dconfig.c154 mlx_print_phys_drv(drv, chn, targ, "# ", 1); in print_phys_drive()
H A Dcommand.c371 mlx_print_phys_drv(&pd, channel, target, " ", verbosity - 1); in controller_print()