| /src/sys/arch/hppa/stand/common/ |
| lif.c | 47 int f_count; /* this file length */ member in struct:file 125 fp->f_count = load.count - sizeof(int); 130 fp->f_count, fp->f_off, 176 if (fp->f_seek >= fp->f_count || 213 fp->f_seek = fp->f_count - offset; 229 sb->st_size = fp->f_count;
|
| lif.c | 47 int f_count; /* this file length */ member in struct:file 125 fp->f_count = load.count - sizeof(int); 130 fp->f_count, fp->f_off, 176 if (fp->f_seek >= fp->f_count || 213 fp->f_seek = fp->f_count - offset; 229 sb->st_size = fp->f_count;
|
| /src/bin/dd/ |
| args.c | 88 static void f_count(char *); 108 { "count", f_count, C_COUNT, C_COUNT }, 247 f_count(char *arg) function in typeref:typename:void
|
| args.c | 88 static void f_count(char *); 108 { "count", f_count, C_COUNT, C_COUNT }, 247 f_count(char *arg) function in typeref:typename:void
|
| /src/sys/sys/ |
| file.h | 150 u_int f_count; /* reference count */ member in struct:file
|
| file.h | 150 u_int f_count; /* reference count */ member in struct:file
|