Home
last modified time | relevance | path

Searched refs:ot (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/ntp/ntpd/
H A Dcheck_y2k.c520 || ot.month != 1 in main()
527 (int)ot.year, (int)ot.month, (int)ot.monthday ); in main()
534 || ot.month != 2 in main()
541 (int)ot.year, (int)ot.month, (int)ot.monthday ); in main()
555 || ot.month != m in main()
562 (int)ot.year, (int)ot.month, (int)ot.monthday ); in main()
585 ot.year = year; in main()
586 ot.month = ot.monthday = 1; /* unused, but set anyway JIC */ in main()
588 ot.hour = ot.minute = ot.second = 0; in main()
607 || ot.month != 1 in main()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getitimer.c155 struct itimerval it, ot; in ATF_TC_BODY() local
158 ATF_REQUIRE_ERRNO(EINVAL, setitimer(-1, &it, &ot) == -1); in ATF_TC_BODY()
161 ATF_REQUIRE_ERRNO(EINVAL, setitimer(INT_MAX, &it, &ot) == -1); in ATF_TC_BODY()
164 ATF_REQUIRE_ERRNO(EFAULT, setitimer(ITIMER_REAL,(void*)-1, &ot) == -1); in ATF_TC_BODY()
175 struct itimerval it, ot; in ATF_TC_BODY() local
187 ATF_REQUIRE(setitimer(ITIMER_REAL, &it, &ot) == 0); in ATF_TC_BODY()
195 ATF_REQUIRE(setitimer(ITIMER_REAL, &it, &ot) == 0); in ATF_TC_BODY()
198 ATF_REQUIRE_MSG((ot.it_value.tv_sec < 4) || in ATF_TC_BODY()
199 (ot.it_value.tv_sec == 4 && ot.it_value.tv_usec <= 3), in ATF_TC_BODY()
201 (intmax_t)ot.it_value.tv_sec, (intmax_t)ot.it_value.tv_usec); in ATF_TC_BODY()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h123 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
127 #define DMU_OT_IS_METADATA_CACHED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
134 #define DMU_OT_IS_METADATA_IMPL(ot) (dmu_ot[ot].ot_metadata) argument
135 #define DMU_OT_IS_ENCRYPTED_IMPL(ot) (dmu_ot[ot].ot_encrypt) argument
136 #define DMU_OT_BYTESWAP_IMPL(ot) (dmu_ot[ot].ot_byteswap) argument
139 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
150 (ot) != DMU_OT_SA)
154 ((ot) == DMU_OT_PLAIN_FILE_CONTENTS || (ot) == DMU_OT_UINT64_OTHER)
156 #define DMU_OT_IS_ENCRYPTED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
166 ((ot) == DMU_OT_DNODE || (ot) == DMU_OT_OBJSET)
[all …]
H A Dzap.h123 uint64_t zap_create(objset_t *ds, dmu_object_type_t ot,
125 uint64_t zap_create_dnsize(objset_t *ds, dmu_object_type_t ot,
130 dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen,
133 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
136 zap_flags_t flags, dmu_object_type_t ot, int leaf_blockshift,
140 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
144 uint64_t zap_create_link(objset_t *os, dmu_object_type_t ot,
146 uint64_t zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot,
159 int zap_create_claim(objset_t *ds, uint64_t obj, dmu_object_type_t ot,
164 int normflags, dmu_object_type_t ot,
[all …]
H A Dzio_crypt.h152 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv,
156 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv,
H A Darc.h264 dmu_object_type_t ot, const uint8_t *salt, const uint8_t *iv,
273 const uint8_t *mac, dmu_object_type_t ot, uint64_t psize, uint64_t lsize,
281 dmu_object_type_t ot, uint64_t psize, uint64_t lsize,
/freebsd/sys/fs/nfs/
H A Dnfsrvcache.h69 } ot; member
80 #define rc_sockref rc_un2.ot.sockref
81 #define rc_tcpseq rc_un2.ot.tcpseq
82 #define rc_refcnt rc_un2.ot.refcnt
83 #define rc_reqlen rc_un2.ot.len
84 #define rc_cksum rc_un2.ot.cksum
85 #define rc_cachetime rc_un2.ot.cachetime
86 #define rc_acked rc_un2.ot.acked
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h520 union opcode_tid ot; member
533 union opcode_tid ot; member
544 union opcode_tid ot; member
582 union opcode_tid ot; member
610 union opcode_tid ot; member
620 union opcode_tid ot; member
662 union opcode_tid ot; member
674 union opcode_tid ot; member
688 union opcode_tid ot; member
695 union opcode_tid ot; member
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_object.c47 dmu_object_alloc_impl(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_impl() argument
191 dnode_allocate(dn, ot, blocksize, in dmu_object_alloc_impl()
226 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc() argument
229 return dmu_object_alloc_impl(os, ot, blocksize, 0, bonustype, in dmu_object_alloc()
234 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_ibs() argument
238 return dmu_object_alloc_impl(os, ot, blocksize, indirect_blockshift, in dmu_object_alloc_ibs()
246 return (dmu_object_alloc_impl(os, ot, blocksize, 0, bonustype, in dmu_object_alloc_dnsize()
260 return (dmu_object_alloc_impl(os, ot, blocksize, indirect_blockshift, in dmu_object_alloc_hold()
265 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim() argument
268 return (dmu_object_claim_dnsize(os, object, ot, blocksize, bonustype, in dmu_object_claim()
[all …]
H A Dzap_micro.c748 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP); in zap_create_impl()
752 obj = dmu_object_alloc_hold(os, ot, 1ULL << leaf_blockshift, in zap_create_impl()
758 obj = dmu_object_alloc_hold(os, ot, 1ULL << leaf_blockshift, in zap_create_impl()
780 0, ot, bonustype, bonuslen, dnodesize, tx)); in zap_create_claim_dnsize()
785 dmu_object_type_t ot, in zap_create_claim_norm() argument
800 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP); in zap_create_claim_norm_dnsize()
818 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() argument
821 return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx)); in zap_create()
825 zap_create_dnsize(objset_t *os, dmu_object_type_t ot, in zap_create_dnsize() argument
844 return (zap_create_impl(os, normflags, 0, ot, 0, 0, in zap_create_norm_dnsize()
[all …]
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h640 union opcode_tid ot; member
651 union opcode_tid ot; member
664 union opcode_tid ot; member
671 union opcode_tid ot; member
719 union opcode_tid ot; member
780 union opcode_tid ot; member
787 union opcode_tid ot; member
799 union opcode_tid ot; member
815 union opcode_tid ot; member
828 union opcode_tid ot; member
[all …]
/freebsd/contrib/openbsm/etc/
H A Daudit_event202 211:AUE_AUDIT:audit(2):ot
229 238:AUE_MEMCNTL:memcntl(2):ot
285 294:AUE_BRANDSYS:brandsys(2):ot
308 312:AUE_DARWIN_SETPRIORITY:setpriority(2):pc,ot
344 348:AUE_DARWIN_RESETSHFILE:reset_shared_file():ot
381 43021:AUE_SYSCTL:sysctl(3):ot
398 43038:AUE_RESETSHFILE:reset_shared_file():ot
432 43072:AUE_SETFSUID:setfsuid(2):ot
433 43073:AUE_SETFSGID:setfsgid(2):ot
460 43100:AUE_SYSARCH:sysarch(2):ot
[all …]
H A Daudit_class19 0x80000000:ot:miscellaneous
/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c1545 double un, ot, con, res; in otherassistavx() local
1554 ot = oth->sum * 1.0; in otherassistavx()
1557 res = (ot * con)/un; in otherassistavx()
1569 double un, ot, con, res; in otherassistsse() local
1579 ot = oth->sum * 1.0; in otherassistsse()
1582 res = (ot * con)/un; in otherassistsse()
1604 ot = uops->sum * 1.0; in efficiency1()
1607 res = ot/(con * un); in efficiency1()
1619 double un, ot, res; in efficiency2() local
1628 ot = uops->sum * 1.0; in efficiency2()
[all …]
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-event_queue.c333 enum pt_event_type ot; in evq_enqueue_other() local
338 ot = (enum pt_event_type) other; in evq_enqueue_other()
339 if (ot != evt) { in evq_enqueue_other()
343 ev->type = ot; in evq_enqueue_other()
/freebsd/bin/sh/tests/builtins/
H A Dcd8.014 *[Nn]ot\ a\ directory*)
/freebsd/crypto/openssl/test/ocsp-tests/
H A DND1_Issuer_ICA.pem10 ggEBAMxKljPNJY1n7iiWN4dG8PYEooR/U6qW5h+xAhxu7X0h1Nc8HqLYaS+ot/Wi
H A DND2_Cert_ICA.pem10 ggEBAMxKljPNJY1n7iiWN4dG8PYEooR/U6qW5h+xAhxu7X0h1Nc8HqLYaS+ot/Wi
H A DWKIC_ND1_Issuer_ICA.pem10 ggEBAM1KljPNJY1n7iiWN4dG8PYEooR/U6qW5h+xAhxu7X0h1Nc8HqLYaS+ot/Wi
H A DWSNIC_ND1_Issuer_ICA.pem10 ggEBAMxKljPNJY1n7iiWN4dG8PYEooR/U6qW5h+xAhxu7X0h1Nc8HqLYaS+ot/Wi
H A DISIC_ND1_Issuer_ICA.pem10 ggEBAMxKljPNJY1n7iiWN4dG8PYEooR/U6qW5h+xAhxu7X0h1Nc8HqLYaS+ot/Wi
H A DND1_Issuer_ICA-Cross.pem10 ggEBAMxKljPNJY1n7iiWN4dG8PYEooR/U6qW5h+xAhxu7X0h1Nc8HqLYaS+ot/Wi
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1616 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, in zio_crypt_init_uios() argument
1624 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE); in zio_crypt_init_uios()
1627 switch (ot) { in zio_crypt_init_uios()
1673 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data() argument
1699 key, salt, ot, iv, mac, datalen, in zio_do_crypt_data()
1709 ret = zio_crypt_init_uios(encrypt, key->zk_version, ot, plainbuf, in zio_do_crypt_data()
1784 zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, in zio_do_crypt_abd() argument
1799 ret = zio_do_crypt_data(encrypt, key, ot, byteswap, salt, iv, mac, in zio_do_crypt_abd()
/freebsd/tools/test/stress2/misc/
H A Dmmap12.sh64 * This is the minimum amount of C code ot takes to panic the kernel.
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1859 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, in zio_crypt_init_uios() argument
1867 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE); in zio_crypt_init_uios()
1870 switch (ot) { in zio_crypt_init_uios()
1912 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data() argument
1965 ot != DMU_OT_INTENT_LOG && ot != DMU_OT_DNODE) { in zio_do_crypt_data()
1990 ret = zio_crypt_init_uios(encrypt, key->zk_version, ot, plainbuf, in zio_do_crypt_data()
2033 zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, in zio_do_crypt_abd() argument
2048 ret = zio_do_crypt_data(encrypt, key, ot, byteswap, salt, iv, mac, in zio_do_crypt_abd()

12