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

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dstartup.c37 ** startup() - OPEN CHANNEL TO SPOOLER
40 void startup () function
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpshut.c46 void startup(),
89 startup ();
130 ** startup() - OPEN MESSAGE QUEUE TO SPOOLER
133 void startup () function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h86 int (*startup) (void); member in struct:term_entry
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c72 static void startup();
163 startup();
173 startup() function
302 * short-circuit themselves while we are in startup mode.
/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.c96 boolean_e startup = False; local
109 probe_all_devs(startup, &status, sig_verbose);
283 probe_all_devs(boolean_e startup, md_error_t *statusp, boolean_e verbose) argument
301 if (startup == False &&
345 * need to do it here only at startup.
349 if (startup == True)
377 boolean_e startup = True; local
522 probe_all_devs(startup, &status, verbose);
523 startup = False; /* since we have gone through once */
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c925 int top, bot, startup, omin; local
926 startup = 0;
954 startup = omin;
958 "bot,top %d, %d startup begins %d\n",
959 bot, top, startup);
963 startup += 1;
964 if (startup > outsize - ZCH)
967 k = startup+ctable[nchar[j]];
974 (void) printf(" startup will be %d\n",
975 startup);
[all...]
/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c729 int startup; local
866 * Open /dev/nsctl and startup.
882 startup = 1;
923 if (startup) {
927 startup = 0;
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c1484 startup(void) function
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c91 static void remove_name(char *name, int op, int startup);
992 remove_name(char *name, int op, int startup) argument
1008 * At startup, entries have not yet been copied to alternate
1011 if (startup == 0) {
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c40 void startup(),
174 * EOF (or startup error) is the only way out.
330 startup ();
341 startup ();
354 startup ();
408 startup ();
413 startup ();
444 ** startup() - OPEN MESSAGE QUEUE TO SPOOLER
450 void startup () function
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.c837 * the first startup, don't re-process /reconfigure or the
877 startup(void) function
1077 startup();
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c827 static kmutex_t startup; local
833 mutex_enter(&startup);
836 mutex_exit(&startup);
844 mutex_exit(&startup);
847 mutex_exit(&startup);
873 * and call startup() to finish config/init.
/illumos-gate/usr/src/man/man1m/
H A DMakefile651 startup.1m \
705 startup.1m := LINKSRC = acctsh.1m
/illumos-gate/usr/src/cmd/more/
H A Dmore.c174 int startup = 1; variable
547 Pause = 0; startup = 0;
577 if (!startup) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c492 static void select_media(struct nic *nic, int startup);
1734 static void select_media(struct nic *nic, int startup) argument
1756 if (startup)
1771 if (startup && mtable->has_reset) {
1805 if (startup) {
1811 if (startup) outl(csr13val, ioaddr + CSR13);
1836 if (startup)
1846 if (startup) {
1855 if (startup < 2) {
1892 if (startup
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c592 * Machine-dependent startup code
595 startup(void) function
1690 * Destroy the MD initialized at startup
1691 * The startup initializes the MD framework
1713 "startup: no memory to set ecache_flushaddr");
1778 cmn_err(CE_PANIC, "startup: memlist size exceeded");
1962 cmn_err(CE_PANIC, "startup: cannot attach segkp");
1964 cmn_err(CE_PANIC, "startup: segkp_create failed");
2409 * Called during early startup to create the ptl1_thread
2481 * 1) memsegs that are constructed at startup
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c294 * new memory fragmentations are possible in startup() due to BOP_ALLOCs. this
560 * List of bootstrap pages. We mark these as allocated in startup.
631 prom_printf(prm_dbg_str[sizeof (q) >> 3], "startup.c", __LINE__, #q, q);
633 prom_printf("%s:%d: %s\n", "startup.c", __LINE__, q);
737 * Our world looks like this at startup time.
750 * Machine-dependent startup code
753 startup(void) function
1779 * as they startup. Do not do this if we know we are in an HVM domU.
2197 panic("startup: cannot attach segkp");
2202 panic("startup
[all...]

Completed in 128 milliseconds