Lines Matching defs:upibuf

5551 		sv_path_info_t	*upibuf = NULL;	/* To keep userland values */
5600 if (vhci_ioc_alloc_pathinfo(&upibuf, &kpibuf, num_paths,
5605 ASSERT(upibuf != NULL);
5614 vhci_ioc_free_pathinfo(upibuf, kpibuf, num_paths);
5618 if (vhci_ioc_send_pathinfo(upibuf, kpibuf, num_paths,
5621 vhci_ioc_free_pathinfo(upibuf, kpibuf, num_paths);
5626 vhci_ioc_free_pathinfo(upibuf, kpibuf, num_paths);
5633 sv_path_info_t *upibuf = NULL; /* To keep userland values */
5682 if (vhci_ioc_alloc_pathinfo(&upibuf, &kpibuf, num_paths,
5687 ASSERT(upibuf != NULL);
5696 vhci_ioc_free_pathinfo(upibuf, kpibuf, num_paths);
5700 if (vhci_ioc_send_pathinfo(upibuf, kpibuf, num_paths,
5703 vhci_ioc_free_pathinfo(upibuf, kpibuf, num_paths);
5708 vhci_ioc_free_pathinfo(upibuf, kpibuf, num_paths);
6537 vhci_ioc_alloc_pathinfo(sv_path_info_t **upibuf, sv_path_info_t **kpibuf,
6546 *upibuf = (sv_path_info_t *)
6548 ASSERT(*upibuf != NULL);
6559 * Keep these fields in the 'upibuf' structures.
6573 pi = (sv_path_info_t *)*upibuf;
6591 if (ddi_copyin(pioc->ret_buf, *upibuf,
6598 if (ddi_copyin(pioc->ret_buf, *upibuf,
6607 kmem_free(*upibuf, sizeof (sv_path_info_t) * num_paths);
6609 *upibuf = NULL;
6618 bufsize = (*upibuf)[index].ret_prop.buf_size;
6630 if ((*upibuf)[index].ret_prop.ret_buf_size != NULL) {
6649 vhci_ioc_free_pathinfo(sv_path_info_t *upibuf, sv_path_info_t *kpibuf,
6668 kmem_free(upibuf, sizeof (sv_path_info_t) * num_paths);
6678 vhci_ioc_send_pathinfo(sv_path_info_t *upibuf, sv_path_info_t *kpibuf,
6704 * saved in the 'upibuf' structure earlier.
6736 upibuf[index].ret_prop.ret_buf_size,
6737 sizeof (*upibuf[index].ret_prop.ret_buf_size), mode)) {
6744 upibuf[index].ret_prop.buf,
6745 upibuf[index].ret_prop.buf_size, mode)) {
6764 * saved in the 'upibuf' structure earlier.
6795 upibuf[index].ret_prop.ret_buf_size,
6796 sizeof (*upibuf[index].ret_prop.ret_buf_size), mode)) {
6803 upibuf[index].ret_prop.buf,
6804 upibuf[index].ret_prop.buf_size, mode)) {