Lines Matching refs:streams
197 pcm->streams = NULL; in libxl__pcm_from_xenstore()
207 pcm->streams = libxl__realloc(NOGC, pcm->streams, in libxl__pcm_from_xenstore()
208 sizeof(*pcm->streams) * in libxl__pcm_from_xenstore()
211 libxl_vsnd_stream_init(&pcm->streams[pcm->num_vsnd_streams - 1]); in libxl__pcm_from_xenstore()
214 &pcm->streams[pcm->num_vsnd_streams in libxl__pcm_from_xenstore()
436 libxl_vsnd_stream *streams, in libxl__set_streams_vsnd() argument
445 streams[i].unique_id); in libxl__set_streams_vsnd()
448 const char *type = libxl_vsnd_stream_type_to_string(streams[i].type); in libxl__set_streams_vsnd()
458 &streams[i].params, front); in libxl__set_streams_vsnd()
487 rc = libxl__set_streams_vsnd(gc, path, pcms[i].streams, in libxl__set_pcms_vsnd()
538 info->streams = libxl__malloc(NOGC, sizeof(*info->streams) * info->num_vsnd_streams); in libxl__device_stream_getinfo()
542 libxl_streaminfo_init(&info->streams[i]); in libxl__device_stream_getinfo()
549 info->streams[i].req_rref = tmp ? strtoul(tmp, NULL, 10) : -1; in libxl__device_stream_getinfo()
556 info->streams[i].req_evtch = tmp ? strtoul(tmp, NULL, 10) : -1; in libxl__device_stream_getinfo()