Searched refs:f_flags (Results 1 - 25 of 111) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dclose.c76 if ((unsigned int)fd >= SOPEN_MAX || f->f_flags == 0) {
82 if (!(f->f_flags & F_RAW))
88 if (!(f->f_flags & F_NODEV))
93 f->f_flags = 0;
H A Dcloseall.c71 if (files[i].f_flags != 0)
H A Dfstat.c42 if ((unsigned int)fd >= SOPEN_MAX || f->f_flags == 0) {
50 if (f->f_flags & F_RAW) {
H A Dioctl.c73 if ((unsigned int)fd >= SOPEN_MAX || f->f_flags == 0) {
79 if (f->f_flags & F_RAW) {
H A Dopen.c89 if (f->f_flags == 0)
98 f->f_flags = mode + 1;
112 || (((f->f_flags & F_NODEV) == 0) &&
121 f->f_flags |= F_RAW;
147 if ((f->f_flags & F_NODEV) == 0) {
154 f->f_flags = 0;
H A Dlseek.c75 if ((unsigned int)fd >= SOPEN_MAX || f->f_flags == 0) {
82 if (f->f_flags & F_RAW) {
H A Dread.c77 if ((unsigned int)fd >= SOPEN_MAX || !(f->f_flags & F_READ)) {
83 if (f->f_flags & F_RAW) {
H A Dwrite.c74 if ((unsigned int)fd >= SOPEN_MAX || !(f->f_flags & F_WRITE)) {
80 if (f->f_flags & F_RAW) {
H A Dls.c141 if ((unsigned int)fd >= SOPEN_MAX || f->f_flags == 0) {
149 if (f->f_flags & F_RAW) {
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/stand/lib/
H A Ddevopen.c37 f->f_flags |= F_NODEV;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/coff/
H A Dgo32exe.h30 char f_flags[2]; /* flags */ member in struct:external_filehdr_go32_exe
H A Dtic80.h35 char f_flags[2]; /* flags */ member in struct:external_filehdr
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/coff/
H A Dgo32exe.h30 char f_flags[2]; /* flags */ member in struct:external_filehdr_go32_exe
/netbsd-6-1-5-RELEASE/bin/ls/
H A Dls.h42 extern int f_flags; /* show flags associated with a file */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dcollect2-aix.h142 char f_flags[2]; member in struct:external_filehdr_32
164 char f_flags[2]; member in struct:external_filehdr_64
179 unsigned short f_flags; member in struct:internal_filehdr
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dreaddir.c50 if (f->f_flags & F_RAW) {
/netbsd-6-1-5-RELEASE/sys/compat/sys/
H A Dmount.h55 long f_flags; /* copy of mount flags */ member in struct:statfs12
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dcoff_machdep.h52 (((fp)->f_flags & COFF_F_EXEC) == 0 ? 4 : 16)
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Ddevopen.c66 if (of->f_flags != F_READ)
71 of->f_flags |= F_NODEV;
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/common/
H A Dcoffhdrfix.c53 Coff_Half f_flags; member in struct:coff_filehdr
108 COFF_GET_HALF(file.f_magic), COFF_GET_HALF(file.f_flags));
H A Ddevopen.c94 f->f_flags |= F_NODEV;
164 f->f_flags |= F_NODEV;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/aout/
H A Dencap.h53 unsigned short f_flags; member in struct:coffheader
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/bootxx/
H A Dbootxx.c80 f.f_flags = F_RAW;
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/bootyy/
H A Dbootyy.c89 f.f_flags = F_RAW;
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/libsa/
H A Dxxboot.c83 f.f_flags = F_RAW;

Completed in 319 milliseconds

12345