Searched refs:command (Results 1 - 15 of 15) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/plat/zynq7000/
H A Dxadc.c38 #define FORMAT_XADC_COMMAND(command, address, data) (\
41 (((command) & XADC_COMMAND_MASK) << XADC_COMMAND_OFFSET))
78 // write the command
81 // wait for the command to leave the fifo
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/zynq7000/
H A Dxadc.c38 #define FORMAT_XADC_COMMAND(command, address, data) (\
41 (((command) & XADC_COMMAND_MASK) << XADC_COMMAND_OFFSET))
78 // write the command
81 // wait for the command to leave the fifo
/seL4-refos-master/libs/libvterm/src/
H A Dstate.c786 static int on_csi(const char *leader, const long args[], int argcount, const char *intermed, char command, void *user) argument
836 switch(intermed_byte << 16 | leader_byte << 8 | command) {
1293 static int on_osc(const char *command, size_t cmdlen, void *user) argument
1300 if(strneq(command, "0;", 2)) {
1301 settermprop_string(state, VTERM_PROP_ICONNAME, command + 2, cmdlen - 2);
1302 settermprop_string(state, VTERM_PROP_TITLE, command + 2, cmdlen - 2);
1305 else if(strneq(command, "1;", 2)) {
1306 settermprop_string(state, VTERM_PROP_ICONNAME, command + 2, cmdlen - 2);
1309 else if(strneq(command, "2;", 2)) {
1310 settermprop_string(state, VTERM_PROP_TITLE, command
1317 request_status_string(VTermState *state, const char *command, size_t cmdlen) argument
1351 on_dcs(const char *command, size_t cmdlen, void *user) argument
[all...]
H A Dparser.c19 static void do_string_csi(VTerm *vt, const char *args, size_t arglen, char command) argument
100 if((*vt->parser_callbacks->csi)(leaderlen ? leader : NULL, csi_args, argcount, intermedlen ? intermed : NULL, command, vt->cbdata))
103 fprintf(stderr, "libvterm: Unhandled CSI %.*s %c\n", (int)arglen, args, command);
279 /* +1 to pos because we want to include this command byte as well */
294 /* +1 to pos because we want to include this command byte as well */
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dstate.c786 static int on_csi(const char *leader, const long args[], int argcount, const char *intermed, char command, void *user) argument
836 switch(intermed_byte << 16 | leader_byte << 8 | command) {
1293 static int on_osc(const char *command, size_t cmdlen, void *user) argument
1300 if(strneq(command, "0;", 2)) {
1301 settermprop_string(state, VTERM_PROP_ICONNAME, command + 2, cmdlen - 2);
1302 settermprop_string(state, VTERM_PROP_TITLE, command + 2, cmdlen - 2);
1305 else if(strneq(command, "1;", 2)) {
1306 settermprop_string(state, VTERM_PROP_ICONNAME, command + 2, cmdlen - 2);
1309 else if(strneq(command, "2;", 2)) {
1310 settermprop_string(state, VTERM_PROP_TITLE, command
1317 request_status_string(VTermState *state, const char *command, size_t cmdlen) argument
1351 on_dcs(const char *command, size_t cmdlen, void *user) argument
[all...]
H A Dparser.c19 static void do_string_csi(VTerm *vt, const char *args, size_t arglen, char command) argument
100 if((*vt->parser_callbacks->csi)(leaderlen ? leader : NULL, csi_args, argcount, intermedlen ? intermed : NULL, command, vt->cbdata))
103 fprintf(stderr, "libvterm: Unhandled CSI %.*s %c\n", (int)arglen, args, command);
279 /* +1 to pos because we want to include this command byte as well */
294 /* +1 to pos because we want to include this command byte as well */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex519 symbol represents with the `{\tt /}' command (see the next section for
531 a menu of choices, or with a command line prompt requesting information. Which
546 to do this command after all, you can press the `ESC' key to abort the
547 command.
561 during the game through the `{\tt ?}' command, which accesses a menu of
582 pressing the {\tt ESC} key will terminate this command, or pressing `{\tt ?}'
590 Tell what a command does.
645 the same conditions as the `G' command, but without picking up
646 objects, similar to the `M' command. For ports with mouse
647 support, the command i
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex519 symbol represents with the `{\tt /}' command (see the next section for
531 a menu of choices, or with a command line prompt requesting information. Which
546 to do this command after all, you can press the `ESC' key to abort the
547 command.
561 during the game through the `{\tt ?}' command, which accesses a menu of
582 pressing the {\tt ESC} key will terminate this command, or pressing `{\tt ?}'
590 Tell what a command does.
645 the same conditions as the `G' command, but without picking up
646 objects, similar to the `M' command. For ports with mouse
647 support, the command i
[all...]
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h72 int (*csi)(const char *leader, const long args[], int argcount, const char *intermed, char command, void *user);
73 int (*osc)(const char *command, size_t cmdlen, void *user);
74 int (*dcs)(const char *command, size_t cmdlen, void *user);
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h72 int (*csi)(const char *leader, const long args[], int argcount, const char *intermed, char command, void *user);
73 int (*osc)(const char *command, size_t cmdlen, void *user);
74 int (*dcs)(const char *command, size_t cmdlen, void *user);
/seL4-refos-master/libs/libplatsupport/plat_include/pc99/platsupport/plat/acpi/tables/
H A Dasf.h72 uint8_t command; member in struct:acpi_asf_ctl_array
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/pc99/platsupport/plat/acpi/tables/
H A Dasf.h72 uint8_t command; member in struct:acpi_asf_ctl_array
/seL4-refos-master/libs/libutils/include/utils/
H A Dsglib.h314 #define SGLIB_HASH_TAB_MAP_ON_ELEMENTS(type, table, dim, iteratedIndex, iteratedVariable, command) {\
319 if (iteratedVariable != NULL) {command;}\
382 #define SGLIB_LIST_MAP_ON_ELEMENTS(type, list, iteratedVariable, next, command) {\
388 {command;};\
521 #define SGLIB_SORTED_LIST_MAP_ON_ELEMENTS(type, list, iteratedVariable, next, command) {\
522 SGLIB_LIST_MAP_ON_ELEMENTS(type, list, iteratedVariable, next, command);\
640 #define SGLIB_DL_LIST_MAP_ON_ELEMENTS(type, list, iteratedVariable, previous, next, command) {\
646 SGLIB_LIST_MAP_ON_ELEMENTS(type, list, iteratedVariable, previous, command);\
647 SGLIB_LIST_MAP_ON_ELEMENTS(type, _dl_, iteratedVariable, next, command);\
728 #define SGLIB___BIN_TREE_MAP_ON_ELEMENTS(type, tree, iteratedVariable, order, left, right, command) {\
[all...]
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dsglib.h314 #define SGLIB_HASH_TAB_MAP_ON_ELEMENTS(type, table, dim, iteratedIndex, iteratedVariable, command) {\
319 if (iteratedVariable != NULL) {command;}\
382 #define SGLIB_LIST_MAP_ON_ELEMENTS(type, list, iteratedVariable, next, command) {\
388 {command;};\
521 #define SGLIB_SORTED_LIST_MAP_ON_ELEMENTS(type, list, iteratedVariable, next, command) {\
522 SGLIB_LIST_MAP_ON_ELEMENTS(type, list, iteratedVariable, next, command);\
640 #define SGLIB_DL_LIST_MAP_ON_ELEMENTS(type, list, iteratedVariable, previous, next, command) {\
646 SGLIB_LIST_MAP_ON_ELEMENTS(type, list, iteratedVariable, previous, command);\
647 SGLIB_LIST_MAP_ON_ELEMENTS(type, _dl_, iteratedVariable, next, command);\
728 #define SGLIB___BIN_TREE_MAP_ON_ELEMENTS(type, tree, iteratedVariable, order, left, right, command) {\
[all...]
/seL4-refos-master/kernel/manual/parts/
H A Dbootup.tex210 On IA-32, seL4 accepts boot command-line arguments which are passed to the
224 \caption{IA-32 boot command-line arguments.}

Completed in 118 milliseconds