prototype          53 drivers/net/ethernet/brocade/bna/bfa_defs.h 	u8		prototype;
prototype        2771 drivers/net/ethernet/brocade/bna/bfa_ioc.c 		ad_attr->prototype = 1;
prototype        2773 drivers/net/ethernet/brocade/bna/bfa_ioc.c 		ad_attr->prototype = 0;
prototype         282 drivers/scsi/bfa/bfa_defs.h 	u8		prototype;
prototype        2718 drivers/scsi/bfa/bfa_ioc.c 		ad_attr->prototype = 1;
prototype        2720 drivers/scsi/bfa/bfa_ioc.c 		ad_attr->prototype = 0;
prototype          60 include/acpi/acpixf.h #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \
prototype          61 include/acpi/acpixf.h 	prototype;
prototype          65 include/acpi/acpixf.h #define ACPI_EXTERNAL_RETURN_OK(prototype) \
prototype          66 include/acpi/acpixf.h 	prototype;
prototype          70 include/acpi/acpixf.h #define ACPI_EXTERNAL_RETURN_VOID(prototype) \
prototype          71 include/acpi/acpixf.h 	prototype;
prototype          75 include/acpi/acpixf.h #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \
prototype          76 include/acpi/acpixf.h 	prototype;
prototype          80 include/acpi/acpixf.h #define ACPI_EXTERNAL_RETURN_PTR(prototype) \
prototype          81 include/acpi/acpixf.h 	prototype;
prototype         294 include/acpi/acpixf.h #define ACPI_HW_DEPENDENT_RETURN_STATUS(prototype) \
prototype         295 include/acpi/acpixf.h 	ACPI_EXTERNAL_RETURN_STATUS(prototype)
prototype         297 include/acpi/acpixf.h #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \
prototype         298 include/acpi/acpixf.h 	ACPI_EXTERNAL_RETURN_OK(prototype)
prototype         300 include/acpi/acpixf.h #define ACPI_HW_DEPENDENT_RETURN_UINT32(prototype) \
prototype         301 include/acpi/acpixf.h 	ACPI_EXTERNAL_RETURN_UINT32(prototype)
prototype         303 include/acpi/acpixf.h #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \
prototype         304 include/acpi/acpixf.h 	ACPI_EXTERNAL_RETURN_VOID(prototype)
prototype         307 include/acpi/acpixf.h #define ACPI_HW_DEPENDENT_RETURN_STATUS(prototype) \
prototype         308 include/acpi/acpixf.h 	static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);}
prototype         310 include/acpi/acpixf.h #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \
prototype         311 include/acpi/acpixf.h 	static ACPI_INLINE prototype {return(AE_OK);}
prototype         313 include/acpi/acpixf.h #define ACPI_HW_DEPENDENT_RETURN_UINT32(prototype) \
prototype         314 include/acpi/acpixf.h 	static ACPI_INLINE prototype {return(0);}
prototype         316 include/acpi/acpixf.h #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \
prototype         317 include/acpi/acpixf.h 	static ACPI_INLINE prototype {return;}
prototype         329 include/acpi/acpixf.h #define ACPI_MSG_DEPENDENT_RETURN_VOID(prototype) \
prototype         330 include/acpi/acpixf.h 	prototype;
prototype         333 include/acpi/acpixf.h #define ACPI_MSG_DEPENDENT_RETURN_VOID(prototype) \
prototype         334 include/acpi/acpixf.h 	static ACPI_INLINE prototype {return;}
prototype         346 include/acpi/acpixf.h #define ACPI_DBG_DEPENDENT_RETURN_VOID(prototype) \
prototype         347 include/acpi/acpixf.h 	prototype;
prototype         350 include/acpi/acpixf.h #define ACPI_DBG_DEPENDENT_RETURN_VOID(prototype) \
prototype         351 include/acpi/acpixf.h 	static ACPI_INLINE prototype {return;}
prototype         363 include/acpi/acpixf.h #define ACPI_APP_DEPENDENT_RETURN_VOID(prototype) \
prototype         364 include/acpi/acpixf.h 	prototype;
prototype         367 include/acpi/acpixf.h #define ACPI_APP_DEPENDENT_RETURN_VOID(prototype) \
prototype         368 include/acpi/acpixf.h 	static ACPI_INLINE prototype {return;}
prototype         380 include/acpi/acpixf.h #define ACPI_DBR_DEPENDENT_RETURN_OK(prototype) \
prototype         381 include/acpi/acpixf.h 	ACPI_EXTERNAL_RETURN_OK(prototype)
prototype         383 include/acpi/acpixf.h #define ACPI_DBR_DEPENDENT_RETURN_VOID(prototype) \
prototype         384 include/acpi/acpixf.h 	ACPI_EXTERNAL_RETURN_VOID(prototype)
prototype         387 include/acpi/acpixf.h #define ACPI_DBR_DEPENDENT_RETURN_OK(prototype) \
prototype         388 include/acpi/acpixf.h 	static ACPI_INLINE prototype {return(AE_OK);}
prototype         390 include/acpi/acpixf.h #define ACPI_DBR_DEPENDENT_RETURN_VOID(prototype) \
prototype         391 include/acpi/acpixf.h 	static ACPI_INLINE prototype {return;}
prototype          92 include/acpi/platform/aclinux.h #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \
prototype          93 include/acpi/platform/aclinux.h 	static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);}
prototype          94 include/acpi/platform/aclinux.h #define ACPI_EXTERNAL_RETURN_OK(prototype) \
prototype          95 include/acpi/platform/aclinux.h 	static ACPI_INLINE prototype {return(AE_OK);}
prototype          96 include/acpi/platform/aclinux.h #define ACPI_EXTERNAL_RETURN_VOID(prototype) \
prototype          97 include/acpi/platform/aclinux.h 	static ACPI_INLINE prototype {return;}
prototype          98 include/acpi/platform/aclinux.h #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \
prototype          99 include/acpi/platform/aclinux.h 	static ACPI_INLINE prototype {return(0);}
prototype         100 include/acpi/platform/aclinux.h #define ACPI_EXTERNAL_RETURN_PTR(prototype) \
prototype         101 include/acpi/platform/aclinux.h 	static ACPI_INLINE prototype {return(NULL);}