| /f-stack/freebsd/kern/ |
| H A D | subr_clock.c | 139 clock_ct_to_ts(const struct clocktime *ct, struct timespec *ts) in clock_ct_to_ts() 201 struct clocktime ct; in clock_bcd_to_ts() local 248 clock_ts_to_ct(const struct timespec *ts, struct clocktime *ct) in clock_ts_to_ct() 311 struct clocktime ct; in clock_ts_to_bcd() local 355 clock_print_ct(const struct clocktime *ct, int nsdigits) in clock_print_ct() 375 struct clocktime ct; in clock_print_ts() local
|
| H A D | subr_rtc.c | 182 clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct) in clock_dbgprint_ct()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_ds1337.c | 70 static int validate_ct_struct(struct clocktime *ct) in validate_ct_struct() 98 struct clocktime ct; in cvmx_rtc_ds1337_read() local 152 struct clocktime ct; in cvmx_rtc_ds1337_write() local
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | vnode.h | 101 #define vnevent_create(vp, ct) do { } while (0) argument 102 #define vnevent_link(vp, ct) do { } while (0) argument 103 #define vnevent_remove(vp, dvp, name, ct) do { } while (0) argument 104 #define vnevent_rmdir(vp, dvp, name, ct) do { } while (0) argument 105 #define vnevent_rename_src(vp, dvp, name, ct) do { } while (0) argument 106 #define vnevent_rename_dest(vp, dvp, name, ct) do { } while (0) argument 107 #define vnevent_rename_dest_dir(vp, ct) do { } while (0) argument
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_epoch.c | 240 ck_epoch_recycle(struct ck_epoch *global, void *ct) in ck_epoch_recycle() 275 void *ct) in ck_epoch_register() 412 ck_epoch_wait_cb_t *cb, void *ct) in epoch_block() 426 ck_epoch_wait_cb_t *cb, void *ct) in ck_epoch_synchronize_wait() 547 void *ct) in ck_epoch_barrier_wait()
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | as3722_rtc.c | 47 struct clocktime ct; in as3722_rtc_gettime() local 74 struct clocktime ct; in as3722_rtc_settime() local
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | pcf2123_rtc.c | 105 struct clocktime ct; in pcf2123_rtc_gettime() local 145 struct clocktime ct; in pcf2123_rtc_settime() local
|
| /f-stack/freebsd/arm/mv/ |
| H A D | rtc.c | 133 struct clocktime ct; in mv_rtc_gettime() local 159 struct clocktime ct; in mv_rtc_settime() local
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | fse_compress.c | 67 size_t FSE_buildCTable_wksp(FSE_CTable* ct, in FSE_buildCTable_wksp() 175 size_t FSE_buildCTable(FSE_CTable* ct, const short* normalizedCounter, unsigned maxSymbolValue, uns… in FSE_buildCTable() 317 void FSE_freeCTable (FSE_CTable* ct) { ZSTD_free(ct); } in FSE_freeCTable() 501 size_t FSE_buildCTable_raw (FSE_CTable* ct, unsigned nbBits) in FSE_buildCTable_raw() 534 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle() 559 const FSE_CTable* ct, const unsigned fast) in FSE_compress_usingCTable_generic() 618 const FSE_CTable* ct) in FSE_compress_usingCTable()
|
| /f-stack/freebsd/contrib/ncsw/user/env/ |
| H A D | stdlib.c | 32 strtok(char *s, const char *ct) in strtok()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/ |
| H A D | aes_impl.c | 115 aes_encrypt_block(const void *ks, const uint8_t *pt, uint8_t *ct) in aes_encrypt_block() 162 aes_decrypt_block(const void *ks, const uint8_t *ct, uint8_t *pt) in aes_decrypt_block()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_callprov.c | 1373 crypto_dual_data_t *ct = cmops->em_ciphertext; in kcf_emulate_dual() local 1414 crypto_dual_data_t *ct = cmops->em_ciphertext; in kcf_emulate_dual() local 1509 crypto_dual_data_t *ct = mdops->md_ciphertext; in kcf_emulate_dual() local
|
| H A D | kcf_sched.c | 1578 crypto_dual_data_t *ct = NULL; in kcf_next_req() local 1742 crypto_dual_data_t *ct = NULL; in kcf_last_req() local
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | ecb.c | 37 int (*cipher)(const void *ks, const uint8_t *pt, uint8_t *ct)) in ecb_cipher_contiguous_blocks()
|
| H A D | ctr.c | 38 int (*cipher)(const void *ks, const uint8_t *pt, uint8_t *ct), in ctr_mode_contiguous_blocks() argument
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_rtc.c | 289 struct clocktime ct; in aw_rtc_gettime() local 315 struct clocktime ct; in aw_rtc_settime() local
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | max77620_rtc.c | 233 struct clocktime ct; in max77620_rtc_gettime() local 269 struct clocktime ct; in max77620_rtc_settime() local
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_rtc.c | 154 struct clocktime ct; in am335x_rtc_pmic_pwr_toggle() local
|
| /f-stack/freebsd/crypto/rijndael/ |
| H A D | rijndael-alg-fst.c | 728 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… argument
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | fse.h | 513 MEM_STATIC void FSE_initCState(FSE_CState_t* statePtr, const FSE_CTable* ct) in FSE_initCState() 528 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_udp.c | 473 ngx_connection_t *c, *ct; in ngx_udp_rbtree_insert_value() local
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_epoch.h | 97 void *ct; member
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_access_module.c | 217 u_char ct[NGX_INET6_ADDRSTRLEN]; in ngx_stream_access_inet6() local
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_access_module.c | 221 u_char ct[NGX_INET6_ADDRSTRLEN]; in ngx_http_access_inet6() local
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | callb.c | 90 static callb_table_t *ct = &callb_table; variable
|