Lines Matching refs:inline
33 inline int B_BUSY = @B_BUSY@;
35 inline int B_DONE = @B_DONE@;
37 inline int B_ERROR = @B_ERROR@;
39 inline int B_PAGEIO = @B_PAGEIO@;
41 inline int B_PHYS = @B_PHYS@;
43 inline int B_READ = @B_READ@;
45 inline int B_WRITE = @B_WRITE@;
47 inline int B_ASYNC = @B_ASYNC@;
141 * The following inline constants can be used to examine fi_oflags when using
147 inline int O_ACCMODE = @O_ACCMODE@;
150 inline int O_RDONLY = @O_RDONLY@;
152 inline int O_WRONLY = @O_WRONLY@;
154 inline int O_RDWR = @O_RDWR@;
157 inline int O_APPEND = @O_APPEND@;
159 inline int O_CREAT = @O_CREAT@;
161 inline int O_DSYNC = @O_DSYNC@;
163 inline int O_EXCL = @O_EXCL@;
165 inline int O_LARGEFILE = @O_LARGEFILE@;
167 inline int O_NOCTTY = @O_NOCTTY@;
169 inline int O_NONBLOCK = @O_NONBLOCK@;
171 inline int O_NDELAY = @O_NDELAY@;
173 inline int O_RSYNC = @O_RSYNC@;
175 inline int O_SYNC = @O_SYNC@;
177 inline int O_TRUNC = @O_TRUNC@;
179 inline int O_XATTR = @O_XATTR@;
202 inline fileinfo_t fds[int fd] = xlate <fileinfo_t> (getf(fd));