Lines Matching full:for

2  * 9P network client for VirtIO 9P test cases (based on QTest)
65 #define P9_GETATTR_BASIC 0x000007ffULL /* Mask for fields up to BLOCKS */
66 #define P9_GETATTR_ALL 0x00003fffULL /* Mask for ALL fields */
86 /* options for 'Twalk' 9p request */
94 /* file ID for target directory being walked to (optional) */
106 /* only send Twalk request but not wait for a reply? (optional) */
116 /* if requestOnly was set: request object for further processing */
120 /* options for 'Tversion' 9p request */
130 /* only send Tversion request but not wait for a reply? (optional) */
138 /* if requestOnly was set: request object for further processing */
142 /* options for 'Tattach' 9p request */
157 /* only send Tattach request but not wait for a reply? (optional) */
165 /* if requestOnly was set: request object for further processing */
169 /* options for 'Tgetattr' 9p request */
183 /* only send Tgetattr request but not wait for a reply? (optional) */
191 /* if requestOnly was set: request object for further processing */
195 /* options for 'Tsetattr' 9p request */
205 /* only send Tsetattr request but not wait for a reply? (optional) */
213 /* if requestOnly was set: request object for further processing */
217 /* options for 'Treaddir' 9p request */
225 /* offset in entries stream, i.e. for multiple requests (optional) */
235 /* only send Treaddir request but not wait for a reply? (optional) */
243 /* if requestOnly was set: request object for further processing */
247 /* options for 'Tlopen' 9p request */
262 /* only send Tlopen request but not wait for a reply? (optional) */
270 /* if requestOnly was set: request object for further processing */
274 /* options for 'Twrite' 9p request */
288 /* only send Twrite request but not wait for a reply? (optional) */
296 /* if requestOnly was set: request object for further processing */
302 /* options for 'Tflush' 9p request */
310 /* only send Tflush request but not wait for a reply? (optional) */
318 /* if requestOnly was set: request object for further processing */
322 /* options for 'Tmkdir' 9p request */
343 /* only send Tmkdir request but not wait for a reply? (optional) */
351 /* if requestOnly was set: request object for further processing */
355 /* options for 'Tlcreate' 9p request */
378 /* only send Tlcreate request but not wait for a reply? (optional) */
386 /* if requestOnly was set: request object for further processing */
390 /* options for 'Tsymlink' 9p request */
410 /* only send Tsymlink request but not wait for a reply? (optional) */
418 /* if requestOnly was set: request object for further processing */
422 /* options for 'Tlink' 9p request */
438 /* only send Tlink request but not wait for a reply? (optional) */
446 /* if requestOnly was set: request object for further processing */
450 /* options for 'Tunlinkat' 9p request */
464 /* only send Tunlinkat request but not wait for a reply? (optional) */
472 /* if requestOnly was set: request object for further processing */