Home
last modified time | relevance | path

Searched defs:source (Results 76 – 100 of 267) sorted by last modified time

1234567891011

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp75 static dispatch_queue_t GetTargetQueueFromSource(dispatch_source_t source) { in GetTargetQueueFromSource()
416 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
434 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
445 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
463 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
475 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
494 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1077 SExpr *source() { return Source; } // Value to store in source() function
1078 const SExpr *source() const { return Source; } in source() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h80 explicit Deserializing(ExternalASTSource *source) : Source(source) { in Deserializing()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c130 z_compress_level(void *dest, size_t *destLen, const void *source, in z_compress_level()
185 z_uncompress(void *dest, size_t *destLen, const void *source, size_t sourceLen) in z_uncompress()
/freebsd/contrib/smbfs/lib/smb/
H A Dmbuf.c281 mb_put_mem(struct mbdata *mbp, const char *source, size_t size) in mb_put_mem()
/freebsd/usr.sbin/jls/
H A Djls.c257 struct jailparam *source, unsigned flags) in add_param()
/freebsd/usr.bin/mail/
H A Dutil.c260 source(void *arg) in source() function
/freebsd/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c650 recv_loop_with_match(int sock, sockunion_t *group, sockunion_t *source) in recv_loop_with_match()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c1956 int source, ret, flags; in ipf_state_tcp() local
/freebsd/sys/netsmb/
H A Dsmb_rq.c392 smb_t2_init(struct smb_t2rq *t2p, struct smb_connobj *source, u_short setup, in smb_t2_init()
/freebsd/sys/net/
H A Dif_vxlan.c1138 int *ifidx, union vxlan_sockaddr *source) in vxlan_socket_mc_join_group()
1204 const union vxlan_sockaddr *group, const union vxlan_sockaddr *source, in vxlan_socket_mc_leave_group()
1248 union vxlan_sockaddr source; in vxlan_socket_mc_add_group() local
1310 union vxlan_sockaddr group, source; in vxlan_socket_mc_release_group_by_idx() local
/freebsd/sys/kern/
H A Dvfs_acl.c82 acl_copy_oldacl_into_acl(const struct oldacl *source, struct acl *dest) in acl_copy_oldacl_into_acl()
104 acl_copy_acl_into_oldacl(const struct acl *source, struct oldacl *dest) in acl_copy_acl_into_oldacl()
H A Dsubr_mchain.c194 mb_put_mem(struct mbchain *mbp, c_caddr_t source, int size, int type) in mb_put_mem()
H A Dsubr_sglist.c553 sglist_append_sglist(struct sglist *sg, struct sglist *source, size_t offset, in sglist_append_sglist()
/freebsd/sys/fs/ext2fs/
H A Dext2_lookup.c1209 ext2_checkpath(struct inode *source, struct inode *target, struct ucred *cred) in ext2_checkpath()
/freebsd/sys/dev/random/
H A Drandom_harvestq.c616 random_harvest_register_source(enum random_entropy_source source) in random_harvest_register_source()
623 random_harvest_deregister_source(enum random_entropy_source source) in random_harvest_deregister_source()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_cmn600.c419 uint64_t config, occupancy, source, xp_pmucfg; in cmn600_start_pmc() local
/freebsd/sys/dev/dpaa/
H A Dqman.c522 qman_poll(e_QmPortalPollSource source) in qman_poll()
/freebsd/sys/arm/xilinx/
H A Dzy7_slcr.c257 zy7_pl_fclk_set_source(int unit, int source) in zy7_pl_fclk_set_source()
289 int source; in zy7_pl_fclk_get_source() local
317 int source; in zy7_pl_fclk_set_freq() local
384 int source; in zy7_pl_fclk_get_freq() local
H A Dzy7_devcfg.c81 int source; member
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_dmamux.c93 dmamux_configure(int mux, int source, int channel, int enable) in dmamux_configure()
/freebsd/sbin/ping/
H A Dping.c208 char *ep, *source, *target, *payload; in ping() local
/freebsd/sbin/mount_unionfs/
H A Dmount_unionfs.c120 char source [MAXPATHLEN], target[MAXPATHLEN], errmsg[255]; in main() local
/freebsd/lib/libfigpar/
H A Dstring_m.c45 strcount(const char *source, const char *find) in strcount()
90 replaceall(char *source, const char *find, const char *replace) in replaceall()
177 void strexpand(char *source) in strexpand()
265 void strexpandnl(char *source) in strexpandnl()
295 strtolower(char *source) in strtolower()
/freebsd/lib/libc/resolv/
H A Dres_init.c583 res_setoptions(res_state statp, const char *options, const char *source) in res_setoptions()

1234567891011