Home
last modified time | relevance | path

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

/external/syzkaller/pkg/ipc/
Dipc.go321 comps, err := readComps(&out, reply.compsSize)
330 func readComps(outp *[]byte, compsSize uint32) (prog.CompMap, error) {
331 if compsSize == 0 {
335 for i := uint32(0); i < compsSize; i++ {
458 compsSize uint32 member
711 if callReply.signalSize != 0 || callReply.coverSize != 0 || callReply.compsSize != 0 {