Searched refs:fs (Results 1 – 6 of 6) sorted by relevance
| /third_party/uapp/fsck-msdosfs/ |
| A D | fat.c | 59 checkdirty(int fs, struct bootblock *boot) in checkdirty() argument 78 if (lseek(fs, off, SEEK_SET) != off) { in checkdirty() 83 if ((size_t)read(fs, buffer, boot->bpbBytesPerSec) != in checkdirty() 156 _readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer) in _readfat() argument 170 if (lseek(fs, off, SEEK_SET) != off) { in _readfat() 175 if ((size_t)read(fs, *buffer, boot->FATsecs * boot->bpbBytesPerSec) in _readfat() 192 readfat(int fs, struct bootblock *boot, u_int no, struct fatEntry **fp) in readfat() argument 202 if (!_readfat(fs, boot, no, &buffer)) in readfat() 600 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0, in writefat() 646 if (lseek(fs, off, SEEK_SET) != off in writefat() [all …]
|
| /third_party/ulib/musl/src/ldso/x86_64/ |
| A D | tlsdesc.S | 17 mov %fs:8,%rdx 25 sub %fs:0,%rax
|
| /third_party/ulib/musl/src/setjmp/x86_64/ |
| A D | setjmp.S | 15 mov %fs:ZX_TLS_UNSAFE_SP_OFFSET, %rsi // Unsafe SP
|
| A D | longjmp.S | 91 mov %rsi, %fs:ZX_TLS_UNSAFE_SP_OFFSET
|
| /third_party/ulib/musl/include/bits/x86_64/ |
| A D | signal.h | 52 unsigned short cs, gs, fs, __pad0; member
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jeprof.in | 2113 my $fs = 8; 2115 $fs = 8 + (50.0 * sqrt(abs($f * 1.0 / $local_total))); 2149 $fs,
|
Completed in 17 milliseconds