代码搜索:Recovery

找到约 1,119 项符合「Recovery」的源代码

代码结果 1,119
www.eeworm.com/read/128531/5987204

c cmd640.c

/* * linux/drivers/ide/pci/cmd640.c Version 1.02 Sep 01, 1996 * * Copyright (C) 1995-1996 Linus Torvalds & authors (see below) */ /* * Original authors: abramov@cecmow.enet.dec.com (Igor A
www.eeworm.com/read/128531/5987264

c qd65xx.c

/* * linux/drivers/ide/legacy/qd65xx.c Version 0.07 Sep 30, 2001 * * Copyright (C) 1996-2001 Linus Torvalds & author (see below) */ /* * Version 0.03 Cleaned auto-tune, added probe * Vers
www.eeworm.com/read/128531/5987292

c ipmi_kcs_sm.c

/* * ipmi_kcs_sm.c * * State machine for handling IPMI KCS interfaces. * * Author: MontaVista Software, Inc. * Corey Minyard * source@mvista.com * * Copyr
www.eeworm.com/read/127781/5998478

c qd65xx.c

/* * linux/drivers/ide/legacy/qd65xx.c Version 0.07 Sep 30, 2001 * * Copyright (C) 1996-2001 Linus Torvalds & author (see below) */ /* * Version 0.03 Cleaned auto-tune, added probe * Vers
www.eeworm.com/read/127781/5998505

c ipmi_kcs_sm.c

/* * ipmi_kcs_sm.c * * State machine for handling IPMI KCS interfaces. * * Author: MontaVista Software, Inc. * Corey Minyard * source@mvista.com * * Copyr
www.eeworm.com/read/484221/6581999

htm q536.htm

Q536: Tree Recovery
www.eeworm.com/read/232312/14198754

c cmd640.c

/* * linux/drivers/ide/pci/cmd640.c Version 1.02 Sep 01, 1996 * * Copyright (C) 1995-1996 Linus Torvalds & authors (see below) */ /* * Original authors: abramov@cecmow.enet.dec.com (Igor A
www.eeworm.com/read/232312/14198864

c qd65xx.c

/* * linux/drivers/ide/legacy/qd65xx.c Version 0.07 Sep 30, 2001 * * Copyright (C) 1996-2001 Linus Torvalds & author (see below) */ /* * Version 0.03 Cleaned auto-tune, added probe * Vers
www.eeworm.com/read/162614/5529162

c 20050209-1.c

/* Test for infinite loop in parser error recovery. From Serge Belyshev on IRC. */ /* { dg-do compile } */ /* { dg-options "" } */ int f() { return 1); } /* { dg-error "parse|syntax|expecte
www.eeworm.com/read/162614/5530958

c recurse-1.c

/* Test for warning of and recovery from recursion in object-like macros. */ /* { dg-do preprocess } */ #define foo foo foo /* { dg-error "detected recursion" } */ #define bar a bar b bar