/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | startup.c | 37 ** startup() - OPEN CHANNEL TO SPOOLER 40 void startup () function
|
H A D | Makefile | 53 startup.c \
|
H A D | lpadmin.h | 125 startup(),
|
H A D | lpadmin.c | 106 startup (); /* open path to Spooler */
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acct.sh | 38 /usr/lib/acct/startup
|
H A D | Makefile | 33 remove runacct shutacct startup turnacct 47 remove runacct shutacct startup turnacct \
|
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpshut.c | 46 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 D | Makefile | 34 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 D | md_monitord.c | 96 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 D | lp.tell.c | 40 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 D | btxcsu.S | 21 # BTX C startup code (ELF).
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub2.c | 925 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 D | term.h | 86 int (*startup) (void); member in struct:term_entry
|
H A D | stage2.c | 789 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 D | Makefile | 34 prompts.o startup.o menu_scsi.o auto_sense.o disk_generic.o \
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpsched.c | 72 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 D | nl7c.c | 827 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 D | nskernd.c | 729 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 D | tulip.c | 492 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 D | machsystm.h | 191 extern void startup(void);
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | machsystm.h | 188 extern void startup(void);
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | startd.c | 837 * 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 D | systm.h | 119 extern void startup(void);
|
/illumos-gate/usr/src/cmd/more/ |
H A D | more.c | 174 int startup = 1; variable 547 Pause = 0; startup = 0; 577 if (!startup) {
|
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_statd.c | 91 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) {
|