Searched refs:woff (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | zfs_vnops.c | 449 offset_t woff = ioflag & O_APPEND ? zp->z_size : zfs_uio_offset(uio); in zfs_write() local 450 if (woff < 0) { in zfs_write() 477 woff = lr->lr_offset; in zfs_write() 484 woff = zp->z_size; in zfs_write() 486 zfs_uio_setoffset(uio, woff); in zfs_write() 493 lr = zfs_rangelock_enter(&zp->z_rangelock, woff, n, RL_WRITER); in zfs_write() 504 if (woff >= limit) { in zfs_write() 510 if (n > limit - woff) in zfs_write() 511 n = limit - woff; in zfs_write() 513 uint64_t end_size = MAX(zp->z_size, woff + n); in zfs_write() [all …]
|
| /freebsd-13-stable/contrib/file/magic/Magdir/ |
| HD | fonts | 424 # Web Open Font Format (.woff) 425 0 name woff 438 !:mime font/woff 439 >0 use woff 446 >0 use woff
|
| /freebsd-13-stable/contrib/ntp/sntp/m4/ |
| HD | os_cflags.m4 | 64 ntp_os_cflags="-n32 -mips3 -Wl,-woff,84"
|
| HD | openldap-thread-check.m4 | 148 dnl pthread_join() -Wl,-woff,85 -lpthread (IRIX) 191 OL_PTHREAD_TRY([-lpthread -Wl,-woff,85],
|
| /freebsd-13-stable/contrib/libevent/test/ |
| HD | regress.c | 85 static int woff; variable 183 if (woff + len >= (int)sizeof(wbuf)) in multiple_write_cb() 184 len = sizeof(wbuf) - woff; in multiple_write_cb() 186 len = write(fd, wbuf + woff, len); in multiple_write_cb() 194 woff += len; in multiple_write_cb() 196 if (woff >= (int)sizeof(wbuf)) { in multiple_write_cb() 535 roff = woff = 0; in test_multiple() 546 if (roff == woff) in test_multiple() 564 roff = woff = 0; in test_persistent() 575 if (roff == woff) in test_persistent()
|
| /freebsd-13-stable/contrib/ntp/sntp/libevent/test/ |
| HD | regress.c | 85 static int woff; variable 183 if (woff + len >= (int)sizeof(wbuf)) in multiple_write_cb() 184 len = sizeof(wbuf) - woff; in multiple_write_cb() 186 len = write(fd, wbuf + woff, len); in multiple_write_cb() 194 woff += len; in multiple_write_cb() 196 if (woff >= (int)sizeof(wbuf)) { in multiple_write_cb() 535 roff = woff = 0; in test_multiple() 546 if (roff == woff) in test_multiple() 564 roff = woff = 0; in test_persistent() 575 if (roff == woff) in test_persistent()
|