/freebsd/sys/contrib/openzfs/include/sys/sysevent/ |
H A D | dev.h | 41 * Attribute Name - EV_VERSION 42 * Attribute Type - DATA_TYPE_INT32 43 * Attribute Value - event version number 45 * Attribute Name - DEV_NAME 46 * Attribute Type - DATA_TYPE_STRING 47 * Attribute Value - /dev name to the raw device. 50 * Attribute Name - DEV_PHYS_PATH 51 * Attribute Type - DATA_TYPE_STRING 52 * Attribute Value - physical path of the device without the "/devices" 55 * Attribute Name - DEV_DRIVER_NAME [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent/ |
H A D | dev.h | 43 * Attribute Name - EV_VERSION 44 * Attribute Type - DATA_TYPE_INT32 45 * Attribute Value - event version number 47 * Attribute Name - DEV_NAME 48 * Attribute Type - DATA_TYPE_STRING 49 * Attribute Value - /dev name to the raw device. 52 * Attribute Name - DEV_PHYS_PATH 53 * Attribute Type - DATA_TYPE_STRING 54 * Attribute Value - physical path of the device without the "/devices" 57 * Attribute Name - DEV_DRIVER_NAME [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 67 class Attribute { 72 /// Note: The `uwtable' attribute is about the ABI or the user mandating an 73 /// entry in the unwind table. The `nounwind' attribute is about an exception 123 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function 126 Attribute() = default; 129 // Attribute Construction 132 /// Return a uniquified Attribute object. 133 static Attribute get(LLVMContext &Context, AttrKind Kind, uint64_t Val = 0); 134 static Attribute get(LLVMContext &Context, StringRef Kind, 136 static Attribute get(LLVMContext &Context, AttrKind Kind, Type *Ty); [all …]
|
H A D | Argument.h | 54 /// Return true if this argument has the nonnull attribute. Also returns true 57 /// If AllowUndefOrPoison is true, respect the semantics of nonnull attribute 61 /// If this argument has the dereferenceable attribute, return the number of 65 /// If this argument has the dereferenceable_or_null attribute, return the 69 /// If this argument has nofpclass attribute, return the mask representing 73 /// If this argument has a range attribute, return the value range of the 77 /// Return true if this argument has the byval attribute. 80 /// Return true if this argument has the byref attribute. 83 /// Return true if this argument has the swiftself attribute. 86 /// Return true if this argument has the swifterror attribute. [all …]
|
H A D | Function.h | 349 /// Return the attribute list for this Function. 352 /// Set the attribute list for this Function. 356 /// adds the attribute to the list of attributes. 357 void addAttributeAtIndex(unsigned i, Attribute Attr); 360 void addFnAttr(Attribute::AttrKind Kind); 366 void addFnAttr(Attribute Attr); 372 void addRetAttr(Attribute::AttrKind Kind); 375 void addRetAttr(Attribute Attr); 380 /// adds the attribute to the list of attributes for the given arg. 381 void addParamAttr(unsigned ArgNo, Attribute::AttrKind Kind); [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 34 JOS.attribute("id", createPointerRepresentation(A)); in Visit() 35 JOS.attribute("kind", AttrName); in Visit() 42 // various attribute syntaxes, but we don't currently track that information in Visit() 44 //JOS.attribute("spelling", A->getSpelling()); in Visit() 53 JOS.attribute("id", createPointerRepresentation(S)); in Visit() 54 JOS.attribute("kind", S->getStmtClassName()); in Visit() 59 JOS.attribute("type", createQualType(E->getType())); in Visit() 68 JOS.attribute("valueCategory", Category); in Visit() 74 JOS.attribute("id", createPointerRepresentation(T)); in Visit() 79 JOS.attribute("kind", (llvm::Twine(T->getTypeClassName()) + "Type").str()); in Visit() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 10 // This file implements the Attribute, AttributeImpl, AttrBuilder, 49 // Attribute Construction Methods 94 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() 96 bool IsIntAttr = Attribute::isIntAttrKind(Kind); in get() 97 assert((IsIntAttr || Attribute::isEnumAttrKind(Kind)) && in get() 98 "Not an enum or int attribute"); in get() 121 // Return the Attribute that we found or created. in get() 122 return Attribute(PA); in get() 125 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get() 144 // Return the Attribute that we found or created. in get() [all …]
|
H A D | AttributeImpl.h | 1 //===- AttributeImpl.h - Attribute Internals --------------------*- C++ -*-===// 40 /// This class represents a single, uniqued attribute. That attribute 43 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute 73 bool hasAttribute(Attribute::AttrKind A) const; 76 Attribute::AttrKind getKindAsEnum() const; 107 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind) { in Profile() 108 assert(Attribute::isEnumAttrKind(Kind) && "Expected enum attribute"); in Profile() 112 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() 114 assert(Attribute::isIntAttrKind(Kind) && "Expected int attribute"); in Profile() 124 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILPrepare.cpp | 39 constexpr bool isValidForDXIL(Attribute::AttrKind Attr) { in isValidForDXIL() 40 return is_contained({Attribute::Alignment, in isValidForDXIL() 41 Attribute::AlwaysInline, in isValidForDXIL() 42 Attribute::Builtin, in isValidForDXIL() 43 Attribute::ByVal, in isValidForDXIL() 44 Attribute::InAlloca, in isValidForDXIL() 45 Attribute::Cold, in isValidForDXIL() 46 Attribute::Convergent, in isValidForDXIL() 47 Attribute::InlineHint, in isValidForDXIL() 48 Attribute::InReg, in isValidForDXIL() [all …]
|
/freebsd/usr.sbin/extattrctl/ |
H A D | extattrctl.8 | 29 .\" Support for file system extended attribute. 70 as well as initialization of attribute backing files, and enabling and 78 Start extended attribute support on the file system named using 83 Stop extended attribute support on the file system named using 85 Extended attribute support must previously have been started. 92 Create and initialize a file to use as an attribute backing file. 93 You must specify a maximum per-inode size for the attribute in bytes in 95 as well as the file where the attribute will be stored, using 101 existing attribute backing file; otherwise, if the target file exists, 110 from denying attribute servic [all...] |
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_attrval_signed.3 | 35 .Nd retrieve the value of an attribute within a DWARF debugging information entry 72 for the attribute named by argument 74 If the named attribute is found, the functions set the location 77 to the value of the attribute. 87 to either 0 or 1. If the form of the attribute named by argument 95 to 1 if the attribute has a non-zero value, or to 0 otherwise. 96 If the form of the attribute named by argument 105 The form of the attribute must be one of 112 stores the value for the attribute named by argument 116 The attribute's value is treated as a signed integral quantity and is [all …]
|
H A D | dwarf_highpc.3 | 39 .Nd retrieve the value of a DWARF attribute 95 These convenience functions are used to retrieve DWARF attribute 99 These functions store the value of the requested attribute into the 101 attribute exists in the debugging information entry. 103 The list of functions and the DWARF attribute that they retrieve are: 109 attribute value. 113 attribute value. 117 attribute value. 121 attribute value. 125 attribute value. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 72 /// DW_AT_containing_type attribute. This attribute points to a DIE that 84 void addAttribute(DIEValueList &Die, dwarf::Attribute Attribute, in addAttribute() argument 88 // Attribute 0 is used when emitting form-encoded values in blocks, which in addAttribute() 91 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute() 92 DD->getDwarfVersion() < dwarf::AttributeVersion(Attribute)) in addAttribute() 96 DIEValue(Attribute, Form, std::forward<T>(Value))); in addAttribute() 156 void addFlag(DIE &Die, dwarf::Attribute Attribute); 158 /// Add an unsigned integer attribute data and value. 159 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute, 164 /// Add an signed integer attribute data and value. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AssumeBundleQueries.h | 34 /// Query the operand bundle of an llvm.assume to find a single attribute of 38 /// attribute is going to be queried. 40 /// Return true iff the queried attribute was found. 45 Attribute::AttrKind Kind, 48 Attribute::getNameFromAttrKind(Kind), ArgVal); 51 template<> struct DenseMapInfo<Attribute::AttrKind> { 52 static Attribute::AttrKind getEmptyKey() { 53 return Attribute::EmptyKey; 55 static Attribute::AttrKind getTombstoneKey() { 56 return Attribute [all...] |
/freebsd/contrib/wpa/src/common/ |
H A D | qca-vendor.h | 53 * (such as 2X2 or 1X1) can be done using this attribute. 118 * since only one of the TX_NSS or RX_NSS attribute is present. 128 * TX/RX NSS attribute is missing, the driver rejects the command. 135 * per band TX/RX chains attribute is missing, the driver rejects the command. 177 * encapsulated inside any attribute. Attribute QCA_WLAN_VENDOR_ATTR_NAN 182 * If %NL80211_ATTR_VENDOR_DATA is sent as an empty nested attribute this 192 * If %NL80211_ATTR_VENDOR_DATA is sent as an empty nested attribute this 202 * If %NL80211_ATTR_VENDOR_DATA is sent as an empty nested attribute this 274 * command, there is no significance for the value sent in the attribute 276 * attribute documentation. The driver accepts the command only if all the [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 1 //==--- AttrDocs.td - Attribute documentation ----------------------------===// 54 The ``section`` attribute allows you to specify a specific section a 63 The ``model`` attribute allows overriding the translation unit's 72 This attribute, when attached to a function or variable definition, indicates 81 Whether this attribute has any effect on the linker depends on the target and 85 targets (Windows and Apple platforms), the `used` attribute prevents symbols 88 This linker GC can be avoided by also adding the ``retain`` attribute. Note 89 that ``retain`` requires special support from the linker; see that attribute's 97 This attribute, when attached to a function or variable definition, prevents 103 this attribute has no effect. This attribute is typically combined with the [all …]
|
H A D | BuiltinsBase.td | 12 class Attribute<string mangling> { 16 class IndexedAttribute<string baseMangling, int I> : Attribute<baseMangling> { 22 def NoReturn : Attribute<"r">; 26 def Const : Attribute<"c">; 27 def NoThrow : Attribute<"n">; 28 def Pure : Attribute<"U">; 29 def ReturnsTwice : Attribute<"j">; 36 def CustomTypeChecking : Attribute<"t">; 41 def IgnoreSignature : Attribute<"T">; 44 def UnevaluatedArguments : Attribute<"u">; [all …]
|
/freebsd/lib/libsecureboot/efi/include/Guid/ |
H A D | GlobalVariable.h | 41 // The attribute for them is NV+BS+RT, #### is a printed hex value, and no 0x or h 48 /// Its attribute is BS+RT. 53 /// Its attribute is NV+BS+RT. 58 /// Its attribute is NV+BS+RT. 63 /// Its attribute is BS+RT. 68 /// Its attribute is NV+BS+RT. 73 /// Its attribute is NV+BS+RT. 80 /// Its attribute is BS+RT. 87 /// Its attribute is NV+BS+RT. 92 /// Its attribute is NV+BS+RT. [all …]
|
/freebsd/share/man/man3/ |
H A D | pthread.3 | 56 Attribute Object Routines 143 .Ss Attribute Object Routines 156 Get the inherit scheduling attribute from a thread attributes object. 163 Get the scheduling parameter attribute from a thread attributes object. 168 Get the scheduling policy attribute from a thread attributes object. 173 Get the contention scope attribute from a thread attributes object. 178 Get the stack size attribute from a thread attributes object. 183 Get the stack address attribute from a thread attributes object. 188 Get the detach state attribute from a thread attributes object. 198 Set the inherit scheduling attribute in a thread attributes object. [all …]
|
/freebsd/share/examples/ypldap/ |
H A D | ypldap.conf | 20 attribute name maps to "uid" 21 fixed attribute passwd "*" 22 attribute uid maps to "uidNumber" 23 attribute gid maps to "gidNumber" 24 attribute gecos maps to "cn" 25 attribute home maps to "homeDirectory" 26 attribute shell maps to "loginShell" 27 fixed attribute change "0" 28 fixed attribute expire "0" 29 fixed attribute class "" [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/acl/trivial/ |
H A D | zfs_acl_cp_003_neg.ksh | 36 # Verifies that cp will not be able to include file attribute when 37 # attribute is unreadable (unless the user is root) 40 # 1. In directory A, create several files and add attribute files for them 41 # 2. chmod all files'the attribute files to '000'. 43 # 4. Verify attribute files are not existing for non-root user. 57 log_assert "Verifies that cp won't be able to include file attribute when " \ 58 "attribute is unreadable (except root)" 72 # chmod all the attribute files to '000'. 73 usr_exec $RUNAT $f $CHMOD 000 attribute.$j 79 # Implement 'cp -@p' to the file whose attribute files [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CMS_signed_get_attr.pod | 17 - CMS signed and unsigned attribute functions 66 CMS_signerInfo contains separate attribute lists for signed and unsigned 74 I<obj> in the SignerInfo's I<si> signed attribute list. The search starts at the 79 the signed attribute list. 86 I<si> signed attribute list. I<loc> should be in the range from 0 to 90 the I<si> signed attribute list. An error occurs if the I<si> attribute list 94 to the I<si> signed attribute list. A new signed attribute list is created if 100 to the I<key> object's attribute list. 110 CMS_signed_get0_data_by_OBJ() finds the first attribute in a I<si> signed 113 object. An error will occur if the attribute type I<type> does not match the [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYELFStreamer.h | 35 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem() argument 37 if (Contents[i].Tag == Attribute) in getAttributeItem() 42 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem() argument 44 // Look for existing attribute item. in setAttributeItem() 45 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItem() 53 // Create new attribute item. in setAttributeItem() 54 Contents.push_back({AttributeType::Numeric, Attribute, Value, ""}); in setAttributeItem() 57 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem() argument 59 // Look for existing attribute item. in setAttributeItem() 60 if (AttributeItem *Item = getAttributeItem(Attribute)) { in setAttributeItem() [all …]
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_extattr.c | 39 * Support for filesystem extended attribute: UFS-specific support functions. 73 FEATURE(ufs_extattr, "ufs extended attribute support"); 75 static MALLOC_DEFINE(M_UFS_EXTATTR, "ufs_extattr", "ufs extended attribute"); 107 * Per-FS attribute lock protecting attribute operations. 129 * attribute. 133 * zero-length attrname (used to retrieve application attribute list) 147 * Locate an attribute given a name and mountpoint. 209 * Start extended attribute support on an FS. 319 * Enable an EA using the passed filesystem, backing vnode, attribute name, 362 * attribute files. Then invoke ufs_extattr_enable_with_open() on each [all …]
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.8 | 70 attribute set, 75 Setting this attribute with 79 attribute. 88 attribute marks partitions that had the 90 attribute set, but failed to boot. 91 This attribute is managed by the system. 106 attribute can be used for testing an upgraded operating system on 112 attribute is set on that new test partition. 121 attribute is cleared after an attempted boot, a failed boot will not 128 attribute is set on any partitions, booting will be attempted from them [all …]
|