Searched defs:startup (Results 1 - 6 of 6) sorted by relevance

/external/guava/src/com/google/common/util/concurrent/
H A DAbstractService.java46 private final Transition startup = new Transition(); field in class:AbstractService
62 * This method is called by {@link #start} to initiate service startup. The
64 * either during this method's run, or after it has returned. If startup
70 * startup, even when {@link #start} is called multiple times.
100 return startup;
108 startup.transitionSucceeded(State.TERMINATED);
112 startup.transitionSucceeded(State.STOPPING);
171 startup.transitionSucceeded(State.RUNNING);
215 startup.transitionFailed(cause);
/external/kernel-headers/original/linux/
H A Dirq.h69 * @startup: start up the interrupt (defaults to ->enable if NULL)
89 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip
H A Dserial_core.h165 int (*startup)(struct uart_port *); member in struct:uart_ops
/external/qemu/android/
H A Dmain.c3007 STARTUPINFO startup; local
3010 ZeroMemory( &startup, sizeof(startup) );
3011 startup.cb = sizeof(startup);
3012 startup.dwFlags = STARTF_USESHOWWINDOW;
3013 startup.wShowWindow = SW_SHOWMINIMIZED;
3037 &startup, /* startup info, i.e. std handles */
/external/quake/quake/src/WinQuake/
H A Dnet_comx.cpp152 char startup[32]; member in struct:ComPort_s
368 Q_strcpy(init, p->startup);
379 Q_strcpy(p->startup, init);
401 Q_strcpy(p->startup, "");
620 if (*p->startup)
622 Modem_Command (p, p->startup);
983 Con_Printf("startup: %s\n", p->startup);
1085 if ((i = Cmd_CheckParm ("startup")) != 0)
1087 Q_strncpy (p->startup, Cmd_Arg
[all...]
/external/grub/netboot/
H A Dtulip.c494 static void select_media(struct nic *nic, int startup);
1714 static void select_media(struct nic *nic, int startup)
1736 if (startup)
1751 if (startup && mtable->has_reset) {
1785 if (startup) {
1791 if (startup) outl(csr13val, ioaddr + CSR13);
1816 if (startup)
1826 if (startup) {
1835 if (startup < 2) {
1872 if (startup
1702 select_media(struct nic *nic, int startup) argument
[all...]

Completed in 131 milliseconds