| /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
| tpm_startup.c | 32 char startup[] = { local 55 err = write( fd, startup, sizeof(startup) ); 57 if ( err != sizeof( startup ) ){ 58 printf( "Error occured while writing the startup command: %d\n", errno ); 62 err = read( fd, startup, sizeof(startup) ); 64 printf( "Error occured while reading the startup result: %d %d %s\n", err, errno, strerror(errno)); 68 err = ntohl( *((uint32_t *)(startup+6)) ); 80 printf( "Startup successful\n" ) [all...] |
| /src/games/hack/ |
| hack.terminfo.c | 82 startup(void) function
|
| /src/external/mit/libuv/dist/test/ |
| test-udp-open.c | 40 static void startup(void) { function 147 startup(); 201 startup(); 230 startup(); 262 startup();
|
| test-tcp-open.c | 45 static void startup(void) { function 244 startup(); 290 startup(); 317 startup(); 343 startup(); 382 startup();
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| __init__.py | 19 from . import startup namespace 48 startup.exec_and_log("set python print-stack full") 49 startup.exec_and_log("set pagination off") 94 startup.thread_log("starting DAP server") 96 startup.exec_and_log("show version") 97 startup.exec_and_log("show configuration") 99 startup.start_dap(server.main_loop)
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| __init__.py | 19 from . import startup namespace 49 startup.exec_and_log("set python print-stack full") 50 startup.exec_and_log("set pagination off") 95 startup.thread_log("starting DAP server") 97 startup.exec_and_log("show version") 98 startup.exec_and_log("show configuration") 99 startup.start_dap(server.main_loop)
|
| /src/external/bsd/nvi/dist/common/ |
| main.c | 74 int ch, flagchk, lflag, secure, startup, readonly, rval, silent; local 113 startup = 1; 144 startup = 0; 297 if (!silent && startup) { /* Read EXINIT, exrc files. */ 309 * Note, options must be initialized and startup information 356 * files if -r specified. If the tag option or ex startup commands 377 * If the ex startup commands and or/the tag option haven't already 406 * was forced to initialize the screen during startup. We'd like to
|
| /src/sys/arch/macppc/stand/bootxx/ |
| bootxx.c | 152 " b startup \n" 313 startup(int arg1, int arg2, void *openfirm) function
|
| /src/sys/arch/shark/stand/ofwboot/ |
| Locore.c | 47 void startup(int (*)(void *), char *, int); 87 startup(int (*openfirm)(void *), char *arg, int argl) function
|
| /src/sys/arch/macppc/stand/ofwboot/ |
| Locore.c | 44 static void startup(void *, int, int (*)(void *), char *, int) 190 "6: b startup \n" 233 startup(void *vpd, int res, int (*openfirm)(void *), char *arg, int argl) function
|
| /src/sys/arch/ofppc/stand/ofwboot/ |
| Locore.c | 43 void startup(void *, int, int (*)(void *), char *, int) 66 startup(void *vpd, int res, int (*openfirm)(void *), char *arg, int argl) function
|
| /src/usr.sbin/lpr/lpd/ |
| lpd.c | 131 static void startup(void); 270 startup(); 552 startup(void) function 574 syslog(LOG_WARNING, "startup: cannot fork");
|
| /src/external/bsd/am-utils/dist/hlfsd/ |
| hlfsd.c | 91 nfstime startup; variable 746 clocktime(&startup);
|
| /src/external/ibm-public/postfix/dist/src/smtpstone/ |
| qmqp-source.c | 239 /* startup - connect to server but do not wait */ 241 static void startup(SESSION *session) function 251 /* start_event - invoke startup from timer context */ 257 startup(session); 270 startup(session); 303 /* fail_connect - handle failed startup */ 663 startup(session);
|
| smtp-source.c | 404 /* startup - connect to server but do not wait */ 406 static void startup(SESSION *session) function 420 /* start_event - invoke startup from timer context */ 426 startup(session); 439 startup(session); 472 /* fail_connect - handle failed startup */ 1224 startup(session);
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldgram.y | 150 %token STARTUP HLL SYSLIB FLOAT NOFLOAT NOCROSSREFS NOCROSSREFS_TO 314 | startup 885 startup: label 886 STARTUP '(' filename ')'
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldgram.y | 150 %token STARTUP HLL SYSLIB FLOAT NOFLOAT NOCROSSREFS NOCROSSREFS_TO 314 | startup 885 startup: label 886 STARTUP '(' filename ')'
|
| /src/external/mit/libuv/dist/src/win/ |
| process.c | 899 STARTUPINFOW startup; local 1019 startup.cb = sizeof(startup); 1020 startup.lpReserved = NULL; 1021 startup.lpDesktop = NULL; 1022 startup.lpTitle = NULL; 1023 startup.dwFlags = STARTF_USESTDHANDLES | STARTF_USESHOWWINDOW; 1025 startup.cbReserved2 = uv__stdio_size(child_stdio_buffer); 1026 startup.lpReserved2 = (BYTE*) child_stdio_buffer; 1028 startup.hStdInput = uv__stdio_handle(child_stdio_buffer, 0) [all...] |
| /src/external/mpl/bind/dist/tests/bench/ |
| qpmulti.c | 813 startup(void *arg) { function 905 isc_loop_setup(isc_loop_main(loopmgr), startup, loopmgr); local
|
| /src/games/adventure/ |
| init.c | 289 startup(void) function
|
| /src/games/sail/ |
| pl_7.c | 1451 startup(void) function
|
| /src/sys/sys/ |
| disklabel_rdb.h | 173 uint32_t startup; /* zero */ member in struct:fsblock
|
| /src/external/bsd/unbound/dist/util/ |
| module.h | 725 * Set up the module for start. This is called only once at startup. 732 int (*startup)(struct module_env* env, int id); member in struct:module_func_block 736 * shutdown to free resources allocated during startup().
|
| /src/external/mpl/dhcp/dist/includes/ |
| failover.h | 292 startup = 1, enumerator in enum:failover_state 314 useful because the startup state isn't actually implementable as a 342 enum failover_state saved_state; /* Saved state during startup. */
|
| /src/external/gpl3/gcc/dist/gcc/ |
| varasm.cc | 596 bool startup, bool exit) 609 /* Startup code should go to startup subsection unless it is 612 if (startup && freq != NODE_FREQUENCY_UNLIKELY_EXECUTED) 616 because startup only code may call functions which are no longer 617 startup only. */ 621 return get_named_text_section (decl, ".text.startup", NULL); 656 bool startup = false, exit = false; 665 startup = node->only_called_at_startup; 678 startup, exit) 655 bool startup = false, exit = false; local [all...] |