Searched refs:get_handles_32 (Results 1 – 1 of 1) sorted by relevance
1462 struct bofi_get_handles32 get_handles_32; in bofi_ioctl() local1464 if (ddi_copyin((void *)arg, &get_handles_32, in bofi_ioctl()1465 sizeof (get_handles_32), mode) != 0) { in bofi_ioctl()1468 get_handles.namesize = get_handles_32.namesize; in bofi_ioctl()1469 (void) strncpy(get_handles.name, get_handles_32.name, in bofi_ioctl()1471 get_handles.instance = get_handles_32.instance; in bofi_ioctl()1472 get_handles.count = get_handles_32.count; in bofi_ioctl()1474 (caddr_t)(uintptr_t)get_handles_32.buffer; in bofi_ioctl()