| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_getparam.c | 21 drm_i915_getparam_t *param = data; local 24 switch (param->param) { 110 * the ioctl will report EINVAL for the unknown param! 174 DRM_DEBUG("Unknown parameter %d\n", param->param); 178 if (put_user(value, param->value))
|
| i915_ioc32.c | 41 s32 param; member in struct:drm_i915_getparam32 61 __put_user(req32.param, &request->param) ||
|
| /src/usr.bin/make/unit-tests/ |
| cond-token-var.mk | 122 # expect: Var_Parse: ${VAR.param$U} (eval-defined-loud) 124 VAR.param= value of VAR.param 125 .if ${VAR.param$U}
|
| var-op-default.mk | 44 # it expands the variable name exactly once. Therefore both 'VAR.param' 45 # and 'VAR.${param}' expand to 'VAR.param', and the second '?=' assignment 56 VAR.param= already defined 58 .if ${VAR.param} != "already defined" 69 PARAM= $$$$ 70 EXPAND.${PARAM}?= value with param 71 .if ${${EXPAND_NAME}} != "value with param"
|
| varname.mk | 80 ASDZguvASDZguv.param= twice 81 ASDZguv.param= once 82 .if ${ASDZguv.param} != "once" 84 .elif ${ASDZguvASDZguv.param} != "twice"
|
| varmod-assign.mk | 150 # the usual VAR.${param}. 152 param= twice macro 153 VARNAME= VAR.$${param} # Indirect variable name because of the '$', 156 ${VARNAME}= initial-value # Sets 'VAR.${param}' to 'expanded'.
|
| /src/lib/npf/ext_normalize/ |
| npfext_normalize.c | 59 npfext_normalize_param(nl_ext_t *ext, const char *param, const char *val) 65 static const struct param { struct 79 if (strcmp(name, param) != 0) {
|
| /src/lib/npf/ext_rndblock/ |
| npfext_rndblock.c | 59 npfext_rndblock_param(nl_ext_t *ext, const char *param, const char *val) 62 static const struct param { struct 79 if (strcmp(name, param) != 0) {
|
| /src/sys/external/bsd/drm2/dist/drm/selftests/ |
| drm_selftest.c | 48 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n)) macro 51 #define selftest(n, func) selftest_0(n, func, param(n))
|
| /src/bin/sh/ |
| exec.h | 49 union param { union in struct:cmdentry
|
| /src/sys/arch/x68k/usr.bin/bellctrl/ |
| bellctrl.c | 222 struct bell_info param; local 226 if (ioctl(fd, BELLIOCGPARAM, ¶m)) 230 values.volume = param.volume; 232 values.pitch = param.pitch; 234 values.msec = param.msec;
|
| /src/usr.sbin/npf/npfctl/ |
| npf_extmod.c | 49 npfext_paramfunc_t param; member in struct:npf_extmod 86 ext->param = npf_extmod_sym(handle, name, "param"); 122 const char *param, const char *val) 124 return extmod->param(ext, param, val);
|
| /src/sys/arch/hpcmips/dev/ |
| mq200subr.c | 36 #include <sys/param.h> 153 u_int32_t param, enbit; local 177 if (mq200_pllparam(clock, ¶m) != 0) { 182 mq200_mod(sc, paramreg, MQ200_PLL_PARAM_MASK, param);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_common_linux.cc | 120 DoStopTheWorldParam *param = reinterpret_cast<DoStopTheWorldParam *>(data); local 121 StopTheWorld(param->callback, param->argument); 134 DoStopTheWorldParam param = {callback, argument}; local 135 dl_iterate_phdr(DoStopTheWorldCallback, ¶m);
|
| lsan_interceptors.cc | 345 void *param; member in struct:std::ThreadParam 352 void *param = p->param; local 368 return callback(param); 372 void *(*callback)(void *), void *param) { 385 p.param = param;
|
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| i915_perf.c | 25 struct drm_i915_perf_open_param param = {}; local 44 if (i915_oa_stream_init(stream, ¶m, &props)) {
|
| i915_selftest.c | 99 #define selftest(n, func) selftest_0(n, func, param(n)) 100 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __mock_##n)) macro 105 #undef param macro 107 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __live_##n)) macro 112 #undef param macro 114 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __perf_##n)) macro 119 #undef param macro
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_sumo_smc.c | 116 u32 param = 0; local 122 param |= 1; 125 param |= 2; 127 WREG32_RCU(RCU_ALTVDDNB_NOTIFY, param);
|
| /src/tests/dev/scsipi/libscsitest/ |
| scsitest.c | 40 #include <sys/param.h> 158 struct scsipi_start_stop *param = (void *)cmd; local 160 if (param->how & SSS_LOEJ) { 185 struct scsi_rw_6 *param = (void *)cmd; local 188 param->length * CDBLOCKSIZE, 189 _3btol(param->addr) * CDBLOCKSIZE); 191 param->length * CDBLOCKSIZE, 192 _3btol(param->addr) * CDBLOCKSIZE,
|
| /src/tests/lib/libc/gen/posix_spawn/ |
| t_spawnattr.c | 36 #include <sys/param.h> 79 struct sched_param param; local 85 RL(sched_getparam(0, ¶m)); 86 priority = param.sched_priority;
|
| /src/lib/librefuse/ |
| refuse_opt.c | 300 const char* param = local 304 char* dup = strdup(param); 316 if (sscanf(param, &opt->templ[sep_idx + 1], var) == -1) { 320 param, (int)sep_idx, opt->templ);
|
| /src/sys/arch/hpcmips/tx/ |
| tx39sib.c | 39 #include <sys/param.h> 151 /* set default param */ 185 struct tx39sib_param *param = &sc->sc_param; local 196 reg = TX39_SIBCTRL_SCLKDIV_SET(reg, param->sp_clock); 198 reg = TX39_SIBCTRL_SNDFSDIV_SET(reg, param->sp_snd_rate - 1); 200 reg = TX39_SIBCTRL_TELFSDIV_SET(reg, param->sp_tel_rate - 1); 202 reg |= param->sp_sf0sndmode; 203 reg |= param->sp_sf0telmode;
|
| /src/sys/dev/ppbus/ |
| ppbus_msq.c | 35 #include <sys/param.h> 212 int param, ins, arg, type; local 219 param = va_arg(p_list, int); 221 ins = MS_INS(param); 222 arg = MS_ARG(param); 223 type = MS_TYP(param); 228 param); 231 printf("%s: param = %d, ins = %d, arg = %d, type = %d\n", 232 __func__, param, ins, arg, type); 259 panic("%s: unknown parameter (0x%x)!", __func__, param); [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| debugfs.c | 67 struct mmio_diff_param *param = data; local 72 vreg = vgpu_vreg(param->vgpu, offset); 82 list_add(&node->node, ¶m->diff_mmio_list); 83 param->diff++; 85 param->total++; 94 struct mmio_diff_param param = { local 101 INIT_LIST_HEAD(¶m.diff_mmio_list); 108 intel_gvt_for_each_tracked_mmio(gvt, mmio_diff_handler, ¶m); 115 list_sort(NULL, ¶m.diff_mmio_list, mmio_offset_compare); 118 list_for_each_entry_safe(node, next, ¶m.diff_mmio_list, node) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| gpio.h | 40 /* so far, "param" seems to only have an influence on PWM-related 42 * if param equals 1, hardware PWM is available 43 * if param equals 0, the host should toggle the GPIO itself 45 u8 param; member in struct:dcb_gpio_func
|