Searched refs:inputArgs (Results 1 – 3 of 3) sorted by relevance
43 union inputArgs *buffer);47 union inputArgs *inp; in alloc_upcall()63 inp = (union inputArgs *)alloc_upcall(op, insize); \77 union inputArgs *inp; in venus_rootfid()95 union inputArgs *inp; in venus_getattr()114 union inputArgs *inp; in venus_setattr()134 union inputArgs *inp; in venus_lookup()163 union inputArgs *inp; in venus_close()183 union inputArgs *inp; in venus_open()205 union inputArgs *inp; in venus_mkdir()[all …]
280 #define VC_MAXMSGSIZE sizeof(union inputArgs)+sizeof(union outputArgs) +\671 union inputArgs { union
314 Each of these upcalls make use of two structures: inputArgs and319 struct inputArgs {326 <union "in" of call dependent parts of inputArgs>334 <union "out" of call dependent parts of inputArgs>340 inputArgs start with the opcode which defines the type of service