Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c1465 struct bofi_get_handles32 get_handles_32; in bofi_ioctl() local
1467 if (ddi_copyin((void *)arg, &get_handles_32, in bofi_ioctl()
1468 sizeof (get_handles_32), mode) != 0) { in bofi_ioctl()
1471 get_handles.namesize = get_handles_32.namesize; in bofi_ioctl()
1472 (void) strncpy(get_handles.name, get_handles_32.name, in bofi_ioctl()
1474 get_handles.instance = get_handles_32.instance; in bofi_ioctl()
1475 get_handles.count = get_handles_32.count; in bofi_ioctl()
1477 (caddr_t)(uintptr_t)get_handles_32.buffer; in bofi_ioctl()