Searched refs:arg2 (Results 151 - 175 of 402) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c412 static int dsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) argument
416 *(int *)arg2 = NID_sha256;
/freebsd-current/sys/dev/firmware/xilinx/
H A Dzynqmp_firmware.c343 zynqmp_firmware_query_data(device_t dev, uint32_t qid, uint32_t arg1, uint32_t arg2, uint32_t arg3, uint32_t *data) argument
349 rv = zynqmp_call_smc(PM_QUERY_DATA, qid, arg1, arg2, arg3, data, true);
/freebsd-current/sys/dev/wbwd/
H A Dwbwd.c278 return (sysctl_wb_debug(oidp, arg1, arg2, req));
309 int test = arg2;
/freebsd-current/sys/kern/
H A Dkern_kcov.c222 trace_cmp(uint64_t type, uint64_t arg1, uint64_t arg2, uint64_t ret) argument
253 buf[index * 4 + 3] = arg2;
H A Dkern_module.c92 module_shutdown(void *arg1, int arg2) argument
96 if (arg2 & RB_NOSYNC)
H A Dkern_proc.c1728 u_int namelen = arg2;
2113 u_int namelen = arg2;
2199 u_int namelen = arg2;
2232 u_int namelen = arg2;
2335 unsigned int arglen = arg2;
2371 namelen = arg2;
2404 namelen = arg2;
2781 namelen = arg2;
2812 namelen = arg2;
2898 unsigned int arglen = arg2;
[all...]
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_pwm.c338 reg = BCM_PWM_MEM_READ(sc, arg2 & 0xff);
344 BCM_PWM_MEM_WRITE(sc, arg2, reg);
/freebsd-current/sys/sys/
H A Djail.h482 void *arg2, void *arg3), void (*pre)(void), void (*post)(void),
483 void *arg2, void *arg3);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h455 ConstString arg2) const // for equality
457 return arg1.operator==(arg2);
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbss_log.c80 static long slg_ctrl(BIO *h, int cmd, long arg1, void *arg2);
H A Dbf_readbuff.c28 static long readbuffer_ctrl(BIO *h, int cmd, long arg1, void *arg2);
/freebsd-current/sys/dev/usb/
H A Dusb_debug.c269 val = arg2;
/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_var.h220 void *arg2; member in struct:gv_event
/freebsd-current/sys/dev/hid/
H A Dhconf.c187 int ctrl_id = arg2;
/freebsd-current/sys/dev/iavf/
H A Diavf_lib.c155 * @arg2: unused sysctl argument
169 UNREFERENCED_PARAMETER(arg2);
668 * @arg2: unused sysctl argument
684 UNREFERENCED_PARAMETER(arg2);
710 * @arg2: unused sysctl argument
726 UNREFERENCED_PARAMETER(arg2);
853 * @arg2: unused sysctl argument
872 UNREFERENCED_2PARAMETER(arg2, oidp);
/freebsd-current/usr.bin/sort/
H A Dsort.c875 char *arg2 = argv[i + 1]; local
877 if (strlen(arg2) > 1 &&
878 arg2[0] == '-') {
885 if (parse_pos_obs(arg2 + 1,
/freebsd-current/sys/tests/fib_lookup/
H A Dfib_lookup.c805 if (arg2 & LPS_ANN) {
823 if (arg2 & LPS_REP) {
827 if (arg2 & LPS_SEQ) {
830 } else if (arg2 & LPS_ANN)
/freebsd-current/tools/regression/fsx/
H A Dfsx.c162 do_log4(int operation, int arg0, int arg1, int arg2) argument
170 le->args[2] = arg2;
179 log4(int operation, int arg0, int arg1, int arg2) argument
181 do_log4(operation, arg0, arg1, arg2);
/freebsd-current/sys/dev/iicbus/sensor/
H A Dtmp461.c303 mode = arg2;
/freebsd-current/sys/dev/iicbus/adc/
H A Dpcf8591.c147 channel = arg2;
/freebsd-current/sys/powerpc/powernv/
H A Dopal_sensor.c132 sensor = arg2;
/freebsd-current/sys/powerpc/powermac/
H A Dsmusat.c280 sens = &sc->sc_sensors[arg2];
/freebsd-current/sys/dev/iscsi/
H A Dicl.c94 bool iser = arg2;
/freebsd-current/sys/dev/coretemp/
H A Dcoretemp.c355 type = arg2;
/freebsd-current/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c72 type = arg2;

Completed in 359 milliseconds

1234567891011>>