Searched refs:arg (Results 176 - 200 of 3768) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp57 auto *arg = args.getLastArg(OPT_color_diagnostics, OPT_color_diagnostics_eq, local
59 if (!arg)
61 if (arg->getOption().getID() == OPT_color_diagnostics) {
63 } else if (arg->getOption().getID() == OPT_no_color_diagnostics) {
66 StringRef s = arg->getValue();
77 if (auto *arg = args.getLastArg(OPT_rsp_quoting)) {
78 StringRef s = arg->getValue();
135 for (auto *arg : args.filtered(OPT_UNKNOWN)) {
137 if (findNearest(arg->getAsString(args), nearest) > 1)
138 error("unknown argument '" + arg
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h36 lldb::thread_arg_t arg)
37 : thread_name(name ? name : ""), thread_fptr(fptr), thread_arg(arg) {}
35 HostThreadCreateInfo(const char *name, lldb::thread_func_t fptr, lldb::thread_arg_t arg) argument
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c106 cxa_handler_5(void *arg) argument
110 ASSERT(arg == (void *)&arg_1);
120 cxa_handler_4(void *arg) argument
124 ASSERT(arg == (void *)&arg_1);
134 cxa_handler_3(void *arg) argument
138 ASSERT(arg == (void *)&arg_2);
148 cxa_handler_2(void *arg) argument
152 ASSERT(arg == (void *)&arg_3);
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c97 cxa_handler_5(void *arg) argument
101 ASSERT(arg == (void *)&arg_1);
111 cxa_handler_4(void *arg) argument
115 ASSERT(arg == (void *)&arg_1);
125 cxa_handler_3(void *arg) argument
129 ASSERT(arg == (void *)&arg_2);
139 cxa_handler_2(void *arg) argument
143 ASSERT(arg == (void *)&arg_3);
/freebsd-12-stable/contrib/ntp/lib/isc/include/isc/
H A Dlfsr.h51 void *arg; /*%< reseed function argument */ member in struct:isc_lfsr
60 isc_lfsrreseed_t reseed, void *arg);
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks3.c75 void * (*start) (void *), void *arg);
215 __mf_pthread_cleanup (void *arg) argument
229 __mf_pthread_spawner (void *arg) argument
249 struct mf_thread_start_info *psi = arg;
252 CALL_REAL (free, arg);
266 void * (*start) (void *), void *arg)
275 void * (*start) (void *), void *arg)
284 si->user_arg = arg;
265 __mf_0fn_pthread_create(pthread_t *thr, const pthread_attr_t *attr, void * (*start) (void *), void *arg) argument
274 WRAPPER(int, pthread_create, pthread_t *thr, const pthread_attr_t *attr, void * (*start) (void *), void *arg) argument
/freebsd-12-stable/sys/contrib/zstd/tests/gzip/
H A Dzgrep-signal.sh41 for arg; do
42 args="$args, '$arg'"
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dbplist.h45 typedef int bplist_itor_t(void *arg, const blkptr_t *bp, dmu_tx_t *tx);
51 void *arg, dmu_tx_t *tx);
/freebsd-12-stable/sys/compat/linuxkpi/common/include/net/
H A Dnetevent.h50 _handle_arp_update_event(void *arg, struct llentry *lle, int evt __unused) argument
54 nb = arg;
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_sport.h43 extern int32_t ocs_port_cb(void *arg, ocs_hw_port_event_e event, void *data);
84 extern void *__ocs_sport_allocated(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
85 extern void *__ocs_sport_wait_shutdown(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
86 extern void *__ocs_sport_wait_port_free(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
87 extern void *__ocs_sport_vport_init(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
88 extern void *__ocs_sport_vport_wait_alloc(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
89 extern void *__ocs_sport_vport_allocated(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
90 extern void *__ocs_sport_attached(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
/freebsd-12-stable/sys/netinet/
H A Daccf_data.c43 static int sohasdata(struct socket *so, void *arg, int waitflag);
48 sohasdata(struct socket *so, void *arg, int waitflag) argument
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_dbg.h8 #define _sdp_printk(func, line, level, sk, format, arg...) \
14 (sk) && sdp_sk(sk) ? ntohs(sdp_sk(sk)->fport) : -1, ## arg); \
16 #define sdp_printk(level, sk, format, arg...) \
17 _sdp_printk(__func__, __LINE__, level, sk, format, ## arg)
18 #define sdp_warn(sk, format, arg...) \
19 sdp_printk(KERN_WARNING, sk, format , ## arg)
64 #define sdp_prf1(sk, s, format, arg...) ({ \
74 snprintf(l->msg, sizeof(l->msg) - 1, format, ## arg); \
81 //#define sdp_prf(sk, s, format, arg...)
82 #define sdp_prf(sk, s, format, arg
[all...]
/freebsd-12-stable/sys/mips/include/
H A Dintr_machdep.h55 * functions. The 'arg' can be cast safely to an 'int' and holds the mips
58 typedef void (*cpu_intr_mask_t)(void *arg);
59 typedef void (*cpu_intr_unmask_t)(void *arg);
/freebsd-12-stable/tools/regression/pthread/mutex_isowned_np/
H A Dmutex_isowned_np.c36 thread(void *arg) argument
38 pthread_mutex_t *mtx = arg;
/freebsd-12-stable/tools/regression/tls/ttls2/
H A Dttls2.c10 foo1(void *arg) argument
21 foo2(void *arg) argument
/freebsd-12-stable/sys/amd64/vmm/io/
H A Dvioapic.h46 uint64_t wval, int size, void *arg);
48 uint64_t *rval, int size, void *arg);
/freebsd-12-stable/share/examples/kld/syscall/module/
H A Dsyscall.c43 hello(struct thread *td, void *arg) argument
67 load(struct module *module, int cmd, void *arg) argument
/freebsd-12-stable/usr.sbin/ypldap/
H A Dyp.c295 ypproc_domain_2_svc(domainname *arg, struct svc_req *req) argument
300 if (strcmp(*arg, env->sc_domainname) != 0)
306 ypproc_domain_nonack_2_svc(domainname *arg, struct svc_req *req) argument
310 if (strcmp(*arg, env->sc_domainname) != 0)
317 ypproc_match_2_svc(ypreq_key *arg, struct svc_req *req) argument
328 log_debug("matching '%.*s' in map %s", arg->key.keydat_len,
329 arg->key.keydat_val, arg->map);
331 if (yp_valid_domain(arg->domain, (struct ypresp_val *)&res) == -1)
341 if (arg
452 ypproc_first_2_svc(ypreq_nokey *arg, struct svc_req *req) argument
479 ypproc_next_2_svc(ypreq_key *arg, struct svc_req *req) argument
571 ypproc_all_2_svc(ypreq_nokey *arg, struct svc_req *req) argument
583 ypproc_master_2_svc(ypreq_nokey *arg, struct svc_req *req) argument
602 ypproc_maplist_2_svc(domainname *arg, struct svc_req *req) argument
[all...]
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dquotearg.c208 char const *arg, size_t argsize,
279 for (i = 0; ! (argsize == (size_t) -1 ? arg[i] == '\0' : i == argsize); i++)
287 && memcmp (arg + i, quote_string, quote_string_len) == 0)
290 c = arg[i];
300 if (i + 2 < argsize && arg[i + 1] == '?')
301 switch (arg[i + 2])
309 c = arg[i + 2];
420 argsize = strlen (arg);
425 size_t bytes = mbrtowc (&w, &arg[i + m],
437 while (i + m < argsize && arg[
207 quotearg_buffer_restyled(char *buffer, size_t buffersize, char const *arg, size_t argsize, enum quoting_style quoting_style, struct quoting_options const *o) argument
510 quotearg_buffer(char *buffer, size_t buffersize, char const *arg, size_t argsize, struct quoting_options const *o) argument
526 quotearg_n_options(int n, char const *arg, struct quoting_options const *options) argument
574 quotearg_n(unsigned int n, char const *arg) argument
580 quotearg(char const *arg) argument
586 quotearg_n_style(unsigned int n, enum quoting_style s, char const *arg) argument
595 quotearg_style(enum quoting_style s, char const *arg) argument
601 quotearg_char(char const *arg, char ch) argument
610 quotearg_colon(char const *arg) argument
[all...]
/freebsd-12-stable/usr.sbin/iovctl/
H A Diovctl.c58 struct pci_iov_schema arg; local
63 arg.schema = NULL;
64 arg.len = 0;
65 arg.error = 0;
66 error = ioctl(fd, IOV_GET_SCHEMA, &arg);
70 arg.schema = malloc(arg.len);
71 if (arg.schema == NULL)
73 arg.len);
76 error = ioctl(fd, IOV_GET_SCHEMA, &arg);
97 struct pci_iov_arg arg; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp76 void parseNumbers(StringRef arg, uint64_t *addr, uint64_t *size) { argument
78 std::tie(s1, s2) = arg.split(',');
87 void parseVersion(StringRef arg, uint32_t *major, uint32_t *minor) { argument
89 std::tie(s1, s2) = arg.split('.');
100 for (StringRef arg : splitArgs) {
101 if (arg.equals_lower("no"))
103 else if (arg.equals_lower("nolongjmp"))
105 else if (arg.equals_lower("cf") || arg.equals_lower("longjmp"))
108 fatal("invalid argument to /guard: " + arg);
113 parseSubsystem(StringRef arg, WindowsSubsystem *sys, uint32_t *major, uint32_t *minor) argument
228 StringRef arg = a->getNumValues() ? a->getValue() : ""; local
249 parseManifest(StringRef arg) argument
269 parseManifestUAC(StringRef arg) argument
294 parseSwaprun(StringRef arg) argument
524 parseExport(StringRef arg) argument
684 checkFailIfMismatch(StringRef arg, InputFile *source) argument
771 auto *arg = args.getLastArg(OPT_color_diagnostics, OPT_color_diagnostics_eq, local
[all...]
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_http.c74 static void http_basic_cb(struct evhttp_request *req, void *arg);
75 static void http_large_cb(struct evhttp_request *req, void *arg);
76 static void http_chunked_cb(struct evhttp_request *req, void *arg);
77 static void http_post_cb(struct evhttp_request *req, void *arg);
78 static void http_put_cb(struct evhttp_request *req, void *arg);
79 static void http_delete_cb(struct evhttp_request *req, void *arg);
80 static void http_delay_cb(struct evhttp_request *req, void *arg);
81 static void http_large_delay_cb(struct evhttp_request *req, void *arg);
82 static void http_badreq_cb(struct evhttp_request *req, void *arg);
83 static void http_dispatcher_cb(struct evhttp_request *req, void *arg);
118 https_bev(struct event_base *base, void *arg) argument
243 http_readcb(struct bufferevent *bev, void *arg) argument
281 http_writecb(struct bufferevent *bev, void *arg) argument
291 http_errorcb(struct bufferevent *bev, short what, void *arg) argument
304 http_basic_cb(struct evhttp_request *req, void *arg) argument
350 http_large_cb(struct evhttp_request *req, void *arg) argument
375 http_chunked_trickle_cb(evutil_socket_t fd, short events, void *arg) argument
395 http_chunked_cb(struct evhttp_request *req, void *arg) argument
418 http_complete_write(evutil_socket_t fd, short what, void *arg) argument
455 http_basic_test_impl(void *arg, int ssl) argument
548 http_basic_test(void *arg) argument
553 http_delay_reply(evutil_socket_t fd, short what, void *arg) argument
563 http_delay_cb(struct evhttp_request *req, void *arg) argument
574 http_badreq_cb(struct evhttp_request *req, void *arg) argument
586 http_badreq_errorcb(struct bufferevent *bev, short what, void *arg) argument
593 http_badreq_readcb(struct bufferevent *bev, void *arg) argument
632 http_badreq_successcb(evutil_socket_t fd, short what, void *arg) argument
639 http_bad_request_test(void *arg) argument
724 http_large_delay_cb(struct evhttp_request *req, void *arg) argument
739 http_delete_cb(struct evhttp_request *req, void *arg) argument
761 http_delete_test(void *arg) argument
805 http_sent_cb(struct evhttp_request *req, void *arg) argument
827 http_on_complete_cb(struct evhttp_request *req, void *arg) argument
845 http_on_complete_test(void *arg) argument
886 http_allowed_methods_eventcb(struct bufferevent *bev, short what, void *arg) argument
905 http_allowed_methods_test(void *arg) argument
1125 http_connection_test(void *arg) argument
1130 http_persist_connection_test(void *arg) argument
1141 http_connection_async_test(void *arg) argument
1235 http_autofree_connection_test(void *arg) argument
1292 http_request_never_call(struct evhttp_request *req, void *arg) argument
1298 http_failed_request_done(struct evhttp_request *req, void *arg) argument
1306 http_timed_out_request_done(struct evhttp_request *req, void *arg) argument
1316 http_request_error_cb_with_cancel(enum evhttp_request_error error, void *arg) argument
1333 http_do_cancel(evutil_socket_t fd, short what, void *arg) argument
1340 http_no_write(struct evbuffer *buffer, const struct evbuffer_cb_info *info, void *arg) argument
1408 http_cancel_test(void *arg) argument
1563 http_request_no_action_done(struct evhttp_request *req, void *arg) argument
1570 http_request_done(struct evhttp_request *req, void *arg) argument
1605 http_request_expect_error(struct evhttp_request *req, void *arg) argument
1619 http_virtual_host_test(void *arg) argument
1780 http_request_empty_done(struct evhttp_request *req, void *arg) argument
1824 http_dispatcher_cb(struct evhttp_request *req, void *arg) argument
1837 http_dispatcher_test_done(struct evhttp_request *req, void *arg) argument
1873 http_dispatcher_test(void *arg) argument
1922 http_post_test(void *arg) argument
1983 http_post_cb(struct evhttp_request *req, void *arg) argument
2016 http_postrequest_done(struct evhttp_request *req, void *arg) argument
2061 http_put_test(void *arg) argument
2100 http_put_cb(struct evhttp_request *req, void *arg) argument
2133 http_putrequest_done(struct evhttp_request *req, void *arg) argument
2171 http_failure_readcb(struct bufferevent *bev, void *arg) argument
2185 http_failure_test(void *arg) argument
2221 close_detect_done(struct evhttp_request *req, void *arg) argument
2236 close_detect_launch(evutil_socket_t fd, short what, void *arg) argument
2254 close_detect_cb(struct evhttp_request *req, void *arg) argument
2326 http_close_detection_test(void *arg) argument
2331 http_close_detection_delay_test(void *arg) argument
2337 http_highport_test(void *arg) argument
3002 http_incomplete_readcb(struct bufferevent *bev, void *arg) argument
3009 http_incomplete_errorcb(struct bufferevent *bev, short what, void *arg) argument
3023 http_incomplete_writecb(struct bufferevent *bev, void *arg) argument
3094 http_incomplete_test(void *arg) argument
3096 http_incomplete_timeout_test(void *arg) argument
3105 http_chunked_readcb(struct bufferevent *bev, void *arg) argument
3111 http_chunked_errorcb(struct bufferevent *bev, short what, void *arg) argument
3213 http_chunked_writecb(struct bufferevent *bev, void *arg) argument
3223 http_chunked_request_done(struct evhttp_request *req, void *arg) argument
3253 http_chunk_out_test_impl(void *arg, int ssl) argument
3329 http_chunk_out_test(void *arg) argument
3333 http_stream_out_test_impl(void *arg, int ssl) argument
3375 http_stream_out_test(void *arg) argument
3379 http_stream_in_chunk(struct evhttp_request *req, void *arg) argument
3392 http_stream_in_done(struct evhttp_request *req, void *arg) argument
3452 http_stream_in_test(void *arg) argument
3462 http_stream_in_cancel_chunk(struct evhttp_request *req, void *arg) argument
3472 http_stream_in_cancel_done(struct evhttp_request *req, void *arg) argument
3479 http_stream_in_cancel_test(void *arg) argument
3508 http_connection_fail_done(struct evhttp_request *req, void *arg) argument
3530 http_connection_fail_test_impl(void *arg, int ssl) argument
3571 http_connection_fail_test(void *arg) argument
3575 http_connection_retry_done(struct evhttp_request *req, void *arg) argument
3598 http_make_web_server(evutil_socket_t fd, short what, void *arg) argument
3605 http_simple_test_impl(void *arg, int ssl, int dirty) argument
3643 http_simple_test(void *arg) argument
3647 http_connection_retry_test_basic(void *arg, const char *addr, struct evdns_base *dns_base, int ssl) argument
3777 http_connection_retry_conn_address_test_impl(void *arg, int ssl) argument
3800 http_connection_retry_conn_address_test(void *arg) argument
3804 http_connection_retry_test_impl(void *arg, int ssl) argument
3809 http_connection_retry_test(void *arg) argument
3843 http_multi_line_header_test(void *arg) argument
3897 http_request_bad(struct evhttp_request *req, void *arg) argument
3909 http_negative_content_length_test(void *arg) argument
3948 http_data_length_constraints_test_done(struct evhttp_request *req, void *arg) argument
3956 http_large_entity_test_done(struct evhttp_request *req, void *arg) argument
3965 http_expectation_failed_done(struct evhttp_request *req, void *arg) argument
3975 http_data_length_constraints_test_impl(void *arg, int read_on_write_error) argument
4090 http_data_length_constraints_test(void *arg) argument
4092 http_read_on_write_error_test(void *arg) argument
4096 http_lingering_close_test_impl(void *arg, int lingering) argument
4148 http_non_lingering_close_test(void *arg) argument
4150 http_lingering_close_test(void *arg) argument
4167 terminate_chunked_trickle_cb(evutil_socket_t fd, short events, void *arg) argument
4199 terminate_chunked_close_cb(struct evhttp_connection *evcon, void *arg) argument
4213 terminate_chunked_cb(struct evhttp_request *req, void *arg) argument
4221 terminate_chunked_close_cb, arg); local
4233 terminate_chunked_client(evutil_socket_t fd, short event, void *arg) argument
4241 terminate_readcb(struct bufferevent *bev, void *arg) argument
4249 http_terminate_chunked_test_impl(void *arg, int oneshot) argument
4303 http_terminate_chunked_test(void *arg) argument
4308 http_terminate_chunked_oneshot_test(void *arg) argument
4319 http_ipv6_for_domain_test_impl(void *arg, int family) argument
4345 http_ipv6_for_domain_test(void *arg) argument
4351 http_request_get_addr_on_close(struct evhttp_connection *evcon, void *arg) argument
4374 http_get_addr_test(void *arg) argument
4413 http_set_family_test(void *arg) argument
4418 http_set_family_ipv4_test(void *arg) argument
4423 http_set_family_ipv6_test(void *arg) argument
4429 http_write_during_read(evutil_socket_t fd, short what, void *arg) argument
4441 http_write_during_read_test_impl(void *arg, int ssl) argument
4476 http_write_during_read_test(void *arg) argument
4480 http_request_own_test(void *arg) argument
4528 https_basic_test(void *arg) argument
4530 https_filter_basic_test(void *arg) argument
4532 https_incomplete_test(void *arg) argument
4534 https_incomplete_timeout_test(void *arg) argument
4536 https_simple_test(void *arg) argument
4538 https_simple_dirty_test(void *arg) argument
4540 https_connection_retry_conn_address_test(void *arg) argument
4542 https_connection_retry_test(void *arg) argument
4544 https_chunk_out_test(void *arg) argument
4546 https_filter_chunk_out_test(void *arg) argument
4548 https_stream_out_test(void *arg) argument
4550 https_connection_fail_test(void *arg) argument
4552 https_write_during_read_test(void *arg) argument
4554 https_connection_test(void *arg) argument
4556 https_persist_connection_test(void *arg) argument
[all...]
/freebsd-12-stable/usr.sbin/keyserv/
H A Dkeyserv.c376 key_encrypt_pk_2_svc_prog(uid, arg)
378 cryptkeyarg2 *arg;
384 arg->remotename, arg->deskey.key.high,
385 arg->deskey.key.low);
387 res.cryptkeyres_u.deskey = arg->deskey;
388 res.status = pk_encrypt(uid, arg->remotename, &(arg->remotekey),
404 key_decrypt_pk_2_svc_prog(uid, arg)
406 cryptkeyarg2 *arg;
[all...]
/freebsd-12-stable/usr.sbin/trim/
H A Dtrim.c142 struct diocgattr_arg arg; local
144 strlcpy(arg.name, "GEOM::candelete", sizeof(arg.name));
145 arg.len = sizeof(arg.value.i);
146 if (ioctl(fd, DIOCGATTR, &arg) == 0)
147 return (arg.value.i != 0);
208 off_t arg[2]; local
224 arg[0] = offset;
225 arg[
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_synctask.c37 dsl_null_checkfunc(void *arg, dmu_tx_t *tx) argument
44 dsl_syncfunc_t *syncfunc, dsl_sigfunc_t *sigfunc, void *arg,
68 dst.dst_arg = arg;
73 err = dst.dst_checkfunc(arg, tx);
90 sigfunc(arg, tx);
129 dsl_syncfunc_t *syncfunc, void *arg,
132 return (dsl_sync_task_common(pool, checkfunc, syncfunc, NULL, arg,
151 dsl_syncfunc_t *syncfunc, void *arg,
154 return (dsl_sync_task_common(pool, checkfunc, syncfunc, NULL, arg,
164 dsl_syncfunc_t *syncfunc, dsl_sigfunc_t *sigfunc, void *arg,
43 dsl_sync_task_common(const char *pool, dsl_checkfunc_t *checkfunc, dsl_syncfunc_t *syncfunc, dsl_sigfunc_t *sigfunc, void *arg, int blocks_modified, zfs_space_check_t space_check, boolean_t early) argument
128 dsl_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, dsl_syncfunc_t *syncfunc, void *arg, int blocks_modified, zfs_space_check_t space_check) argument
150 dsl_early_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, dsl_syncfunc_t *syncfunc, void *arg, int blocks_modified, zfs_space_check_t space_check) argument
163 dsl_sync_task_sig(const char *pool, dsl_checkfunc_t *checkfunc, dsl_syncfunc_t *syncfunc, dsl_sigfunc_t *sigfunc, void *arg, int blocks_modified, zfs_space_check_t space_check) argument
172 dsl_sync_task_nowait_common(dsl_pool_t *dp, dsl_syncfunc_t *syncfunc, void *arg, int blocks_modified, zfs_space_check_t space_check, dmu_tx_t *tx, boolean_t early) argument
194 dsl_sync_task_nowait(dsl_pool_t *dp, dsl_syncfunc_t *syncfunc, void *arg, int blocks_modified, zfs_space_check_t space_check, dmu_tx_t *tx) argument
202 dsl_early_sync_task_nowait(dsl_pool_t *dp, dsl_syncfunc_t *syncfunc, void *arg, int blocks_modified, zfs_space_check_t space_check, dmu_tx_t *tx) argument
[all...]

Completed in 312 milliseconds

1234567891011>>