Searched refs:woff (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_vnops.c | 641 offset_t woff = ioflag & O_APPEND ? zp->z_size : zfs_uio_offset(uio); in zfs_write() local 642 if (woff < 0) { in zfs_write() 676 woff = lr->lr_offset; in zfs_write() 683 woff = zp->z_size; in zfs_write() 685 zfs_uio_setoffset(uio, woff); in zfs_write() 691 zfs_uio_setsoffset(uio, woff); in zfs_write() 698 lr = zfs_rangelock_enter(&zp->z_rangelock, woff, n, RL_WRITER); in zfs_write() 709 if (woff >= limit) { in zfs_write() 715 if (n > limit - woff) in zfs_write() 716 n = limit - woff; in zfs_write() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | fonts | 424 # Web Open Font Format (.woff) 425 0 name woff 438 !:mime font/woff 439 >0 use woff 446 >0 use woff
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | os_cflags.m4 | 64 ntp_os_cflags="-n32 -mips3 -Wl,-woff,84"
|
H A D | openldap-thread-check.m4 | 148 dnl pthread_join() -Wl,-woff,85 -lpthread (IRIX) 191 OL_PTHREAD_TRY([-lpthread -Wl,-woff,85],
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | 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/contrib/libevent/test/ |
H A D | 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()
|