Searched defs:shutdown (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/tests/boot/ |
H A D | kernel-8086.S | 53 lea shutdown, %si 61 shutdown: label
|
H A D | kernel-i386.S | 76 lea shutdown, %esi 84 shutdown: label
|
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | thq.h | 26 int * shutdown; /* variable to test to see shutdown condition*/ member in struct:__anon1917 27 int shutalloc; /* is the shutdown variable allocated locally*/ 43 int * shutdown, /* shutdown variable to test */ 52 void * endit_arg); /* pointer to "shutdown" arguments */ 58 void * endit_arg); /* pointer to "shutdown" arguments */ 61 * tq_shutdown, shutdown the queue (alternate way to shutdown if you don't 62 * have a global shutdown intege [all...] |
/osnet-11/usr/src/lib/libfru/include/ |
H A D | libfruds.h | 53 fru_errno_t (*shutdown)(void); member in struct:__anon1667
|
/osnet-11/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
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Socket.pm | 239 sub shutdown { subroutine 240 @_ == 2 or croak 'usage: $sock->shutdown(HOW)'; 242 shutdown($sock, $how); 363 shutdown
|
/osnet-11/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
|
/osnet-11/usr/src/lib/libsocket/socket/ |
H A D | weaks.c | 45 #pragma weak shutdown = _shutdown macro
|
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaUtil.c | 533 boolean_t shutdown, finished_normally; local 729 shutdown = B_FALSE; 731 shutdown = B_TRUE; 735 shutdown = B_TRUE; 738 shutdown = B_FALSE; 742 if (shutdown) {
|
/osnet-11/usr/src/lib/libfru/libfrupicl/ |
H A D | frupicl.c | 1143 shutdown(void) function 1157 shutdown,
|
/osnet-11/usr/src/lib/libfru/libfrupicltree/ |
H A D | frupicltree.c | 1153 shutdown(void) function 1164 shutdown,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | XSUB.h | 521 # define shutdown PerlSock_shutdown macro
|
/osnet-11/usr/src/grub/grub2/include/grub/efi/ |
H A D | api.h | 1390 void (*shutdown) (struct grub_efi_simple_network *this); member in struct:grub_efi_simple_network
|
Completed in 743 milliseconds