Searched defs:get_handles_32 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 67 milliseconds