Searched defs:param (Results 1 – 12 of 12) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | shell.h | 79 #define TRACE(param) trace param argument 80 #define TRACEV(param) tracev param argument 82 #define TRACE(param) argument 83 #define TRACEV(param) argument
|
| A D | exec.h | 46 union param { union
|
| A D | options.c | 329 freeparam(volatile struct shparam *param) in freeparam()
|
| A D | exec.c | 82 union param param; /* definition of builtin function */ member
|
| /third_party/ulib/musl/src/sched/ |
| A D | sched_getparam.c | 4 int sched_getparam(pid_t pid, struct sched_param* param) { in sched_getparam()
|
| A D | sched_setparam.c | 4 int sched_setparam(pid_t pid, const struct sched_param* param) { in sched_setparam()
|
| A D | sched_setscheduler.c | 4 int sched_setscheduler(pid_t pid, int sched, const struct sched_param* param) { in sched_setscheduler()
|
| /third_party/ulib/musl/pthread/ |
| A D | pthread_attr_setschedparam.c | 4 const struct sched_param* restrict param) { in pthread_attr_setschedparam()
|
| A D | pthread_attr_get.c | 13 struct sched_param* restrict param) { in pthread_attr_getschedparam()
|
| /third_party/uapp/dash/src/bltin/ |
| A D | printf.c | 92 static int print_escape_str(const char *f, int *param, int *array, char *s) in print_escape_str() 157 int *param; in printfcmd() local
|
| /third_party/dev/ethernet/e1000/ |
| A D | fuchsia.c | 510 static zx_status_t e1000_set_param(void* ctx, uint32_t param, int32_t value, const void* data, in e1000_set_param()
|
| /third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/ |
| A D | ec_commands.h | 3520 uint32_t param; /* enum charge_state_param */ member 3524 uint32_t param; /* param to set */ member 3645 uint8_t param; member 3704 uint32_t param; member
|
Completed in 2407 milliseconds