Searched defs:callReply (Results 1 – 1 of 1) sorted by relevance
451 type callReply struct { struct452 index uint32 // call index in the program453 num uint32 // syscall number (for cross-checking)454 errno uint32455 flags uint32 // see CallFlags456 signalSize uint32457 coverSize uint32458 compsSize uint32