HomeSort by relevance Sort by last modified time
    Searched defs:startup (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpadmin/
startup.c 37 ** startup() - OPEN CHANNEL TO SPOOLER
40 void startup () function
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/
lpshut.c 46 void startup(),
89 startup ();
130 ** startup() - OPEN MESSAGE QUEUE TO SPOOLER
133 void startup () function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/server/
DhcpServiceMgr.java 54 public void startup() throws BridgeException; method in interface:DhcpServiceMgr
DhcpServiceMgrImpl.java 159 public void startup() throws BridgeException { method in class:DhcpServiceMgrImpl
160 bridge.startup();
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
term.h 86 int (*startup) (void); member in struct:term_entry
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
ConfigureService.java 233 dhcpServiceMgr.startup();
311 dhcpServiceMgr.startup();
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
DisableServiceDialog.java 109 server.startup();
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
lpsched.c 72 static void startup();
163 startup();
173 startup() function
302 * short-circuit themselves while we are in startup mode.
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/bridge/
Bridge.java 86 public native void startup() throws BridgeException; method in class:Bridge
  /onnv/onnv-gate/usr/src/cmd/lvm/md_monitord/
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)
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 */
  /onnv/onnv-gate/usr/src/cmd/avs/nsctl/
nskernd.c 724 int startup; local
860 * Open /dev/nsctl and startup.
875 startup = 1;
916 if (startup) {
920 startup = 0;
  /onnv/onnv-gate/usr/src/cmd/sgs/lex/common/
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...]
  /onnv/onnv-gate/usr/src/cmd/svc/startd/
startd.c 689 * the first startup, don't re-process /reconfigure or the
729 startup(void) function
916 startup();
  /onnv/onnv-gate/usr/src/cmd/bnu/
cntrl.c 1484 startup(void) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/model/
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
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
nl7c.c 843 static kmutex_t startup; local
849 mutex_enter(&startup);
852 mutex_exit(&startup);
860 mutex_exit(&startup);
863 mutex_exit(&startup);
889 * and call startup() to finish config/init.
  /onnv/onnv-gate/usr/src/cmd/more/
more.c 176 int startup = 1; variable
549 Pause = 0; startup = 0;
579 if (!startup) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
startup.c 275 * new memory fragmentations are possible in startup() due to BOP_ALLOCs. this
529 * List of bootstrap pages. We mark these as allocated in startup.
600 prom_printf(prm_dbg_str[sizeof (q) >> 3], "startup.c", __LINE__, #q, q);
602 prom_printf("%s:%d: %s\n", "startup.c", __LINE__, q);
652 * Our world looks like this at startup time.
665 * Machine-dependent startup code
668 startup(void) function
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/os/
startup.c 585 * Machine-dependent startup code
588 startup(void) function
    [all...]

Completed in 1200 milliseconds