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

/illumos-gate/usr/src/cmd/th_tools/
H A Dth_manage.c72 {"get_handles", BOFI_GET_HANDLES, -1}
79 struct bofi_get_handles get_handles; local
179 "get_handles,\n");
190 get_handles.namesize = errctl.namesize;
191 (void) strncpy(get_handles.name, errctl.name, MAXNAMELEN);
192 get_handles.instance = errctl.instance;
193 get_handles.buffer = buffer;
194 get_handles.count = sizeof (buffer) - 1;
195 if (ioctl(fd, command, &get_handles) == -1) {
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c920 struct bofi_get_handles get_handles; local
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;
1473 get_handles.buffer =
1478 if (ddi_copyin((void *)arg, &get_handles,
1479 sizeof (get_handles), mode) != 0)
1484 if (ddi_copyin((void *)arg, &get_handles,
1485 sizeof (get_handles), mod
[all...]

Completed in 62 milliseconds