Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 104) sorted by relevance

12345

/f-stack/app/redis-5.0.5/deps/hiredis/adapters/
H A Dglib.h11 GSource source; member
19 RedisSource *source = (RedisSource *)data; in redis_source_add_read() local
28 RedisSource *source = (RedisSource *)data; in redis_source_del_read() local
37 RedisSource *source = (RedisSource *)data; in redis_source_add_write() local
46 RedisSource *source = (RedisSource *)data; in redis_source_del_write() local
55 RedisSource *source = (RedisSource *)data; in redis_source_cleanup() local
72 redis_source_prepare (GSource *source, in redis_source_prepare()
81 redis_source_check (GSource *source) in redis_source_check()
88 redis_source_dispatch (GSource *source, in redis_source_dispatch()
112 redis_source_finalize (GSource *source) in redis_source_finalize()
[all …]
/f-stack/dpdk/lib/librte_port/
H A Drte_swx_port_source_sink.c39 struct source { struct
52 struct source *p = port; in source_free() argument
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c891 struct mac_lomac *source, *dest; in lomac_bpfdesc_create() local
903 struct mac_lomac *source, *dest; in lomac_bpfdesc_create_mbuf() local
1017 struct mac_lomac *source, *dest; in lomac_cred_relabel() local
1066 struct mac_lomac *source, *dest; in lomac_devfs_create_symlink() local
1078 struct mac_lomac *source, *dest; in lomac_devfs_update() local
1091 struct mac_lomac *source, *dest; in lomac_devfs_vnode_associate() local
1233 struct mac_lomac *source, *dest; in lomac_ifnet_create_mbuf() local
1245 struct mac_lomac *source, *dest; in lomac_ifnet_relabel() local
2039 struct mac_lomac source, *dest; in lomac_socket_newconn() local
2085 struct mac_lomac source, *dest; in lomac_socketpeer_set_from_socket() local
[all …]
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dhist.c68 const void* source, size_t sourceSize, in HIST_count_parallel_wksp()
141 const void* source, size_t sourceSize, in HIST_countFast_wksp()
155 const void* source, size_t sourceSize, in HIST_count_wksp()
169 const void* source, size_t sourceSize) in HIST_countFast()
/f-stack/freebsd/mips/mips/
H A Dintr_machdep.c96 mips_mask_hard_irq(void *source) in mips_mask_hard_irq()
104 mips_unmask_hard_irq(void *source) in mips_unmask_hard_irq()
112 mips_mask_soft_irq(void *source) in mips_mask_soft_irq()
120 mips_unmask_soft_irq(void *source) in mips_unmask_soft_irq()
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c760 struct mac_mls *source, *dest; in mls_bpfdesc_create() local
772 struct mac_mls *source, *dest; in mls_bpfdesc_create_mbuf() local
896 struct mac_mls *source, *dest; in mls_cred_relabel() local
947 struct mac_mls *source, *dest; in mls_devfs_create_symlink() local
959 struct mac_mls *source, *dest; in mls_devfs_update() local
972 struct mac_mls *source, *dest; in mls_devfs_vnode_associate() local
1040 struct mac_mls *source, *dest; in mls_ifnet_create_mbuf() local
1052 struct mac_mls *source, *dest; in mls_ifnet_relabel() local
1097 struct mac_mls *source, *dest; in mls_inpcb_create() local
1963 struct mac_mls source, *dest; in mls_socket_newconn() local
[all …]
/f-stack/freebsd/contrib/zlib/
H A Duncompr.c27 int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) in uncompress2() argument
86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
H A Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c795 struct mac_biba *source, *dest; in biba_bpfdesc_create() local
807 struct mac_biba *source, *dest; in biba_bpfdesc_create_mbuf() local
932 struct mac_biba *source, *dest; in biba_cred_relabel() local
981 struct mac_biba *source, *dest; in biba_devfs_create_symlink() local
993 struct mac_biba *source, *dest; in biba_devfs_update() local
1006 struct mac_biba *source, *dest; in biba_devfs_vnode_associate() local
1118 struct mac_biba *source, *dest; in biba_ifnet_create_mbuf() local
1130 struct mac_biba *source, *dest; in biba_ifnet_relabel() local
1175 struct mac_biba *source, *dest; in biba_inpcb_create() local
2253 struct mac_biba source, *dest; in biba_socket_newconn() local
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-zlib.c96 z_compress_level(void *dest, size_t *destLen, const void *source, in z_compress_level()
151 z_uncompress(void *dest, size_t *destLen, const void *source, size_t sourceLen) in z_uncompress()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_prop.c368 zprop_source_t source, uint64_t value, uint64_t *newvalp) in dsl_prop_predict()
652 zprop_source_t source, int intsz, int numints, const void *value, in dsl_prop_set_sync_impl()
826 zprop_source_t source, uint64_t value) in dsl_prop_set_int()
839 zprop_source_t source, const char *value) in dsl_prop_set_string()
852 zprop_source_t source) in dsl_prop_inherit()
903 dsl_props_set_sync_impl(dsl_dataset_t *ds, zprop_source_t source, in dsl_props_set_sync_impl()
957 dsl_props_set(const char *dsname, zprop_source_t source, nvlist_t *props) in dsl_props_set()
1001 const char *source; in dsl_prop_get_all_impl() local
1167 dsl_prop_set_hasrecvd_impl(const char *dsname, zprop_source_t source) in dsl_prop_set_hasrecvd_impl()
H A Dlz4.c469 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, in LZ4_compressCtx()
660 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, in LZ4_compress64kCtx()
837 real_LZ4_compress(const char *source, char *dest, int isize, int osize) in real_LZ4_compress()
883 LZ4_uncompress_unknownOutputSize(const char *source, char *dest, int isize, in LZ4_uncompress_unknownOutputSize()
H A Ddsl_bookmark.c132 dsl_bookmark_create_nvl_validate_pair(const char *bmark, const char *source) in dsl_bookmark_create_nvl_validate_pair()
171 char *source; in dsl_bookmark_create_nvl_validate() local
214 const char *newbm, const char *source) in dsl_bookmark_create_check_impl()
314 char *source = fnvpair_value_string(pair); in dsl_bookmark_create_check() local
597 char *source = fnvpair_value_string(pair); in dsl_bookmark_create_sync() local
/f-stack/freebsd/arm/xilinx/
H A Dzy7_slcr.c262 zy7_pl_fclk_set_source(int unit, int source) in zy7_pl_fclk_set_source()
294 int source; in zy7_pl_fclk_get_source() local
322 int source; in zy7_pl_fclk_set_freq() local
389 int source; in zy7_pl_fclk_get_freq() local
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c143 z_compress_level(void *dest, size_t *destLen, const void *source, in z_compress_level()
199 z_uncompress(void *dest, size_t *destLen, const void *source, size_t sourceLen) in z_uncompress()
/f-stack/freebsd/mips/nlm/
H A Dintr_machdep.c137 xlp_post_filter(void *source) in xlp_post_filter()
147 xlp_pre_ithread(void *source) in xlp_pre_ithread()
156 xlp_post_ithread(void *source) in xlp_post_ithread()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-tra.h388 uint64_t source : 5; member
412 uint64_t source : 5; member
437 uint64_t source : 4; member
462 uint64_t source : 4; member
488 uint64_t source : 5; member
513 uint64_t source : 5; member
540 uint64_t source : 5; member
567 uint64_t source : 5; member
H A Dcvmx-dma-engine.h327 static inline int cvmx_dma_engine_memcpy(int engine, void *dest, void *source, int length) in cvmx_dma_engine_memcpy()
353 static inline int cvmx_dma_engine_memcpy_zero_byte(int engine, void *dest, void *source, int length… in cvmx_dma_engine_memcpy_zero_byte()
/f-stack/app/redis-5.0.5/deps/hiredis/examples/
H A Dexample-glib.c53 GSource *source; in main() local
/f-stack/freebsd/netgraph/
H A Dng_pred1.c584 Pred1Compress(node_p node, u_char *source, u_char *dest, int len) in Pred1Compress()
619 Pred1Decompress(node_p node, u_char *source, u_char *dest, int slen, int dlen) in Pred1Decompress()
658 Pred1SyncTable(node_p node, u_char *source, int len) in Pred1SyncTable()
/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_dmamux.c96 dmamux_configure(int mux, int source, int channel, int enable) in dmamux_configure()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c944 z_streamp source)) in z_deflateCopy()
1011 z_streamp source)) in z_inflateCopy()
1085 const Bytef *source, uLong sourceLen)) in z_compress()
1104 const Bytef *source, uLong sourceLen, in z_compress2()
1129 const Bytef *source, uLong sourceLen)) in z_uncompress()
/f-stack/freebsd/mips/atheros/
H A Dapb.c86 apb_mask_irq(void *source) in apb_mask_irq()
97 apb_unmask_irq(void *source) in apb_unmask_irq()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.c182 void luaO_chunkid (char *out, const char *source, size_t bufflen) { in luaO_chunkid()
/f-stack/freebsd/kern/
H A Dvfs_acl.c86 acl_copy_oldacl_into_acl(const struct oldacl *source, struct acl *dest) in acl_copy_oldacl_into_acl()
108 acl_copy_acl_into_oldacl(const struct acl *source, struct oldacl *dest) in acl_copy_acl_into_oldacl()

12345