Searched refs:param (Results 176 - 200 of 670) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_setstacksize/
H A D4-1.c20 #include <sys/param.h>
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_getcpuclockid/
H A D1-1.c21 #include <sys/param.h>
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_getcpuclockid/speculative/
H A D3-1.c22 #include <sys/param.h>
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-color.c153 const stp_parameter_t param; member in struct:__anon5114
434 stp_parameter_t param; member in struct:__anon5115
1527 curve_parameters[i].param.deflt.curve =
1540 stp_parameter_list_add_param(ret, &(float_parameters[i].param));
1542 stp_parameter_list_add_param(ret, &(curve_parameters[i].param));
1559 const float_param_t *param = &(float_parameters[i]); local
1560 if (strcmp(name, param->param.name) == 0)
1562 stp_fill_parameter_settings(description, &(param->param));
1682 curve_param_t *param = &(curve_parameters[i]); local
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/foomatic/
H A Dprinter_options.c174 const stp_param_string_t *param = local
177 param->name, param->text);
182 param->name);
186 printf("$$x_t{'%s'} = '%d';",param->name, x);
187 printf("$$y_t{'%s'} = '%d';",param->name, y);
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Dprinter_options.c131 const stp_param_string_t *param = local
134 driver, desc.name, param->name, param->text);
139 param->name);
144 driver, "x_resolution", param->name, x);
146 driver, "y_resolution", param->name, y);
/haiku-fatelf/src/libs/print/libgutenprint/src/ghost/
H A Dijsgutenprint.c364 const stp_parameter_t *param = local
367 stp_malloc(strlen(param->name) + strlen("STP_") + 1);
368 sprintf(tmp, "STP_%s", param->name);
369 if ((param->p_level < STP_PARAMETER_LEVEL_ADVANCED4) &&
370 (param->p_type != STP_PARAMETER_TYPE_RAW) &&
371 (param->p_type != STP_PARAMETER_TYPE_FILE) &&
372 (!param->read_only) &&
373 (strcmp(param->name, "Resolution") != 0) &&
374 (strcmp(param->name, "PageSize") != 0) &&
377 sprintf(tmp, "STP_%s", param
400 stp_param_string_t *param = stp_string_list_param(sl, i); local
1041 safe_get_string_parameter(const stp_vars_t *v, const char *param) argument
1117 const stp_parameter_t *param = stp_parameter_list_param(params, i); local
1172 const stp_parameter_t *param = stp_parameter_list_param(params, i); local
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D3-2.c32 * -> sched policy/param change
299 struct sched_param param; member in struct:__anon5986
308 /* Read the current sched policy & param */
309 ret = pthread_getschedparam(pthread_self(), &(td->policy), &(td->param));
310 if (ret != 0) { UNRESOLVED(ret, "Failed to read current thread policy / param"); }
320 /* Read the current sched policy & param */
321 ret = pthread_getschedparam(pthread_self(), &(td->policy), &(td->param));
322 if (ret != 0) { UNRESOLVED(ret, "Failed to read current thread policy / param"); }
332 /* Change the current sched policy & param */
340 if (newparam.sched_priority == td->param
[all...]
/haiku-fatelf/src/bin/pcmcia-cs/
H A Dyacc_cis.y243 $$.param[0] = $2;
248 $$.param[0] = $2;
253 $$.param[0] = $2;
258 $$.param[0] = $2;
263 $$.param[0] = $2;
268 $$.param[0] = $2;
273 $$.param[0] = $2;
284 $$.param[$2.present] = $2.param[0];
/haiku-fatelf/headers/cpp/
H A Diomanip.h166 #define __DEFINE_IOMANIP_FN1(type,param,function) \
167 extern ios& __iomanip_##function (ios&, param); \
168 inline type<param> function (param n) \
169 { return type<param> (__iomanip_##function, n); }
/haiku-fatelf/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp234 logMsg.param.id = id;
275 logMsg.param.id = id;
641 int32 param = int32(event->bigdata); local
642 logMsg.param.id = param;
648 if (dataSize >= sizeof(float)) switch (param)
667 BroadcastNewParameterValue(logMsg.now, param, &value, sizeof(value));
670 logMsg.param.value = value;
680 BroadcastNewParameterValue(logMsg.now, param, &value, sizeof(value));
681 logMsg.param
[all...]
H A DLogWriter.h66 } param; member in union:log_message::__anon2896
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_dfs/null/
H A Ddfs_null.c40 #include <sys/param.h>
224 ath_dfs_get_thresholds(struct ath_softc *sc, HAL_PHYERR_PARAM *param) argument
226 ath_hal_getdfsthresh(sc->sc_ah, param);
/haiku-fatelf/headers/posix/arpa/
H A Dinet.h11 #include <sys/param.h>
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Ddevice.c53 const char *param; local
60 param = get_driver_parameter(handle, "mtu", "-1", "-1");
61 mtu = atoi(param);
65 dprintf("ipro1000: unsupported mtu setting '%s' ignored\n", param);
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DNoJournal.cpp98 NoJournal::_TransactionWritten(int32 transactionID, int32 event, void* param) argument
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dos2compat.c28 #include <sys/param.h>
/haiku-fatelf/src/bin/gawk/intl/
H A Dos2compat.c26 #include <sys/param.h>
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcore-aout.c38 #include <sys/param.h>
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dgetpwd.c33 #include <sys/param.h>
H A Dstrtol.c57 #include <sys/param.h>
H A Dstrtoul.c38 #include <sys/param.h>
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dherror.c59 #include <sys/param.h>
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dmalloc.h14 #include <sys/param.h>
H A Dparam.h10 #include <posix/sys/param.h>

Completed in 114 milliseconds

1234567891011>>