Searched refs:arg (Results 226 - 250 of 3768) sorted by relevance

1234567891011>>

/freebsd-12-stable/cddl/usr.sbin/zfsd/tests/
H A Dlibmocks.c56 int zpool_iter(libzfs_handle_t* handle, zpool_iter_f iter, void* arg) { argument
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Ddnlc.h38 void dnlc_reduce_cache(void *arg);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dif_cc.c36 mod_event(module_t mod, int cmd, void *arg) argument
H A Dif_ccv.c36 mod_event(module_t mod, int cmd, void *arg) argument
H A Dif_cxl.c36 mod_event(module_t mod, int cmd, void *arg) argument
H A Dif_cxlv.c36 mod_event(module_t mod, int cmd, void *arg) argument
/freebsd-12-stable/sys/dev/liquidio/
H A Dlio_ioctl.h41 void lio_open(void *arg);
/freebsd-12-stable/sys/sparc64/include/
H A Dgdb_machdep.h64 gdb_end_write(void *arg __unused)
/freebsd-12-stable/sys/mips/include/
H A Dgdb_machdep.h62 gdb_end_write(void *arg __unused)
/freebsd-12-stable/sys/mips/nlm/
H A Dmsgring.h50 void *arg);
/freebsd-12-stable/sys/i386/include/
H A Dgdb_machdep.h58 gdb_end_write(void *arg __unused)
/freebsd-12-stable/tools/regression/pthread/unwind/
H A DTest.cpp13 cleanup_handler(void *arg) argument
H A Dcatch_pthread_exit.cpp11 thr_routine(void *arg) argument
H A Dthread_normal_exit.cpp11 thr_routine(void *arg) argument
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_clean.c59 __thr_cleanup_push_imp(void (*routine)(void *), void *arg, argument
67 newbuf->routine_arg = arg;
89 _thr_cleanup_push(void (*routine)(void *), void *arg) argument
99 newbuf->routine_arg = arg;
/freebsd-12-stable/sys/arm/include/
H A Dgdb_machdep.h64 gdb_end_write(void *arg __unused)
/freebsd-12-stable/crypto/openssl/include/internal/
H A Dsslconf.h18 char **arg);
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A De_rc5.c23 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
37 static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) argument
49 switch (arg) {
53 data(c)->rounds = arg;
/freebsd-12-stable/usr.bin/dtc/
H A Ddtc.cc136 string arg(optarg);
137 if (arg == "dtb")
145 else if (arg == "dts")
158 string arg(optarg);
159 if (arg == "dtb")
163 else if (arg == "asm")
167 else if (arg == "dts")
229 string arg(optarg);
230 if (arg == "both")
234 else if (arg
[all...]
/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_uart.c52 pci_uart_intr_assert(void *arg) argument
54 struct pci_devinst *pi = arg;
60 pci_uart_intr_deassert(void *arg) argument
62 struct pci_devinst *pi = arg;
H A Dpost.c43 uint32_t *eax, void *arg)
42 post_data_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
/freebsd-12-stable/usr.sbin/mlxcontrol/
H A Dinterface.c44 * Iterate over all mlx devices, call (func) with each ones' path and (arg)
47 mlx_foreach(void (*func)(int unit, void *arg), void *arg) argument
58 func(i, arg);
64 * Open the controller (unit) and give the fd to (func) along with (arg)
67 mlx_perform(int unit, void (*func)(int fd, void *arg), void *arg) argument
72 func(fd, arg);
78 * Iterate over all mlxd devices, call (func) with each ones' path and (arg)
81 mlxd_foreach_ctrlr(int unit, void *arg) argument
108 mlxd_foreach(void (*func)(int unit, void *arg), void *arg) argument
129 mlxd_find_ctrlr_search(int unit, void *arg) argument
173 mlx_command(int fd, void *arg) argument
[all...]
/freebsd-12-stable/usr.sbin/ppp/
H A Dtimer.h42 void *arg; /* Argument passed to timeout function */ member in struct:pppTimer
/freebsd-12-stable/contrib/mandoc/
H A Dterm_tab.c39 term_tab_set(const struct termp *p, const char *arg) argument
50 if (arg == NULL) {
59 if (arg[0] == 'T' && arg[1] == '\0') {
66 if (*arg == '+') {
68 arg++;
71 if (a2roffsu(arg, &su, SCALE_EM) == NULL)
/freebsd-12-stable/contrib/ncurses/form/
H A Dfty_int.c65 | Function : static void *Generic_This_Type( void * arg )
72 Generic_This_Type(void *arg) argument
75 thisARG *param = (thisARG *) arg;
101 thisARG arg; local
103 arg.precision = va_arg(*ap, int);
104 arg.low = va_arg(*ap, long);
105 arg.high = va_arg(*ap, long);
107 return Generic_This_Type((void *)&arg);

Completed in 276 milliseconds

1234567891011>>