shutdown          510 arch/i386/stand/libsa/pxe.c 	t_PXENV_UNDI_SHUTDOWN *shutdown = (void *) pxe_command_buf;
shutdown          528 arch/i386/stand/libsa/pxe.c 		if (shutdown->Status == PXENV_STATUS_SUCCESS)
shutdown          532 arch/i386/stand/libsa/pxe.c 		    shutdown->Status);
shutdown          360 dev/ic/i82365.c 	h->shutdown = 0;
shutdown          425 dev/ic/i82365.c 	while (h->shutdown == 0) {
shutdown           79 dev/ic/i82365var.h 	int	shutdown;
shutdown          420 dev/ic/tcic2.c 	h->shutdown = 0;
shutdown          478 dev/ic/tcic2.c 	while (h->shutdown == 0) {
shutdown           81 dev/ic/tcic2var.h 	int shutdown;
shutdown           79 dev/pci/if_san_common.c static int	shutdown(sdla_t *card);
shutdown          123 dev/pci/if_san_common.c 		shutdown(card);
shutdown          860 dev/pci/pccbb.c 	ph->shutdown = 0;
shutdown          103 dev/pci/pccbbvar.h 	int shutdown;
shutdown          129 dev/raidframe/rf_threadstuff.c 	g->created = g->running = g->shutdown = 0;
shutdown          162 dev/raidframe/rf_threadstuff.c 	g->created = g->running = g->shutdown = 0;
shutdown          109 dev/raidframe/rf_threadstuff.h 	int			 shutdown;
shutdown          138 dev/raidframe/rf_threadstuff.h 	(_g_)->shutdown++;						\
shutdown          161 dev/raidframe/rf_threadstuff.h 	while((_g_)->shutdown < (_g_)->running) {			\
shutdown          173 dev/raidframe/rf_threadstuff.h 	while((_g_)->shutdown < (_g_)->running) {			\
shutdown          460 sys/socket.h   int	shutdown(int, int);