Searched refs:arg1 (Results 276 - 300 of 593) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/powerpc/powermac/
H A Dsmusat.c281 dev = arg1;
/freebsd-11-stable/sys/xen/interface/
H A Dxen.h418 } arg1; member in struct:mmuext_op
/freebsd-11-stable/sys/dev/iicbus/
H A Dadm1030.c229 adm1030 = arg1;
H A Dds1775.c262 dev = arg1;
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_fha_new.c268 return (fhe_stats_sysctl(oidp, arg1, arg2, req, &fhanew_softc));
/freebsd-11-stable/sys/kern/
H A Dkern_sendfile.c126 sf_ext_free(void *arg1, void *arg2) argument
128 struct sf_buf *sf = arg1;
158 sf_ext_free_nocache(void *arg1, void *arg2) argument
160 struct sf_buf *sf = arg1;
/freebsd-11-stable/sys/geom/cache/
H A Dg_cache.c70 u_int val = *(u_int *)arg1;
78 if ((arg1 == &g_cache_used_lo && val > g_cache_used_hi) ||
79 (arg1 == &g_cache_used_hi && g_cache_used_lo > val))
81 *(u_int *)arg1 = val;
753 name = gctl_get_asciiparam(req, "arg1");
755 gctl_error(req, "No 'arg1' argument");
/freebsd-11-stable/sys/vm/
H A Dvm_meter.c241 count = vm_meter_cnt((char *)arg1 - (char *)&vm_cnt);
/freebsd-11-stable/sys/arm/ti/
H A Dti_adc.c264 sc = (struct ti_adc_softc *)arg1;
305 input = (struct ti_adc_input *)arg1;
337 input = (struct ti_adc_input *)arg1;
365 input = (struct ti_adc_input *)arg1;
H A Dti_pruss.c364 sc = arg1;
414 sc = arg1;
461 sc = arg1;
481 sc = arg1;
/freebsd-11-stable/sys/arm/allwinner/
H A Dif_emac.c1179 if (arg1 == NULL)
1181 value = *(int *)arg1;
1187 *(int *)arg1 = value;
1196 return (sysctl_int_range(oidp, arg1, arg2, req,
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c75 dev = (device_t) arg1;
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c166 struct bcmsc_softc *sc = arg1;
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h268 #define DRM_COPY_FROM_USER_UNCHECKED(arg1, arg2, arg3) \
269 copyin(arg2, arg1, arg3)
270 #define DRM_COPY_TO_USER_UNCHECKED(arg1, arg2, arg3) \
271 copyout(arg2, arg1, arg3)
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_log.c127 static long MS_CALLBACK slg_ctrl(BIO *h, int cmd, long arg1, void *arg2);
H A Dbss_rtcp.c104 static long rtcp_ctrl(BIO *h, int cmd, long arg1, void *arg2);
H A Dbss_mem.c68 static long mem_ctrl(BIO *h, int cmd, long arg1, void *arg2);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_runvar.h110 void *arg1; member in struct:run_cmdq
/freebsd-11-stable/sys/netinet/
H A Dsiftr.c1161 error = sysctl_handle_string(oidp, arg1, arg2, req);
1165 strncmp(siftr_logfile, arg1, arg2) == 0)
1169 error = alq_open(&new_alq, arg1, curthread->td_ucred,
1188 strlcpy(siftr_logfile, arg1, arg2);
/freebsd-11-stable/tools/regression/fsx/
H A Dfsx.c189 do_log4(int operation, int arg0, int arg1, int arg2) argument
196 le->args[1] = arg1;
206 log4(int operation, int arg0, int arg1, int arg2) argument
208 do_log4(operation, arg0, arg1, arg2);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h76 * a variable string: point arg1 at it, arg2 is max length.
77 * a constant string: point arg1 at it, arg2 is zero.
90 kobj = arg1;
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_var.h217 void *arg1; member in struct:gv_event
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzil.h392 typedef int zil_replay_func_t(void *arg1, void *arg2, boolean_t byteswap);
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_sysctl.c630 struct lio *lio = (struct lio *)arg1;
664 struct lio *lio = (struct lio *)arg1;
736 struct lio *lio = (struct lio *)arg1;
967 struct lio *lio = (struct lio *)arg1;
1045 struct lio *lio = (struct lio *)arg1;
1130 struct lio *lio = (struct lio *)arg1;
1204 struct lio *lio = (struct lio *)arg1;
1259 struct lio *lio = (struct lio *)arg1;
1290 struct lio *lio = (struct lio *)arg1;
1713 struct lio *lio = (struct lio *)arg1;
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c480 composite_pointer_type (tree t1, tree t2, tree arg1, tree arg2,
490 if (null_ptr_cst_p (arg1))
3027 build_x_binary_op (enum tree_code code, tree arg1, enum tree_code arg1_code,
3034 orig_arg1 = arg1;
3039 if (type_dependent_expression_p (arg1)
3041 return build_min_nt (code, arg1, arg2);
3042 arg1 = build_non_dependent_expr (arg1);
3047 expr = build_m_component_ref (arg1, arg2);
3049 expr = build_new_op (code, LOOKUP_NORMAL, arg1, arg
479 composite_pointer_type(tree t1, tree t2, tree arg1, tree arg2, const char* location) argument
3020 build_x_binary_op(enum tree_code code, tree arg1, enum tree_code arg1_code, tree arg2, enum tree_code arg2_code, bool *overloaded_p) argument
3621 tree arg1 = get_narrower (op1, &unsigned1); local
[all...]

Completed in 350 milliseconds

<<11121314151617181920>>