Lines Matching refs:then
23 userspace that something has happened, then returning a new file
35 - If the operation is specific to a particular file or file descriptor, then
41 - If the operation is specific to a particular task or process, then an
85 zero value gives the previous behaviour, then this allows both directions of
107 If your new xyzzy(2) system call does return a new file descriptor, then the
283 values, which then need to be re-assembled in the compatibility layer.
304 and 64-bit systems, say struct xyzzy_args, then the include/linux/compat.h
308 compat_sys_xyzzy() routine can then use this compat_ structure to parse the
320 in struct xyzzy_args, then struct compat_xyzzy_args would have:
369 If no pointers are involved, then it is preferable to re-use the 64-bit system
412 then the stub32_ version needs to call on to the compat_sys_ version of the
414 implementation is not common with the x86_64 version, then its syscall
437 one of these, then the audit system should be updated.