Home
last modified time | relevance | path

Searched refs:libxl_streaminfo (Results 1 – 3 of 3) sorted by relevance

/xen/tools/xl/
A Dxl_vsnd.c147 libxl_streaminfo *info = &vsndinfo.pcms[j].streams[k]; in main_vsndlist()
/xen/tools/libxl/
A Dlibxl_types.idl1075 libxl_streaminfo = Struct("streaminfo", [
1081 ("streams", Array(libxl_streaminfo, "num_vsnd_streams"))
/xen/tools/golang/xenlight/
A Dhelpers.gen.go3493 xc C.libxl_streaminfo)
3503 func (x *Streaminfo) fromC(xc *C.libxl_streaminfo) error { argument
3509 func (x *Streaminfo) toC(xc *C.libxl_streaminfo) (err error){defer func(){ argument
3537 cStreams := (*[1<<28]C.libxl_streaminfo)(unsafe.Pointer(xc.streams))[:n:n]
3553 xc.streams = (*C.libxl_streaminfo)(C.malloc(C.ulong(numVsndStreams)*C.sizeof_libxl_streaminfo))
3555 cStreams := (*[1<<28]C.libxl_streaminfo)(unsafe.Pointer(xc.streams))[:numVsndStreams:numVsndStreams]

Completed in 9 milliseconds