Searched defs:shutdown (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dshutdown.c37 shutdown(s, how) function
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfruds.h53 fru_errno_t (*shutdown)(void); member in struct:__anon3244
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h87 /* function to use to shutdown a terminal */
88 void (*shutdown) (void); member in struct:term_entry
/illumos-gate/usr/src/lib/libinetutil/common/
H A Deh.c112 * iu_eh_shutdown_t *: the shutdown callback. if it is NULL,
116 * void *: data for the shutdown callback. it may be NULL
123 iu_eh_shutdown_t *shutdown, void *arg)
127 eh->iueh_shutdown = shutdown;
122 iu_stop_handling_events(iu_eh_t *eh, unsigned int reason, iu_eh_shutdown_t *shutdown, void *arg) argument
/illumos-gate/usr/src/uts/sun4u/javelin/sys/
H A Denvctrltwo.h72 boolean_t shutdown; /* TRUE = power off in error event */ member in struct:envctrlunit
/illumos-gate/usr/src/lib/libsocket/socket/
H A Dweaks.c49 #pragma weak shutdown = _shutdown macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java911 public void shutdown() { method in class:Poold
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaUtil.c520 boolean_t shutdown, finished_normally; local
716 shutdown = B_FALSE;
718 shutdown = B_TRUE;
722 shutdown = B_TRUE;
725 shutdown = B_FALSE;
729 if (shutdown) {
/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c83 static int exiting; /* shutdown in progress flag */
110 * Returns: 1 - can enter kernel; 0 - shutdown in progress, do not enter kernel
117 /* cannot enter kernel as nskernd is being shutdown - exit */
137 * returns: 1 - can shutdown; 0 - unable to shutdown
149 gettext("nskernd: unable to shutdown: "
158 gettext("nskernd: delay shutdown: "
167 /* flag shutdown in progress */
177 * returns: 1 - shutdown successful; 0 - unable to shutdown
180 shutdown(void) function
[all...]
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c407 shutdown(int s, int how) function
416 /* shutdown only supported for TCP sockets */
/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvmon.h104 int16_t shutdown; member in struct:__anon10153
H A Denvctrl_ue450.h676 boolean_t shutdown; /* TRUE = power off in error event */ member in struct:envctrlunit
H A Denvctrl.h755 boolean_t shutdown; /* TRUE = power off in error event */ member in struct:envctrlunit
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c1143 shutdown(void) function
1157 shutdown,
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c1153 shutdown(void) function
1164 shutdown,
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h133 void (*shutdown)(void *hal_private); member in struct:h1394_evts_s
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c976 * If link is down then this is a hard shutdown and flush
977 * If link not down then this is a soft shutdown and flush
1976 /* Check if adapter was shutdown */
2463 uint32_t shutdown, emlxs_buf_t *fpkt)
2484 if (!ndlp->nlp_base && shutdown) {
2495 if (!ndlp->nlp_base || shutdown) {
2462 emlxs_tx_node_flush(emlxs_port_t *port, NODELIST *ndlp, CHANNEL *chan, uint32_t shutdown, emlxs_buf_t *fpkt) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dlom_io.h530 int shutdown[MAX_TEMPS]; /* degrees C - zero if not enabled */ member in struct:__anon8088
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c810 shutdown(int sock, int how, int version) function
815 dprint(1, ("shutdown(%d, %d)\n",
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h192 /* session/connection needs to shutdown */
1066 int (*shutdown)(void *, int); member in struct:iscsi_network
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c194 * - zone_shutdown: initiates shutdown process (see states above)
195 * - zone_destroy: completes shutdown process (see states above)
530 * callbacks to be executed when a zone is created, shutdown, or
549 * The actual create, shutdown, and destroy callbacks are done without
609 void (*shutdown)(zoneid_t, void *), void (*destroy)(zoneid_t, void *))
619 zsdp->zsd_shutdown = shutdown;
663 t->zsd_shutdown = shutdown;
747 /* Now call the shutdown and destroy callback for this key */
857 * Helper function to execute shutdown or destructor callbacks.
899 /* Now call the shutdown an
608 zone_key_create(zone_key_t *keyp, void *(*create)(zoneid_t), void (*shutdown)(zoneid_t, void *), void (*destroy)(zoneid_t, void *)) argument
[all...]

Completed in 122 milliseconds