Home
last modified time | relevance | path

Searched defs:arg (Results 201 – 225 of 2896) sorted by relevance

12345678910>>...116

/freebsd/contrib/unbound/util/
H A Dub_event_pluggable.c193 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in my_timer_add() argument
277 void (*cb)(int, short, void*), void* arg) in my_event_new() argument
297 void (*cb)(int, short, void*), void* arg) in my_signal_new() argument
317 void (*cb)(int, short, void*), void* arg) in my_winsock_register_wsaevent() argument
509 void (*cb)(int, short, void*), void* arg) in ub_event_new() argument
521 void (*cb)(int, short, void*), void* arg) in ub_signal_new() argument
533 void (*cb)(int, short, void*), void* arg) in ub_winsock_register_wsaevent() argument
608 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in ub_timer_add() argument
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c178 checksum_changed_cb(void *arg, uint64_t newval) in checksum_changed_cb()
207 copies_changed_cb(void *arg, uint64_t newval) in copies_changed_cb()
221 dedup_changed_cb(void *arg, uint64_t newval) in dedup_changed_cb()
267 prefetch_changed_cb(void *arg, uint64_t newval) in prefetch_changed_cb()
280 sync_changed_cb(void *arg, uint64_t newval) in sync_changed_cb()
354 logbias_changed_cb(void *arg, uint64_t newval) in logbias_changed_cb()
1661 sync_dnodes_task(void *arg) in sync_dnodes_task()
1694 sync_meta_dnode_task(void *arg) in sync_meta_dnode_task()
2071 userquota_updates_task(void *arg) in userquota_updates_task()
2157 dnode_rele_task(void *arg) in dnode_rele_task()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c285 static void *_Block_copy_internal(const void *arg, const int flags) { in _Block_copy_internal()
368 static void _Block_byref_assign_copy(void *dest, const void *arg, const int flags) { in _Block_byref_assign_copy()
414 static void _Block_byref_release(const void *arg) { in _Block_byref_release()
453 void *_Block_copy(const void *arg) { in _Block_copy()
459 void _Block_release(void *arg) { in _Block_release()
487 static void _Block_destroy(const void *arg) { in _Block_destroy()
513 unsigned long int Block_size(void *arg) { in Block_size()
/freebsd/contrib/libfido2/src/
H A Dinfo.c11 decode_string(const cbor_item_t *item, void *arg) in decode_string()
67 decode_option(const cbor_item_t *key, const cbor_item_t *val, void *arg) in decode_option()
111 decode_protocol(const cbor_item_t *item, void *arg) in decode_protocol()
155 void *arg) in decode_algorithm_entry()
189 decode_algorithm(const cbor_item_t *item, void *arg) in decode_algorithm()
239 decode_cert(const cbor_item_t *key, const cbor_item_t *val, void *arg) in decode_cert()
283 parse_reply_element(const cbor_item_t *key, const cbor_item_t *val, void *arg) in parse_reply_element()
/freebsd/sys/netpfil/ipfw/
H A Ddn_heap.c40 #define log(x, arg...) argument
51 #define log(x, arg...) fprintf(stderr, ## arg) argument
287 uintptr_t arg) in heap_scan()
422 do_del(void *obj, void *arg) in do_del()
451 dn_ht_find(struct dn_ht *ht, uintptr_t key, int flags, void *arg) in dn_ht_find()
494 dn_ht_scan(struct dn_ht *ht, int (*fn)(void *, void *), void *arg) in dn_ht_scan() argument
530 void *arg) in dn_ht_scan_bucket()
/freebsd/lib/libmt/
H A Dmtlib.c227 void *arg), void *arg) in mt_status_tree_sbuf()
251 void (*print_func)(struct mt_status_entry *entry, void *arg), void *arg) in mt_status_tree_print()
445 mt_param_entry_sbuf(struct sbuf *sb, struct mt_status_entry *entry, void *arg) in mt_param_entry_sbuf()
471 mt_param_entry_print(struct mt_status_entry *entry, void *arg) in mt_param_entry_print()
/freebsd/contrib/tcp_wrappers/
H A Dmystdarg.h9 #define VARARGS(func,type,arg) func(type arg, ...) argument
14 #define VARARGS(func,type,arg) func(va_alist) va_dcl argument
/freebsd/lib/libbluetooth/
H A Ddev.c65 struct bt_devaddr_match_arg arg; in bt_devname() local
85 bt_devaddr_match(int s, struct bt_devinfo const *di, void *arg) in bt_devaddr_match()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c52 vcio_ioctl(struct cdev *dev, u_long cmd, caddr_t arg, int mode, in vcio_ioctl()
94 vcio_load(module_t mod, int cmd, void *arg) in vcio_load()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_fuchsia.cpp32 UnwindTraceArg *arg = static_cast<UnwindTraceArg *>(param); in Unwind_Trace() local
45 UnwindTraceArg arg = {this, Min(max_depth + 1, kStackTraceMax)}; in UnwindSlow() local
/freebsd/crypto/openssl/crypto/objects/
H A Do_names.c281 void *arg; member
292 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), in OBJ_NAME_do_all()
329 void (*fn) (const OBJ_NAME *, void *arg), in OBJ_NAME_do_all_sorted()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_pkey.c85 static void collect_encoder(OSSL_ENCODER *encoder, void *arg) in collect_encoder()
133 static void collect_name(const char *name, void *arg) in collect_name()
163 static int encoder_import_cb(const OSSL_PARAM params[], void *arg) in encoder_import_cb()
177 encoder_construct_pkey(OSSL_ENCODER_INSTANCE *encoder_inst, void *arg) in encoder_construct_pkey()
203 static void encoder_destruct_pkey(void *arg) in encoder_destruct_pkey()
/freebsd/contrib/unbound/util/storage/
H A Dslabhash.c51 lruhash_deldatafunc_type deldatafunc, void* arg) in slabhash_create()
117 struct lruhash_entry* entry, void* data, void* arg) in slabhash_insert()
208 void test_slabhash_delkey(void* key, void* ATTR_UNUSED(arg)) in test_slabhash_delkey()
213 void test_slabhash_deldata(void* data, void* ATTR_UNUSED(arg)) in test_slabhash_deldata()
227 void (*func)(struct lruhash_entry*, void*), void* arg) in slabhash_traverse() argument
/freebsd/crypto/openssl/crypto/
H A Dsparse_array.c66 void (*leaf)(ossl_uintmax_t, void *, void *), void *arg) in sa_doall() argument
105 static void sa_free_leaf(ossl_uintmax_t n, void *p, void *arg) in sa_free_leaf()
129 static void trampoline(ossl_uintmax_t n, void *l, void *arg) in trampoline()
145 void *arg) in ossl_sa_doall_arg()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_swapcontext.c54 swapfunc(void *arg) in swapfunc()
74 threadfunc(void *arg) in threadfunc()
/freebsd/contrib/expat/xmlwf/
H A Dwin32filemap.c58 void (*processor)(const void *, size_t, const TCHAR *, void *arg), in filemap() argument
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.h35 #define THREAD_START(threadvar, fn, arg) do { \ argument
47 #define THREAD_START(threadvar, fn, arg) do { \ argument
/freebsd/usr.bin/bluetooth/bthost/
H A Dbthost.c75 hostmode(char const *arg, int brief) in hostmode()
110 protomode(char const *arg, int brief) in protomode()
/freebsd/contrib/libevent/test/
H A Dregress_thread.h35 #define THREAD_START(threadvar, fn, arg) do { \ argument
47 #define THREAD_START(threadvar, fn, arg) do { \ argument
/freebsd/sys/net/route/
H A Droute_temporal.c53 expire_route(const struct rtentry *rt, const struct nhop_object *nh, void *arg) in expire_route()
82 expire_callout(void *arg) in expire_callout()
H A Droute_helpers.c77 rib_walk_hook_f_t *hook_f, void *arg) in rib_walk_ext_locked()
97 rib_walk_hook_f_t *hook_f, void *arg) in rib_walk_ext_internal()
114 rib_walk_hook_f_t *hook_f, void *arg) in rib_walk_ext()
130 void *arg) in rib_walk()
147 struct sockaddr *mask, rib_walktree_f_t *wa_f, void *arg) in rib_walk_from()
177 rib_walk_hook_f_t *hook_f, void *arg) in rib_foreach_table_walk()
199 rib_foreach_table_walk_del(int family, rib_filter_f_t *filter_f, void *arg) in rib_foreach_table_walk_del()
/freebsd/sys/dev/syscons/
H A Dscterm-teken.c372 scteken_bell(void *arg) in scteken_bell()
380 scteken_cursor(void *arg, const teken_pos_t *p) in scteken_cursor()
524 scteken_putchar(void *arg, const teken_pos_t *tp, teken_char_t c, in scteken_putchar()
561 scteken_fill(void *arg, const teken_rect_t *r, teken_char_t c, in scteken_fill()
603 scteken_copy(void *arg, const teken_rect_t *r, const teken_pos_t *p) in scteken_copy()
674 scteken_param(void *arg, int cmd, unsigned int value) in scteken_param()
758 scteken_respond(void *arg, const void *buf, size_t len) in scteken_respond()
/freebsd/contrib/sendmail/libsm/
H A Dclock.c64 sm_seteventm(intvl, func, arg) in sm_seteventm() argument
87 sm_sigsafe_seteventm(intvl, func, arg) in sm_sigsafe_seteventm() argument
398 int arg; local
/freebsd/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c22 closer(void *arg) in closer()
52 worker(void *arg) in worker()
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h47 #define zfs_cv_init(cv, name, type, arg) do { \ argument
58 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg) argument

12345678910>>...116