Searched refs:attribute (Results 1 - 25 of 152) sorted by relevance

1234567

/freebsd-current/share/examples/ypldap/
H A Dypldap.conf20 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 clas
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp34 JOS.attribute("id", createPointerRepresentation(A));
35 JOS.attribute("kind", AttrName);
42 // various attribute syntaxes, but we don't currently track that information
44 //JOS.attribute("spelling", A->getSpelling());
53 JOS.attribute("id", createPointerRepresentation(S));
54 JOS.attribute("kind", S->getStmtClassName());
59 JOS.attribute("type", createQualType(E->getType()));
68 JOS.attribute("valueCategory", Category);
74 JOS.attribute("id", createPointerRepresentation(T));
79 JOS.attribute("kin
[all...]
/freebsd-current/tests/sys/audit/
H A DMakefile4 ATF_TESTS_C= file-attribute-access
5 ATF_TESTS_C+= file-attribute-modify
19 SRCS.file-attribute-access+= file-attribute-access.c
20 SRCS.file-attribute-access+= utils.c
21 SRCS.file-attribute-modify+= file-attribute-modify.c
22 SRCS.file-attribute-modify+= utils.c
/freebsd-current/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_find_002_neg.ksh36 # Verifies ability to find files with attribute with -xattr flag and using
40 # 1. In directory A, create several files and add attribute files for them
41 # 2. Delete all the attribute files.
43 # 3. Verify all the attribute files can not be found with '-exec runat ls'
58 "attribute and using '-exec runat ls'"
72 usr_exec $RUNAT $f $RM attribute*
82 log_fail "find not containing attribute should fail."
88 -xattr -exec $RUNAT {} $LS attribute.$j \\\;)
89 if [[ $fa == attribute.$j ]]; then
90 log_fail "find file attribute shoul
[all...]
H A Dzfs_acl_ls_002_neg.ksh37 # for files without attribute.
40 # 1. Create files with attribute files in directory A.
41 # 2. Removed all attribute files.
57 "permissions using ls -@ for files without attribute."
71 log_must usr_exec $RUNAT $f $RM attribute*
75 log_fail "ls with attribute shouldn't success."
H A Dzfs_acl_find_001_pos.ksh36 # Verifies ability to find files with attribute with -xattr flag and using
40 # 1. In directory A, create several files and add attribute files for them
42 # 3. Verify all the attribute files can be found with '-exec runat ls'
56 log_assert "Verifies ability to find files with attribute with" \
74 log_fail "find file containing attribute fail."
81 typeset af=attribute.$j
85 log_fail "find file attribute fail"
90 log_note "find all attribute files of $f"
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp169 J.attribute("pid", Pid);
170 J.attribute("tid", int64_t(Tid));
171 J.attribute("ph", "X");
172 J.attribute("ts", StartUs);
173 J.attribute("dur", DurUs);
174 J.attribute("name", E.Name);
176 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); });
225 J.attribute("pid", Pid);
226 J.attribute("tid", int64_t(TotalTid));
227 J.attribute("p
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVAttributeParser.h18 RISCVAttrs::AttrType attribute; member in struct:llvm::RISCVAttributeParser::DisplayHandler
H A DScopedPrinter.h578 JOS.attribute(Label, Value);
582 JOS.attribute(Label, Value);
586 JOS.attribute(Label, Value);
590 JOS.attribute(Label, Value);
594 JOS.attribute(Label, Value);
598 JOS.attribute(Label, Value);
602 JOS.attribute(Label, Value);
606 JOS.attribute(Label, Value);
610 JOS.attribute(Label, Value);
614 JOS.attribute(Labe
[all...]
H A DCSKYAttributeParser.h18 CSKYAttrs::AttrType attribute; member in struct:llvm::CSKYAttributeParser::DisplayHandler
/freebsd-current/sys/ufs/ufs/
H A Dufs_extattr.c39 * 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 nam
595 struct ufs_extattr_list_entry *attribute; local
844 struct ufs_extattr_list_entry *attribute; local
1046 struct ufs_extattr_list_entry *attribute; local
1154 struct ufs_extattr_list_entry *attribute; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DTrainingLogger.cpp54 JOS.object([&]() { JOS.attribute("context", Name); });
63 JOS.attribute("observation", static_cast<int64_t>(NewObservationID));
74 JOS.attribute("outcome", static_cast<int64_t>(
H A DTensorSpec.cpp52 OS.attribute("name", name());
53 OS.attribute("type", toString(type()));
54 OS.attribute("port", port());
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h41 ssize_t (*show)(struct kobject *, struct attribute *, char *);
42 ssize_t (*store)(struct kobject *, struct attribute *, const char *,
49 struct attribute *, int);
50 struct attribute **attrs;
86 struct attribute *attr;
93 attr = (struct attribute *)(intptr_t)arg2;
125 KASSERT(len < PAGE_SIZE, ("new attribute truncated"));
136 sysfs_create_file(struct kobject *kobj, const struct attribute *attr)
151 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr)
174 sysfs_create_files(struct kobject *kobj, const struct attribute * cons
[all...]
H A Dkobject.h51 struct attribute **default_attrs;
69 struct attribute { struct
78 struct attribute attr;
/freebsd-current/tools/test/stress2/misc/
H A Dextattrctl.sh54 mkdir -p $mntpoint/.attribute/system
55 cd $mntpoint/.attribute/system
H A Dextattr.sh53 mkdir -p $mntpoint/.attribute/system
54 cd $mntpoint/.attribute/system
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp90 JOS.attribute("value_id", llvm::to_string(&V));
94 JOS.attribute("kind", debugString(V.getKind()));
116 JOS.attribute("formula", llvm::to_string(B->formula()));
117 JOS.attribute("truth", Env.proves(B->formula()) ? "true"
124 JOS.attribute("location", llvm::to_string(&L));
128 JOS.attribute("type", L.getType().getAsString());
211 JOS->attribute("block", blockID(E.Block->getBlockID()));
212 JOS->attribute("iter", E.Iter);
213 JOS->attribute("post_visit", E.PostVisit);
214 JOS->attribute("converge
[all...]
/freebsd-current/stand/lua/
H A Dcolor.lua88 function color.escape(fg_color, bg_color, attribute)
92 if attribute == nil then
93 attribute = ""
95 attribute = attribute .. ";"
97 return core.KEYSTR_CSI .. attribute ..
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib217 # will operate on to test extended attribute functionality.
232 # Create the original file and its attribute files.
237 [[ ! -a $RES_DIR/attribute ]] && \
238 usr_exec cp $RES_DIR/file $RES_DIR/attribute
251 cp $RES_DIR/attribute ./attribute.$j
/freebsd-current/usr.bin/ctags/
H A DC.c257 static char attribute[] = "__attribute__"; local
258 char maybe_attribute[sizeof attribute + 1],
315 < (ptrdiff_t)(sizeof attribute - 1))
321 if (strcmp(maybe_attribute, attribute) == 0) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp378 json_str.attribute("traceTechnology", "intel-pt");
380 json_str.attribute("tid", tid);
383 json_str.attribute("traceItemsCount", insn_len);
388 json_str.attribute("totalInBytes", std::to_string(mem_used));
392 json_str.attribute("avgPerItemInBytes", avg);
399 json_str.attribute(name, duration.count() / 1000.0);
407 json_str.attribute("totalCount", events_stats.total_count);
410 json_str.attribute(
420 json_str.attribute("totalCount", error_stats.GetTotalCount());
423 json_str.attribute(kin
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/acl/
H A Dacl_common.kshlib509 # $3 attribute array name which was used to store attribute information.
531 attribute.$j\)
586 cksum attribute* \\\; | $SORT >> $outfile
591 # will operate on to test extended attribute functionality.
606 # Create the original file and its attribute files.
611 [[ ! -a $RES_DIR/attribute ]] && \
612 usr_exec $CP $RES_DIR/file $RES_DIR/attribute
625 $CP $RES_DIR/attribute ./attribute
[all...]
/freebsd-current/crypto/heimdal/lib/gssapi/mech/
H A Dgss_aeap.c203 const gss_OID attribute,
210 if (gss_oid_equal(GSS_C_ATTR_STREAM_SIZES, attribute)) {
201 gss_context_query_attributes(OM_uint32 *minor_status, const gss_ctx_id_t context_handle, const gss_OID attribute, void *data, size_t len) argument
/freebsd-current/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h133 * For functions declared inline, this attribute inlines the function even
407 * @brief possible value of attribute argument for sync object type
413 * @brief possible value of attribute argument for sync object type
428 * @param[in] attribute - one of [#__itt_attr_barrier, #__itt_attr_mutex] values
434 const char *objname, int attribute);
436 const wchar_t *objname, int attribute);
446 const char *objname, int attribute);
454 (void *addr, const char *objtype, const char *objname, int attribute))
457 int attribute))
460 (void *addr, const char *objtype, const char *objname, int attribute))
[all...]

Completed in 359 milliseconds

1234567