| /src/external/gpl2/lvm2/dist/lib/format_text/ |
| import-export.h | 63 int read_flags(uint32_t *status, int type, struct config_value *cv);
|
| flags.c | 140 int read_flags(uint32_t *status, int type, struct config_value *cv) function
|
| import_vsn1.c | 140 if (!(read_flags(status, type | STATUS_FLAG, cn->v))) { 146 if (!(read_flags(status, type, cn->v))) {
|
| /src/usr.bin/vndcompress/ |
| offtab.c | 117 offtab_read_window(struct offtab *offtab, uint32_t blkno, int read_flags) 124 assert(ISSET(read_flags, OFFTAB_READ_SEEK) || 130 const ssize_t n_read = (ISSET(read_flags, OFFTAB_READ_SEEK) 153 offtab_maybe_read_window(struct offtab *offtab, uint32_t blkno, int read_flags) 161 if (!offtab_read_window(offtab, blkno, read_flags))
|
| /src/external/mit/libuv/dist/src/unix/ |
| pipe.c | 498 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) { 510 if ((read_flags & UV_NONBLOCK_PIPE) && (write_flags & UV_NONBLOCK_PIPE)) 532 if (read_flags & UV_NONBLOCK_PIPE)
|
| /src/lib/libperfuse/ |
| fuse.h | 297 uint32_t read_flags; member in struct:fuse_read_in
|
| ops.c | 2541 * read_flags, lock_owner and flags are unused in libfuse 2547 fri->read_flags = 0; 3116 fri->read_flags = 0; /* XXX Unused by libfuse? */
|
| /src/external/mit/libuv/dist/src/win/ |
| pipe.c | 349 int uv_pipe(uv_file fds[2], int read_flags, int write_flags) { 358 read_flags |= UV_READABLE_PIPE; 362 read_flags,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| read-rtl.cc | 1556 read_flags (rtx return_rtx) 1733 read_flags (return_rtx); 1554 read_flags (rtx return_rtx) function
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| read-rtl.cc | 1507 read_flags (rtx return_rtx) 1684 read_flags (return_rtx); 1505 read_flags (rtx return_rtx) function
|
| /src/external/mit/libuv/dist/include/ |
| uv.h | 515 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags);
|