/freebsd/share/man/man4/ |
H A D | mac_mls.4 | 64 and each object's MLS label contains information on its classification. 113 clearance (e.g.\& subjects may not observe objects whose classification label 116 Subjects may not write to objects with a lower classification level than 120 to the object's classification level as though MLS protections were not in 127 from writing to objects of lower classification in order to prevent the 136 reflecting the classification of the object, or classification of the data
|
/freebsd/lib/libc/gen/ |
H A D | fmtmsg.3 | 38 .Fa "long classification" "const char *label" "int severity" 50 .Fa classification 54 each of the classification groups below. 55 The Output classification group is an exception since both 98 manifest constant may be used to specify no classification. 244 .Fa classification
|
/freebsd/sys/dev/mii/ |
H A D | rlswitch.c | 174 val |= 1 << 10; /* disable 802.1p priority classification */ in rlswitch_attach() 175 val |= 1 << 9; /* disable diffserv priority classification */ in rlswitch_attach() 187 val |= 1 << 10; /* disable 802.1p priority classification */ in rlswitch_attach() 188 val |= 1 << 9; /* disable diffserv priority classification */ in rlswitch_attach() 200 val |= 1 << 10; /* disable 802.1p priority classification */ in rlswitch_attach() 201 val |= 1 << 9; /* disable diffserv priority classification */ in rlswitch_attach() 213 val |= 1 << 10; /* disable 802.1p priority classification */ in rlswitch_attach() 214 val |= 1 << 9; /* disable diffserv priority classification */ in rlswitch_attach() 226 val |= 1 << 10; /* disable 802.1p priority classification */ in rlswitch_attach() 227 val |= 1 << 9; /* disable diffserv priority classification */ in rlswitch_attach()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 232 // Classification of DeclRefExprs as use or initialization. 292 llvm::DenseMap<const DeclRefExpr *, Class> Classification; member in __anon2e1962360411::ClassifyRefs 314 = Classification.find(DRE); in get() 315 if (I != Classification.end()) in get() 383 Classification[DRE] = std::max(Classification[DRE], C); in classify() 391 Classification[DRE] = SelfInit; in VisitDeclStmt() 485 const ClassifyRefs &classification; member in __anon2e1962360511::TransferFunctions 492 const ClassifyRefs &classification, in TransferFunctions() argument 495 classification(classification), objCNoRet(ac.getASTContext()), in TransferFunctions() 739 switch (classification.get(dr)) { in VisitDeclRefExpr() [all …]
|
/freebsd/lib/libc/tests/gen/ |
H A D | fmtmsg_test.c | 39 static char *run_test(long classification, const char *label, int severity, 43 long classification; member 157 run_test(long classification, const char *label, int severity, in run_test() argument 177 if (fmtmsg(classification, label, severity, text, action, tag) in run_test() 232 result = run_test(t->classification, t->label, t->severity, in ATF_TC_BODY()
|
/freebsd/lib/libc/locale/ |
H A D | iswalnum.3 | 57 .Nd wide character classification utilities 101 The above functions are character classification utility functions, 106 See the description for the similarly-named single byte classification
|
H A D | iswalnum_l.3 | 54 .Nd wide character classification utilities 110 The above functions are character classification utility functions,
|
H A D | ctype.3 | 55 .Nd character classification functions
|
H A D | ctype_l.3 | 52 .Nd character classification functions
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 4828 …lativity including the derivation of the field equations, the Petrov classification of a metric, a… 4834 …ield equations; general relativity; nonnumerical mathematics; Petrov classification; symbolic; sym… 7736 classification = "721; 723", 7759 classification = "723", 7782 classification = "723", 7805 classification = "722; 723", 7831 classification = "723", 7981 classification = "722; 723", 8004 classification = "721; 723", 8027 classification = "723", [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_common.h | 1764 u8 tunnel_clss_vxlan /* Rx classification scheme for VXLAN tunnel. (use enum tunnel_clss) */; 1765 …u8 tunnel_clss_l2geneve /* Rx classification scheme for l2 GENEVE tunnel. (use enum tunnel_clss) *… 1766 …u8 tunnel_clss_ipgeneve /* Rx classification scheme for ip GENEVE tunnel. (use enum tunnel_clss) *… 1767 u8 tunnel_clss_l2gre /* Rx classification scheme for l2 GRE tunnel. (use enum tunnel_clss) */; 1768 u8 tunnel_clss_ipgre /* Rx classification scheme for ip GRE tunnel. (use enum tunnel_clss) */; 1818 u8 update_rx_pf_clss /* Update RX per PF tunnel classification scheme. */; 1819 …u8 update_rx_def_ucast_clss /* Update per PORT default tunnel RX classification scheme for traffic… 1820 …u8 update_rx_def_non_ucast_clss /* Update per PORT default tunnel RX classification scheme for tra… 1823 u8 tunnel_clss_vxlan /* Classification scheme for VXLAN tunnel. (use enum tunnel_clss) */; 1824 u8 tunnel_clss_l2geneve /* Classification scheme for l2 GENEVE tunnel. (use enum tunnel_clss) */; [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprClassification.cpp | 24 using Cl = Expr::Classification; 79 return Classification(kind, modifiable); in ClassifyImpl() 89 // No special classification: these don't behave differently from normal in ClassifyTemporary() 447 // for an exact classification. Init list creation takes care of the in ClassifyInternal() 468 llvm_unreachable("unhandled expression kind in classification"); in ClassifyInternal() 471 /// ClassifyDecl - Return the classification of an expression referencing the 503 /// ClassifyUnnamed - Return the classification of an expression yielding an 706 Classification VC = Classify(Ctx); in ClassifyLValue() 727 Classification VC = ClassifyModifiable(Ctx, Loc ? *Loc : dummy); in isModifiableLvalue()
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_ild.h | 114 * @insn->iclass: a coarse classification 116 * @iext->iclass: a finer grain classification
|
/freebsd/lib/msun/man/ |
H A D | math.3 | 80 The classification macros and silent order predicates are type generic and 96 .Ss Classification Macros
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCodeBuilders.cpp | 215 PLTClass Classification) { in buildAccess() argument 224 treatLikePointer(E->getType(), Classification, Context)) { in buildAccess() 234 if (treatLikePointer(Obj->getType(), Classification, Context)) in buildAccess()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fman_kg.c | 338 /* Clear binding between ports to schemes and classification plans in fman_kg_init() 339 * so that all ports are not bound to any scheme/classification plan */ in fman_kg_init() 669 /* Coarse Classification Bit Select register */ in fman_kg_build_scheme() 803 /* Go over all classification entries in params->entries_mask and in fman_kg_build_cls_plan() 831 /* Write indirect classification plan registers */ in fman_kg_write_cls_plan()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 1222 /// Merge an accumulating classification \arg Accum with a field 1223 /// classification \arg Field. 1225 /// \param Accum - The accumulating classification. This should 1237 /// the classification process. 1239 /// \param Lo - The classification for the parts of the type 1242 /// \param Hi - The classification for the parts of the type 1250 /// \param Lo - The classification for the parts of the type 1253 /// \param Hi - The classification for the parts of the type 1266 /// be passed in Memory then at least the classification of \arg Lo 1777 "Invalid accumulated classification during merge."); in merge() [all …]
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | lpd.8 | 186 Classification. 187 String to be used for the classification line
|
/freebsd/sys/dev/etherswitch/ip17x/ |
H A D | ip175d.c | 152 * VLAN classification rules: tag-based VLANs, in ip175d_set_vlan_mode() 164 * VLAN classification rules: everything off & in ip175d_set_vlan_mode()
|
/freebsd/sys/dev/ice/ |
H A D | ice_flow.c | 777 * @blk: classification stage 829 * @blk: classification stage in ice_flow_find_prof_conds() 849 * @blk: classification stage in ice_flow_find_prof() 867 * @blk: classification stage in ice_flow_find_prof_id() 891 * @blk: classification stage in ice_flow_get_hw_prof() 973 * @blk: classification stage in ice_flow_add_prof_sync() 997 * @blk: classification stage in ice_flow_rem_prof_sync() 1025 * @blk: classification stage in ice_flow_assoc_vsig_vsi() 1056 * @blk: classification stage in ice_flow_assoc_prof() 1087 * @blk: classification stag in ice_flow_disassoc_prof() [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===// 16 /// classification, and then the target maps them onto their sections based on
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | marc21 | 23 >>0 regex/1l (^[0-9]{5})[acdn][w] MARC21 Classification
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIFunctionClassifier.cpp | 29 // Copy identifiers into the correct classification containers. in initPointToPointIdentifiers() 86 // Copy identifiers into the correct classification containers. in initCollectiveIdentifiers()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallFrameOptimization.cpp | 411 for (InstClassification Classification = Skip; Classification != Exit; ++I) { in collectCallInfo() local 415 Classification = classifyInstruction(MBB, I, RegInfo, UsedRegs); in collectCallInfo() 416 if (Classification != Convert) in collectCallInfo()
|
/freebsd/contrib/unbound/validator/ |
H A D | val_utils.h | 376 * Get string to denote the classification result. 377 * @param subtype: from classification function. 378 * @return static string to describe the classification.
|