Searched refs:acopy_args (Results 1 – 1 of 1) sorted by relevance
843 dsw_aioctl_t *acopy_args; in get_overflow_list() local850 acopy_args = malloc(sizeof (dsw_aioctl_t) + num * DSW_NAMELEN); in get_overflow_list()851 if (acopy_args == NULL) in get_overflow_list()854 acopy_args->count = num; in get_overflow_list()855 acopy_args->flags = 0; in get_overflow_list()856 acopy_args->status = spcs_s_ucreate(); in get_overflow_list()858 rc = do_ioctl(dsw_fd, DSWIOC_OLIST, acopy_args); in get_overflow_list()861 &acopy_args->status); in get_overflow_list()863 acopy_args->shadow_vol[DSW_NAMELEN*acopy_args->count] = NULL; in get_overflow_list()865 return (acopy_args->shadow_vol); in get_overflow_list()[all …]