Searched refs:REGION (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/release/tools/
H A Dec2.conf97 REGION=`fetch -qo- http://169.254.169.254/latest/meta-data/placement/availability-zone | sed -e 's/[a-z]$//'`
98 echo "-nfsv4,minorversion=1,oneopenown ${FS}.efs.${REGION}.amazonaws.com:/"
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h105 #define REGION(Id, Parent) case MemRegion::Id ## Kind: DISPATCH(Id); macro
113 #define REGION(Id, Parent) \ macro
116 REGION(Id, Parent)
H A DSVals.h455 template <typename REGION>
456 const REGION* getRegionAs() const {
457 return dyn_cast<REGION>(getRegion());
H A DMemRegion.h99 #define REGION(Id, Parent) Id ## Kind, macro
/freebsd-current/contrib/unbound/util/data/
H A Dmsgreply.h556 * @param REGION: region to allocate the new edns option.
560 #define EDNS_OPT_LIST_APPEND_EDE(LIST, REGION, CODE, TXT) \
570 (void *)&ede, (REGION)); \
/freebsd-current/sys/dev/bhnd/bcma/
H A Dbcma_erom.c247 if (!BCMA_EROM_ENTRY_IS(entry, REGION))
278 if (!BCMA_EROM_ENTRY_IS(entry, REGION))
308 if (!BCMA_EROM_ENTRY_IS(entry, REGION))
331 if (!BCMA_EROM_ENTRY_IS(entry, REGION))
826 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) {
1170 if (BCMA_EROM_ENTRY_IS(entry, REGION) &&

Completed in 356 milliseconds