Searched refs:param (Results 1 - 25 of 75) sorted by relevance

123

/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_attr_setschedparam.c4 const struct sched_param* restrict param) {
5 a->_a_prio = param->sched_priority;
3 pthread_attr_setschedparam(pthread_attr_t* restrict a, const struct sched_param* restrict param) argument
H A Dpthread_attr_get.c13 struct sched_param* restrict param) {
14 param->sched_priority = a->_a_prio;
12 pthread_attr_getschedparam(const pthread_attr_t* restrict a, struct sched_param* restrict param) argument
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dshell.h53 #include <sys/param.h>
79 #define TRACE(param) trace param
80 #define TRACEV(param) tracev param
82 #define TRACE(param)
83 #define TRACEV(param)
H A Dexec.h46 union param { union in struct:cmdentry
H A Dexec.c82 union param param; /* definition of builtin function */ member in struct:tblentry
232 entry.u = cmdp->param;
282 idx = cmdp->param.index;
376 prev = cmdp->param.index;
450 cmdp->param.index = idx;
475 cmdp->param.cmd = bcmd;
480 entry->u = cmdp->param;
517 !(cmdp->param.cmd->flags & BUILTIN_REGULAR) &&
590 cmdp->param
[all...]
H A Doptions.c329 freeparam(volatile struct shparam *param) argument
333 if (param->malloc) {
334 for (ap = param->p ; *ap ; ap++)
336 ckfree(param->p);
/fuchsia/zircon/third_party/ulib/musl/src/sched/
H A Dsched_setparam.c4 int sched_setparam(pid_t pid, const struct sched_param* param) { argument
H A Dsched_getparam.c4 int sched_getparam(pid_t pid, struct sched_param* param) { argument
H A Dsched_setscheduler.c4 int sched_setscheduler(pid_t pid, int sched, const struct sched_param* param) { argument
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dgetauxval.c3 #include <sys/param.h>
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dprintf.c62 switch ((char *)param - (char *)array) { \
66 case sizeof(*param): \
77 switch ((char *)param - (char *)array) { \
81 case sizeof(*param): \
92 static int print_escape_str(const char *f, int *param, int *array, char *s) argument
157 int *param; local
174 param = array;
180 *param++ = getuintmax(1);
192 *param++ = getuintmax(1);
209 if (print_escape_str(start, param, arra
[all...]
/fuchsia/zircon/system/public/zircon/device/
H A Dethertap.h70 uint32_t param; member in struct:ethertap_setparam_report
/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Dethernet.h112 // zx_status_t EthmacSetParam(uint32_t param, int32_t value, void* data) {
210 static zx_status_t SetParam(void* ctx, uint32_t param, int32_t value, void* data) { argument
211 return static_cast<D*>(ctx)->EthmacSetParam(param, value, data);
245 zx_status_t SetParam(uint32_t param, int32_t value, void* data) { argument
246 return ops_->set_param(ctx_, param, value, data);
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Dacfreebsd.h72 #include <sys/param.h>
H A Dacnetbsd.h69 #include <sys/param.h>
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosunixmap.c48 #include <sys/param.h>
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h10 # include <sys/param.h>
/fuchsia/zircon/system/dev/input/pc-ps2/
H A Di8042.c313 static int i8042_command_data(uint8_t* param, int command) { argument
321 i8042_write_data(param[i]);
333 param[i] = i8042_read_data();
340 static int i8042_command(uint8_t* param, int command) { argument
350 retval = i8042_command_data(param, command);
357 uint8_t param; local
360 if (i8042_command(&param, I8042_CMD_CTL_TEST) < 0) {
363 if (param == 0x55)
370 static int i8042_dev_command(uint8_t* param, int command) { argument
380 retval = i8042_command_data(param, comman
386 i8042_aux_command(uint8_t* param, int command) argument
590 i8042_identify(int (*cmd)(uint8_t* param, int command)) argument
[all...]
/fuchsia/zircon/system/dev/tee/optee/
H A Doptee-message.cpp67 for (const auto& param : msg_params) {
68 *current_param = param;
/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.h59 void (*setparam)(void* cookie, int param, uint8_t* arg, size_t arglen);
/fuchsia/zircon/system/dev/ethernet/ethertap/
H A Dethertap.cpp165 zx_status_t TapDevice::EthmacSetParam(uint32_t param, int32_t value, void* data) { argument
177 send_buf.report.param = param;
180 switch (param) {
H A Dethertap.h43 zx_status_t EthmacSetParam(uint32_t param, int32_t value, void* data);
/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dethernet.h142 // |value| and |data| usage are defined for each |param|; see comments above.
146 zx_status_t (*set_param)(void* ctx, uint32_t param, int32_t value, void* data);
/fuchsia/zircon/system/ulib/ddk/
H A Dphys-iter.c6 #include <sys/param.h>
/fuchsia/zircon/third_party/lib/jitterentropy/
H A DMakefile6 CFLAGS +=-fstack-protector-strong -fwrapv --param ssp-buffer-size=4

Completed in 359 milliseconds

123