Searched defs:iskey (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dconsole.c48 * using each device's console_driver::iskey() method. The first
56 if ( ( ! console->disabled ) && console->iskey ) {
57 if ( console->iskey () )
78 * int key = iskey() ? getchar() : -1;
127 * using each device's console_driver::iskey() method. If any console
133 int iskey ( void ) { function
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dconsole.h13 * putchar(), getchar() and iskey() delegate to the individual console
36 * The console's putchar(), getchar() and iskey() methods will
77 int ( *iskey ) ( void ); member in struct:console_driver
101 * .iskey = my_iskey,
160 extern int iskey ( void );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.c57 int i, compat, mismatch, arglimit, iskey; local
62 iskey = idp->di_kind == DT_IDENT_ARRAY || idp->di_kind == DT_IDENT_AGG;
78 argc, iskey ? "key" : "arg", argc == 1 ? " " : "s ",
94 iskey ? "key" : "argument", i + 1,
97 iskey ? "key" : "argument",

Completed in 56 milliseconds