Searched refs:set_param (Results 1 – 1 of 1) sorted by relevance
62 vioc_set_params_t set_param = { in test_set_param_errors() local66 if (ioctl(vfd, VNA_IOC_SET_PARAMS, &set_param) == 0) { in test_set_param_errors()72 set_param.vsp_param = bogus_nvlist; in test_set_param_errors()73 set_param.vsp_param_sz = sizeof (bogus_nvlist); in test_set_param_errors()74 if (ioctl(vfd, VNA_IOC_SET_PARAMS, &set_param) == 0) { in test_set_param_errors()90 set_param.vsp_param = fnvlist_pack(nvl, &set_param.vsp_param_sz); in test_set_param_errors()91 set_param.vsp_error = errbuf; in test_set_param_errors()92 set_param.vsp_error_sz = sizeof (errbuf); in test_set_param_errors()93 if (ioctl(vfd, VNA_IOC_SET_PARAMS, &set_param) == 0) { in test_set_param_errors()97 free(set_param.vsp_param); in test_set_param_errors()[all …]