/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | shutdown.c | 37 shutdown(s, how) function
|
/illumos-gate/usr/src/lib/libfru/include/ |
H A D | libfruds.h | 53 fru_errno_t (*shutdown)(void); member in struct:__anon3244
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | term.h | 87 /* 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 D | eh.c | 112 * 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 D | envctrltwo.h | 72 boolean_t shutdown; /* TRUE = power off in error event */ member in struct:envctrlunit
|
/illumos-gate/usr/src/lib/libsocket/socket/ |
H A D | weaks.c | 49 #pragma weak shutdown = _shutdown macro
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Poold.java | 911 public void shutdown() { method in class:Poold
|
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaUtil.c | 520 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 D | nskernd.c | 83 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 D | socket.c | 407 shutdown(int s, int how) function 416 /* shutdown only supported for TCP sockets */
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | envmon.h | 104 int16_t shutdown; member in struct:__anon10153
|
H A D | envctrl_ue450.h | 676 boolean_t shutdown; /* TRUE = power off in error event */ member in struct:envctrlunit
|
H A D | envctrl.h | 755 boolean_t shutdown; /* TRUE = power off in error event */ member in struct:envctrlunit
|
/illumos-gate/usr/src/lib/libfru/libfrupicl/ |
H A D | frupicl.c | 1143 shutdown(void) function 1157 shutdown,
|
/illumos-gate/usr/src/lib/libfru/libfrupicltree/ |
H A D | frupicltree.c | 1153 shutdown(void) function 1164 shutdown,
|
/illumos-gate/usr/src/uts/common/sys/1394/ |
H A D | h1394.h | 133 void (*shutdown)(void *hal_private); member in struct:h1394_evts_s
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcp.c | 976 * 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 D | lom_io.h | 530 int shutdown[MAX_TEMPS]; /* degrees C - zero if not enabled */ member in struct:__anon8088
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 810 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 D | iscsi.h | 192 /* session/connection needs to shutdown */ 1066 int (*shutdown)(void *, int); member in struct:iscsi_network
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | zone.c | 194 * - 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...] |