Searched refs:startup (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dstartup.c37 ** startup() - OPEN CHANNEL TO SPOOLER
40 void startup () function
H A DMakefile53 startup.c \
H A Dlpadmin.h125 startup(),
H A Dlpadmin.c106 startup (); /* open path to Spooler */
/illumos-gate/usr/src/cmd/acct/
H A Dacct.sh38 /usr/lib/acct/startup
H A DMakefile33 remove runacct shutacct startup turnacct
47 remove runacct shutacct startup turnacct \
/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/cmd/cmd-inet/usr.lib/in.ripngd/
H A DMakefile34 OBJS= if.o input.o main.o output.o startup.o tables.o timer.o trace.o
/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/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/boot/sys/boot/i386/btx/lib/
H A Dbtxcsu.S21 # BTX C startup code (ELF).
/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/grub/grub-0.97/stage2/
H A Dterm.h86 int (*startup) (void); member in struct:term_entry
H A Dstage2.c789 if (current_term->startup)
792 if ((*current_term->startup)() == 0)
1113 if (current_term->startup)
1114 (*current_term->startup)();
/illumos-gate/usr/src/cmd/format/
H A DMakefile34 prompts.o startup.o menu_scsi.o auto_sense.o disk_generic.o \
/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/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/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/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/sun4u/sys/
H A Dmachsystm.h191 extern void startup(void);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachsystm.h188 extern void startup(void);
/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/sys/
H A Dsystm.h119 extern void startup(void);
/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/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) {

Completed in 114 milliseconds

12