Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 2270) sorted by relevance

12345678910>>...91

/freebsd/bin/dd/
H A Dargs.c77 } args[] = { argument
107 char *arg; in jcl() local
182 f_bs(char *arg) in f_bs()
193 f_cbs(char *arg) in f_cbs()
237 f_ibs(char *arg) in f_ibs()
251 f_if(char *arg) in f_if()
291 f_obs(char *arg) in f_obs()
305 f_of(char *arg) in f_of()
312 f_seek(char *arg) in f_seek()
319 f_skip(char *arg) in f_skip()
[all …]
/freebsd/sys/contrib/ncsw/inc/
H A Dtypes_freebsd.h54 #define GET_UINT32(arg) in32(&(arg)) argument
55 #define GET_UINT64(arg) in64(&(arg)) argument
57 #define _WRITE_UINT32(arg, data) out32(&(arg), (data)) argument
58 #define _WRITE_UINT64(arg, data) out64(&(arg), (data)) argument
62 #define GET_UINT8(arg) in8(&(arg)) argument
63 #define GET_UINT16(arg) in16(&(arg)) argument
65 #define _WRITE_UINT8(arg, data) out8(&(arg), (data)) argument
66 #define _WRITE_UINT16(arg, data) out16(&(arg), (data)) argument
74 #define GET_UINT8(arg) (uint8_t)(in32(QE_32_BIT_ADDR(arg)) >> QE_32_BIT_SHIFT8(arg)) argument
75 #define GET_UINT16(arg) (uint16_t)(in32(QE_32_BIT_ADDR(arg)) >> QE_32_BIT_SHIFT16(arg)) argument
[all …]
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y718 void set_data(char **arg) in set_data()
836 void set_ipv4proto(arg) in set_ipv4proto() argument
875 void set_ipv4v(char **arg) in set_ipv4v()
883 void set_ipv4hl(char **arg) in set_ipv4hl()
913 void set_ipv4id(char **arg) in set_ipv4id()
994 void set_tcpseq(char **arg) in set_tcpseq()
1191 void set_udplen(arg) in set_udplen() argument
1319 void set_ifmtu(int arg) in set_ifmtu()
1475 void set_icmpid(int arg) in set_icmpid()
1481 void set_icmpseq(int arg) in set_icmpseq()
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c684 http_bad_request_test(void *arg) in http_bad_request_test()
807 http_delete_test(void *arg) in http_delete_test()
1171 http_connection_test(void *arg) in http_connection_test()
1451 http_cancel_test(void *arg) in http_cancel_test()
1917 http_dispatcher_test(void *arg) in http_dispatcher_test()
1966 http_post_test(void *arg) in http_post_test()
2105 http_put_test(void *arg) in http_put_test()
2229 http_failure_test(void *arg) in http_failure_test()
2381 http_highport_test(void *arg) in http_highport_test()
3518 http_stream_in_test(void *arg) in http_stream_in_test()
[all …]
H A Dregress_finalize.c42 timer_callback(evutil_socket_t fd, short what, void *arg) in timer_callback()
50 simple_callback(struct event_callback *evcb, void *arg) in simple_callback()
57 event_finalize_callback_1(struct event *ev, void *arg) in event_finalize_callback_1()
64 callback_finalize_callback_1(struct event_callback *evcb, void *arg) in callback_finalize_callback_1()
73 test_fin_cb_invoked(void *arg) in test_fin_cb_invoked()
189 test_fin_free_finalize(void *arg) in test_fin_free_finalize()
237 event_finalize_callback_2(struct event *ev, void *arg) in event_finalize_callback_2()
244 timer_callback_2(evutil_socket_t fd, short what, void *arg) in timer_callback_2()
255 test_fin_within_cb(void *arg) in test_fin_within_cb()
294 event_finalize_callback_free(struct event *ev, void *arg) in event_finalize_callback_free()
[all …]
H A Dregress_thread.c99 basic_thread(void *arg) in basic_thread()
147 sigchld_cb(evutil_socket_t fd, short event, void *arg) in sigchld_cb()
160 notify_fd_cb(evutil_socket_t fd, short event, void *arg) in notify_fd_cb()
167 thread_basic(void *arg) in thread_basic()
268 wait_for_condition(void *arg) in wait_for_condition()
290 thread_conditions_simple(void *arg) in thread_conditions_simple()
413 deferred_callback(struct event_callback *cb, void *arg) in deferred_callback()
420 load_deferred_queue(void *arg) in load_deferred_queue()
453 thread_deferred_cb_skew(void *arg) in thread_deferred_cb_skew()
510 register_events_subthread(void *arg) in register_events_subthread()
[all …]
/freebsd/contrib/libevent/test/
H A Dregress_http.c684 http_bad_request_test(void *arg) in http_bad_request_test()
807 http_delete_test(void *arg) in http_delete_test()
1171 http_connection_test(void *arg) in http_connection_test()
1451 http_cancel_test(void *arg) in http_cancel_test()
1917 http_dispatcher_test(void *arg) in http_dispatcher_test()
1966 http_post_test(void *arg) in http_post_test()
2105 http_put_test(void *arg) in http_put_test()
2229 http_failure_test(void *arg) in http_failure_test()
2381 http_highport_test(void *arg) in http_highport_test()
3518 http_stream_in_test(void *arg) in http_stream_in_test()
[all …]
H A Dregress_finalize.c42 timer_callback(evutil_socket_t fd, short what, void *arg) in timer_callback()
50 simple_callback(struct event_callback *evcb, void *arg) in simple_callback()
57 event_finalize_callback_1(struct event *ev, void *arg) in event_finalize_callback_1()
64 callback_finalize_callback_1(struct event_callback *evcb, void *arg) in callback_finalize_callback_1()
73 test_fin_cb_invoked(void *arg) in test_fin_cb_invoked()
189 test_fin_free_finalize(void *arg) in test_fin_free_finalize()
237 event_finalize_callback_2(struct event *ev, void *arg) in event_finalize_callback_2()
244 timer_callback_2(evutil_socket_t fd, short what, void *arg) in timer_callback_2()
255 test_fin_within_cb(void *arg) in test_fin_within_cb()
294 event_finalize_callback_free(struct event *ev, void *arg) in event_finalize_callback_free()
[all …]
H A Dregress_thread.c99 basic_thread(void *arg) in basic_thread()
147 sigchld_cb(evutil_socket_t fd, short event, void *arg) in sigchld_cb()
160 notify_fd_cb(evutil_socket_t fd, short event, void *arg) in notify_fd_cb()
167 thread_basic(void *arg) in thread_basic()
268 wait_for_condition(void *arg) in wait_for_condition()
290 thread_conditions_simple(void *arg) in thread_conditions_simple()
413 deferred_callback(struct event_callback *cb, void *arg) in deferred_callback()
420 load_deferred_queue(void *arg) in load_deferred_queue()
453 thread_deferred_cb_skew(void *arg) in thread_deferred_cb_skew()
510 register_events_subthread(void *arg) in register_events_subthread()
[all …]
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp83 auto *arg = args.getLastArg(id); in getOldNewOptions() local
414 for (auto *arg : directives.args) { in parseDirectives() local
810 for (auto *arg : args) { in createResponseFile() local
897 auto *arg = args.getLastArg(os, osFile); in getMapFile() local
1588 if (auto *arg = args.getLastArg(OPT_out)) in linkerMain() local
1772 if (auto *arg = args.getLastArg(OPT_base)) in linkerMain() local
1791 if (auto *arg = args.getLastArg(OPT_heap)) in linkerMain() local
1844 for (auto *arg : args.filtered(OPT_incl)) in linkerMain() local
1861 for (auto *arg : args.filtered(OPT_opt)) { in linkerMain() local
2114 for (auto *arg : args) { in linkerMain() local
[all …]
/freebsd/stand/userboot/test/
H A Dtest.c69 test_putc(void *arg, int ch) in test_putc()
77 test_getc(void *arg) in test_getc()
87 test_poll(void *arg) in test_poll()
271 test_close(void *arg, void *h) in test_close()
285 test_isdir(void *arg, void *h) in test_isdir()
459 test_setreg(void *arg, int r, uint64_t v) in test_setreg()
473 test_setcr(void *arg, int r, uint64_t v) in test_setcr()
483 test_exec(void *arg, uint64_t pc) in test_exec()
494 test_delay(void *arg, int usec) in test_delay()
501 test_exit(void *arg, int v) in test_exit()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c49 dt_opt_agg(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_agg()
62 dt_opt_amin(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_amin()
109 dt_opt_core(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_core()
201 dt_opt_ctypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_ctypes()
226 dt_opt_dtypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_dtypes()
243 dt_opt_debug(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_debug()
254 dt_opt_iregs(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_iregs()
414 dt_opt_pgmax(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_pgmax()
483 dt_opt_stdc(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_stdc()
526 dt_opt_tree(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_tree()
[all …]
/freebsd/usr.sbin/rpc.lockd/
H A Dlock_proc.c383 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4) in nlmtonlm4()
426 nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_test_1_svc()
513 nlm_lock_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_1_svc()
564 nlm_cancel_1_svc(nlm_cancargs *arg, struct svc_req *rqstp) in nlm_cancel_1_svc()
668 nlm_granted_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_granted_1_svc()
723 nlm_lock_res_1_svc(nlm_res *arg, struct svc_req *rqstp) in nlm_lock_res_1_svc()
752 nlm_unlock_res_1_svc(nlm_res *arg, struct svc_req *rqstp) in nlm_unlock_res_1_svc()
791 nlm_share_3_svc(nlm_shareargs *arg, struct svc_req *rqstp) in nlm_share_3_svc()
876 nlm4_test_4_svc(nlm4_testargs *arg, struct svc_req *rqstp) in nlm4_test_4_svc()
972 nlm4_lock_4_svc(nlm4_lockargs *arg, struct svc_req *rqstp) in nlm4_lock_4_svc()
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_fabric.c76 __ocs_fabric_init(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_fabric_init()
267 __ocs_vport_fabric_init(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_vport_fabric_init()
416 __ocs_fabric_idle(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_fabric_idle()
447 __ocs_ns_init(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_ns_init()
482 __ocs_ns_plogi_wait_rsp(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_ns_plogi_wait_rsp()
813 __ocs_ns_idle(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_ns_idle()
865 gidpt_delay_timer_cb(void *arg) in gidpt_delay_timer_cb()
891 __ocs_ns_gidpt_delay(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_ns_gidpt_delay()
951 __ocs_fabctl_init(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_fabctl_init()
1093 __ocs_fabctl_ready(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_fabctl_ready()
[all …]
H A Docs_device.c109 __ocs_d_initiate_shutdown(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_d_initiate_shutdown()
287 __ocs_d_wait_loop(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_d_wait_loop()
330 __ocs_d_wait_del_ini_tgt(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_d_wait_del_ini_tgt()
396 __ocs_d_wait_del_node(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_d_wait_del_node()
630 __ocs_d_wait_logo_rsp(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_d_wait_logo_rsp()
682 __ocs_d_wait_prlo_rsp(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_d_wait_prlo_rsp()
759 __ocs_d_init(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_d_init()
950 __ocs_d_wait_plogi_rsp(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_d_wait_plogi_rsp()
1431 __ocs_d_port_logged_in(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_d_port_logged_in()
1604 __ocs_d_device_ready(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_d_device_ready()
[all …]
/freebsd/contrib/unbound/smallapp/
H A Dworker_cb.c55 int ATTR_UNUSED(error), void* ATTR_UNUSED(arg)) in worker_handle_control_cmd()
61 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in worker_handle_request()
69 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in worker_handle_service_reply()
77 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in remote_accept_callback()
85 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in remote_control_callback()
114 ATTR_UNUSED(arg)) { in worker_win_stop_cb()
119 wsvc_cron_cb(void* ATTR_UNUSED(arg)) in wsvc_cron_cb()
126 worker_alloc_cleanup(void* ATTR_UNUSED(arg)) in worker_alloc_cleanup()
202 void worker_stop_accept(void* ATTR_UNUSED(arg)) in worker_stop_accept()
245 void* ATTR_UNUSED(arg)) in dtio_tap_callback()
[all …]
/freebsd/sys/dev/ice/
H A Dice_iflib_recovery_txrx.c84 ice_recovery_txd_encap(void __unused *arg, if_pkt_info_t __unused pi) in ice_recovery_txd_encap()
99 ice_recovery_txd_flush(void __unused *arg, uint16_t __unused txqid, in ice_recovery_txd_flush()
117 ice_recovery_txd_credits_update(void __unused *arg, uint16_t __unused txqid, in ice_recovery_txd_credits_update()
136 ice_recovery_rxd_available(void __unused *arg, uint16_t __unused rxqid, in ice_recovery_rxd_available()
153 ice_recovery_rxd_pkt_get(void __unused *arg, if_rxd_info_t __unused ri) in ice_recovery_rxd_pkt_get()
167 ice_recovery_rxd_refill(void __unused *arg, if_rxd_update_t __unused iru) in ice_recovery_rxd_refill()
183 ice_recovery_rxd_flush(void __unused *arg, uint16_t __unused rxqid, in ice_recovery_rxd_flush()
/freebsd/usr.sbin/ppp/
H A Dcommand.c211 HelpCommand(struct cmdargs const *arg) in HelpCommand()
264 IdentCommand(struct cmdargs const *arg) in IdentCommand()
283 CloneCommand(struct cmdargs const *arg) in CloneCommand()
332 LoadCommand(struct cmdargs const *arg) in LoadCommand()
364 LogCommand(struct cmdargs const *arg) in LogCommand()
394 DialCommand(struct cmdargs const *arg) in DialCommand()
524 int arg, secs; in command_Expand() local
1093 struct cmdargs arg; in FindExec() local
1435 SetServer(struct cmdargs const *arg) in SetServer()
1541 SetEscape(struct cmdargs const *arg) in SetEscape()
[all …]
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Devent_os.c36 knlist_sx_xlock(void *arg) in knlist_sx_xlock()
43 knlist_sx_xunlock(void *arg) in knlist_sx_xunlock()
51 knlist_sx_assert_lock(void *arg, int what) in knlist_sx_assert_lock()
61 knlist_sx_assert_locked(void *arg) in knlist_sx_assert_locked()
66 knlist_sx_assert_unlocked(void *arg) in knlist_sx_assert_unlocked()
/freebsd/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dh_common.h53 dummy_proc_read(void *arg, caddr_t addr, void *buf, size_t size) in dummy_proc_read()
59 dummy_proc_write(void *arg, caddr_t addr, void *buf, size_t size) in dummy_proc_write()
65 dummy_proc_lookup(void *arg, const char *sym, caddr_t *addr) in dummy_proc_lookup()
71 dummy_proc_regsize(void *arg, int regset, size_t *size) in dummy_proc_regsize()
77 dummy_proc_getregs(void *arg, int regset, int lwp, void *buf) in dummy_proc_getregs()
83 dummy_proc_setregs(void *arg, int regset, int lwp, void *buf) in dummy_proc_setregs()
91 basic_proc_read(void *arg, caddr_t addr, void *buf, size_t size) in basic_proc_read()
99 basic_proc_write(void *arg, caddr_t addr, void *buf, size_t size) in basic_proc_write()
107 basic_proc_lookup(void *arg, const char *sym, caddr_t *addr) in basic_proc_lookup()
/freebsd/sys/x86/xen/
H A Dxen_apic.c217 xen_ipi_bitmap_handler(void *arg) in xen_ipi_bitmap_handler()
225 xen_smp_rendezvous_action(void *arg) in xen_smp_rendezvous_action()
237 xen_invlop(void *arg) in xen_invlop()
247 xen_invltlb(void *arg) in xen_invltlb()
255 xen_invlpg(void *arg) in xen_invlpg()
263 xen_invlrng(void *arg) in xen_invlrng()
271 xen_invlcache(void *arg) in xen_invlcache()
280 xen_cpustop_handler(void *arg) in xen_cpustop_handler()
288 xen_cpususpend_handler(void *arg) in xen_cpususpend_handler()
296 xen_ipi_swi_handler(void *arg) in xen_ipi_swi_handler()
/freebsd/contrib/tcpdump/missing/
H A Dsnprintf.c197 unsigned char *arg, in append_string()
228 unsigned char arg, in append_char()
249 #define PARSE_INT_FORMAT(res, arg, unsig) \ argument
348 long arg; in xyzprintf() local
366 unsigned long arg; in xyzprintf() local
376 unsigned long arg; in xyzprintf() local
386 unsigned long arg; in xyzprintf() local
396 unsigned long arg; in xyzprintf() local
406 unsigned long arg = (unsigned long)va_arg(ap, void*); in xyzprintf() local
414 int *arg = va_arg(ap, int *); in xyzprintf() local
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_htable.c159 ipf_htable_soft_destroy(ipf_main_softc_t *softc, void *arg) in ipf_htable_soft_destroy()
176 ipf_htable_soft_init(ipf_main_softc_t *softc, void *arg) in ipf_htable_soft_init()
198 ipf_htable_soft_fini(ipf_main_softc_t *softc, void *arg) in ipf_htable_soft_fini()
443 ipf_htable_free(void *arg, iphtable_t *iph) in ipf_htable_free()
629 ipf_htable_deref(ipf_main_softc_t *softc, void *arg, void *object) in ipf_htable_deref()
653 ipf_htent_deref(void *arg, iphtent_t *ipe) in ipf_htent_deref()
675 ipf_htable_exists(void *arg, int unit, char *name) in ipf_htable_exists()
714 ipf_htable_select_add_ref(void *arg, int unit, char *name) in ipf_htable_select_add_ref()
736 ipf_htable_find(void *arg, int unit, char *name) in ipf_htable_find()
1341 ipf_htable_expire(ipf_main_softc_t *softc, void *arg) in ipf_htable_expire()
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp232 for (const Arg *arg : in getLTOCachePolicy() local
498 StringRef arg = argv[i]; in parseLCLinkerOption() local
519 StringRef arg = LCLinkerOptions[i]; in resolveLCLinkerOptions() local
885 auto *arg = args.getLastArg(id); in getOldNewOptions() local
916 const Arg *arg = args.getLastArg(id); in parseDylibVersion() local
1142 for (const Arg *arg : args) { in createFiles() local
1572 for (const Arg *arg : args.filtered(OPT_U)) in link() local
1719 if (const Arg *arg = in link() local
1736 if (const Arg *arg = in link() local
1805 for (const Arg *arg : in link() local
[all …]
/freebsd/sys/net/
H A Dvnet.h195 #define CURVNET_SET_QUIET(arg) \ argument
204 #define CURVNET_SET_VERBOSE(arg) \ argument
220 #define CURVNET_SET_QUIET(arg) \ argument
227 #define CURVNET_SET_VERBOSE(arg) \ argument
245 #define IS_DEFAULT_VNET(arg) ((arg) == vnet0) argument
269 #define VNET_ITERATOR_DECL(arg) struct vnet *arg argument
335 const void *arg; member
406 #define CURVNET_SET(arg) argument
407 #define CURVNET_SET_QUIET(arg) argument
415 #define VNET_ITERATOR_DECL(arg) argument
[all …]

12345678910>>...91