| /freebsd/contrib/ntp/adjtimed/ |
| H A D | adjtimed.c | 73 struct timeval remains; in main() local 229 AdjustClockRate(&msg.msgb.tv, &remains); in main() 232 msg.msgb.tv = remains; in main() 243 if (remains.tv_sec + remains.tv_usec != 0L) { in main() 246 tvtod(remains)); in main() 250 tvtod(remains)); in main() 280 struct itimerval period, remains; in AdjustClockRate() local 330 setitimer(ITIMER_REAL, &period, &remains); in AdjustClockRate() 335 dt = ((remains.it_value.tv_sec * MILLION) + remains.it_value.tv_usec) * in AdjustClockRate()
|
| /freebsd/usr.sbin/etcupdate/tests/ |
| H A D | always_test.sh | 400 Modified regular file remains: /dirchange/fromdir/conflict/somefile 401 Modified regular file remains: /first/difffiles/second/file 402 Modified symbolic link remains: /first/difflinks/second/link 403 Modified directory remains: /first/difftype/second/fifo 404 Modified directory remains: /rmdir/conflict/difftype 405 Non-empty directory remains: /rmdir/extra 406 Non-empty directory remains: /rmdir/conflict 538 Modified regular file remains: /dirchange/fromdir/conflict/somefile 539 Modified regular file remains: /first/difffiles/second/file 540 Modified symbolic link remains: /first/difflinks/second/link [all …]
|
| /freebsd/sbin/tunefs/ |
| H A D | tunefs.c | 315 warnx("%s remains unchanged as enabled", name); in main() 326 warnx("%s remains unchanged as disabled", in main() 337 warnx("%s remains unchanged as %d", name, evalue); in main() 347 warnx("%s remains unchanged as %d", name, fvalue); in main() 360 warnx("%s remains unchanged as enabled", name); in main() 372 warnx("%s remains unchanged as disabled", name); in main() 388 warnx("%s remains unchanged as enabled", name); in main() 396 warnx("%s remains unchanged as disabled", in main() 407 warnx("%s remains unchanged as %d", name, kvalue); in main() 424 warnx("%s remains unchanged as enabled", name); in main() [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | escape.exp | 65 only one tab should be elided, second tab remains' 67 only one tab should be elided, second tab remains 95 only one tab should be elided, second tab remains' 97 only one tab should be elided, second tab remains
|
| /freebsd/contrib/libcbor/test/ |
| H A D | callbacks_test.c | 92 // The stack remains unchanged in test_builder_byte_string_callback_append_alloc_failure() 126 // The stack remains unchanged in test_builder_byte_string_callback_append_item_alloc_failure() 160 // The stack remains unchanged in test_builder_byte_string_callback_append_parent_alloc_failure() 228 // The stack remains unchanged in test_builder_string_callback_append_alloc_failure() 260 // The stack remains unchanged in test_builder_string_callback_append_item_alloc_failure() 292 // The stack remains unchanged in test_builder_string_callback_append_parent_alloc_failure() 323 // The stack remains unchanged in test_append_array_failure() 352 // The stack remains unchanged in test_append_map_failure() 389 // The stack remains unchanged in main()
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_set/ |
| H A D | mountpoint_002_pos.ksh | 38 # and the mountpoint property is changed, the file system remains unmounted. 44 # 3. Check the file system remains unmounted. 72 it remains unmounted." 105 it remains unmounted."
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | CTLOG_new.pod | 56 created. Ownership of the string remains with the CTLOG. 61 the string remains with the CTLOG. 64 EVP_PKEY remains with the CTLOG.
|
| H A D | SSL_stream_conclude.pod | 21 connection remains healthy. This function can be thought of as appending a 26 When calling this on a stream, the receive part of the stream remains
|
| H A D | X509_ALGOR_dup.pod | 32 otherwise ownership remains with the caller and I<alg> remains untouched.
|
| /freebsd/sys/dev/ufshci/ |
| H A D | ufshci.h | 1056 UFSHCI_ATTR_WB_AVAILABLE_0 = 0x00, /* 0% buffer remains */ 1057 UFSHCI_ATTR_WB_AVAILABLE_10 = 0x01, /* 10% buffer remains */ 1058 UFSHCI_ATTR_WB_AVAILABLE_20 = 0x02, /* 20% buffer remains */ 1059 UFSHCI_ATTR_WB_AVAILABLE_30 = 0x03, /* 30% buffer remains */ 1060 UFSHCI_ATTR_WB_AVAILABLE_40 = 0x04, /* 40% buffer remains */ 1061 UFSHCI_ATTR_WB_AVAILABLE_50 = 0x05, /* 50% buffer remains */ 1062 UFSHCI_ATTR_WB_AVAILABLE_60 = 0x06, /* 60% buffer remains */ 1063 UFSHCI_ATTR_WB_AVAILABLE_70 = 0x07, /* 70% buffer remains */ 1064 UFSHCI_ATTR_WB_AVAILABLE_80 = 0x08, /* 80% buffer remains */ 1065 UFSHCI_ATTR_WB_AVAILABLE_90 = 0x09, /* 90% buffer remains */ [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | CTLOG_new.3 | 115 created. Ownership of the string remains with the CTLOG. 120 the string remains with the CTLOG. 123 EVP_PKEY remains with the CTLOG.
|
| H A D | SSL_stream_conclude.3 | 80 connection remains healthy. This function can be thought of as appending a 85 When calling this on a stream, the receive part of the stream remains
|
| H A D | X509_ALGOR_dup.3 | 91 otherwise ownership remains with the caller and \fIalg\fR remains untouched.
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | GOFFObjectWriter.cpp | 174 size_t Remains = RemainingSize - GetNumBytesInBuffer(); in fillRecord() local 175 if (Remains) { in fillRecord() 176 assert(Remains == Gap && "Wrong size of fill gap"); in fillRecord() 177 assert((Remains < GOFF::RecordLength) && in fillRecord() 179 raw_ostream::write_zeros(Remains); in fillRecord()
|
| /freebsd/sys/dev/iicbus/ |
| H A D | iic_recover_bus.c | 111 * - START: SDA transitions high->low while SCL remains high. in iic_recover_bus() 112 * - STOP: SDA transitions low->high while SCL remains high. in iic_recover_bus() 113 * Note that even though the clock line remains high, we transition the in iic_recover_bus()
|
| /freebsd/sys/contrib/zstd/examples/ |
| H A D | README.md | 11 Result remains in memory. 45 Result remains in memory.
|
| /freebsd/usr.sbin/bluetooth/iwmbtfw/ |
| H A D | iwmbt_hw.c | 101 struct timespec to, now, remains; in iwmbt_hci_command() local 124 timespecsub(&to, &now, &remains); in iwmbt_hci_command() 130 IWMBT_TS2MSEC(remains) + 1); in iwmbt_hci_command() 179 "command header. Remains=%d", fw_job.len); in iwmbt_patch_fwfile() 214 "command data. len=%d, remains=%d", in iwmbt_patch_fwfile() 248 "event header. remains=%d", fw_job.len); in iwmbt_patch_fwfile() 272 " event data. len=%d, remains=%d", in iwmbt_patch_fwfile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | GuardUtils.h | 34 /// path. Branch remains widenable after transform. 39 /// path and that the branch remains widenable after transform.
|
| /freebsd/share/man/man9/ |
| H A D | vinvalbuf.9 | 69 The vnode is assumed to be locked prior to the call and remains locked upon return. 72 must be held by prior to the call and remains locked upon return.
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | snapshot_004_pos.ksh | 57 log_assert "Verify that a snapshot of an empty file system remains empty." 87 log_pass "The NULL snapshot remains empty."
|
| /freebsd/contrib/processor-trace/libipt/internal/include/ |
| H A D | pt_msec_cache.h | 71 * The provided pointer remains valid until @cache is invalidated. 86 * The provided pointer remains valid until @cache is invalidated.
|
| /freebsd/tests/sys/cddl/zfs/tests/snapshot/ |
| H A D | snapshot_004_pos.ksh | 66 log_assert "Verify that a snapshot of an empty file system remains empty." 91 log_pass "The NULL snapshot remains empty."
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
| H A D | mountpoint_002_pos.ksh | 47 # 3. Check the file system remains unmounted. 101 it remains unmounted."
|
| /freebsd/usr.sbin/bluetooth/rtlbtfw/ |
| H A D | rtlbt_hw.c | 54 struct timespec to, now, remains; in rtlbt_hci_command() local 77 timespecsub(&to, &now, &remains); in rtlbt_hci_command() 83 RTLBT_TS2MSEC(remains) + 1); in rtlbt_hci_command()
|
| /freebsd/contrib/ofed/libibverbs/man/ |
| H A D | ibv_create_cq_ex.3 | 68 otherwise. When no completions are available on the CQ, ENOENT is returned, but the CQ remains 79 otherwise. When no completions are available on the CQ, ENOENT is returned, but the CQ remains
|