Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/mlxcontrol/
H A Dinterface.c191 cmd.mu_datasize = sizeof(*enq); in mlx_enquiry()
213 cmd.mu_datasize = sizeof(*cfg); in mlx_read_configuration()
241 cmd.mu_datasize = sizeof(dcdb_cmd); in mlx_scsi_inquiry()
278 cmd.mu_datasize = sizeof(*drv); in mlx_get_device_state()
/dragonfly/sys/dev/raid/mlx/
H A Dmlxio.h59 size_t mu_datasize; /* size of databuffer */ member
H A Dmlx.c1872 if (mu->mu_datasize > 0) { in mlx_user_command()
1873 if (mu->mu_datasize > MAXPHYS) in mlx_user_command()
1875 if (((kbuf = kmalloc(mu->mu_datasize, M_DEVBUF, M_WAITOK)) == NULL) || in mlx_user_command()
1876 (error = copyin(mu->mu_buf, kbuf, mu->mu_datasize))) in mlx_user_command()
1888 mc->mc_length = mu->mu_datasize; in mlx_user_command()
1907 if (mu->mu_datasize > 0) { in mlx_user_command()
1927 if ((mu->mu_datasize > 0) && ((error = copyout(kbuf, mu->mu_buf, mu->mu_datasize)))) in mlx_user_command()