Home
last modified time | relevance | path

Searched refs:dst_arg (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c91 dst.dst_arg = arg; in dsl_sync_task()
132 dst->dst_arg = arg; in dsl_sync_task_nowait()
180 dst->dst_error = dst->dst_checkfunc(dst->dst_arg, tx); in dsl_sync_task_sync()
182 dst->dst_syncfunc(dst->dst_arg, tx); in dsl_sync_task_sync()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h78 void *dst_arg; member
/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf.c1450 bpf_mcpy(void *dst_arg, const void *src_arg, size_t len) in bpf_mcpy() argument
1457 dst = dst_arg; in bpf_mcpy()
1467 return (dst_arg); in bpf_mcpy()
/titanic_41/usr/src/lib/libscf/common/
H A Dlowlevel.c3058 snaplevel_next(const scf_datael_t *src, scf_snaplevel_t *dst_arg) in snaplevel_next() argument
3061 scf_snaplevel_t *dst = dst_arg; in snaplevel_next()
3093 dst->rd_d.rd_entity = dst_arg->rd_d.rd_entity; in snaplevel_next()
3094 dst_arg->rd_d.rd_entity = entity; in snaplevel_next()