Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/mlxcontrol/
HDinterface.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()
/NextBSD/sys/dev/mlx/
HDmlxio.h58 size_t mu_datasize; /* size of databuffer */ member
HDmlx.c2027 if (mu->mu_datasize > 0) { in mlx_user_cb()
2074 if (mu->mu_datasize > 0) { in mlx_user_command()
2075 if (mu->mu_datasize > MLX_MAXPHYS) { in mlx_user_command()
2080 if (((kbuf = malloc(mu->mu_datasize, M_DEVBUF, M_WAITOK)) == NULL) || in mlx_user_command()
2081 (error = copyin(mu->mu_buf, kbuf, mu->mu_datasize))) { in mlx_user_command()
2094 if (mu->mu_datasize > 0) { in mlx_user_command()
2106 mc->mc_length = mu->mu_datasize; in mlx_user_command()
2115 if (mu->mu_datasize > 0) { in mlx_user_command()
2117 error = copyout(kbuf, mu->mu_buf, mu->mu_datasize); in mlx_user_command()