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

123456

/freebsd-12-stable/share/examples/ypldap/
H A Dypldap.conf21 attribute name maps to "uid"
22 fixed attribute passwd "*"
23 attribute uid maps to "uidNumber"
24 attribute gid maps to "gidNumber"
25 attribute gecos maps to "cn"
26 attribute home maps to "homeDirectory"
27 attribute shell maps to "loginShell"
28 fixed attribute change "0"
29 fixed attribute expire "0"
30 fixed attribute clas
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp30 JOS.attribute("id", createPointerRepresentation(A));
31 JOS.attribute("kind", AttrName);
38 // various attribute syntaxes, but we don't currently track that information
40 //JOS.attribute("spelling", A->getSpelling());
49 JOS.attribute("id", createPointerRepresentation(S));
50 JOS.attribute("kind", S->getStmtClassName());
55 JOS.attribute("type", createQualType(E->getType()));
62 JOS.attribute("valueCategory", Category);
68 JOS.attribute("id", createPointerRepresentation(T));
73 JOS.attribute("kin
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp120 J.attribute("pid", 1);
121 J.attribute("tid", 0);
122 J.attribute("ph", "X");
123 J.attribute("ts", StartUs);
124 J.attribute("dur", DurUs);
125 J.attribute("name", E.Name);
127 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); });
150 J.attribute("pid", 1);
151 J.attribute("tid", Tid);
152 J.attribute("p
[all...]
/freebsd-12-stable/tests/sys/audit/
H A DMakefile5 ATF_TESTS_C= file-attribute-access
6 ATF_TESTS_C+= file-attribute-modify
20 SRCS.file-attribute-access+= file-attribute-access.c
21 SRCS.file-attribute-access+= utils.c
22 SRCS.file-attribute-modify+= file-attribute-modify.c
23 SRCS.file-attribute-modify+= utils.c
/freebsd-12-stable/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_find_002_neg.ksh41 # Verifies ability to find files with attribute with -xattr flag and using
45 # 1. In directory A, create several files and add attribute files for them
46 # 2. Delete all the attribute files.
48 # 3. Verify all the attribute files can not be found with '-exec runat ls'
63 "attribute and using '-exec runat ls'"
77 usr_exec $RUNAT $f $RM attribute*
87 log_fail "find not containing attribute should fail."
93 -xattr -exec $RUNAT {} $LS attribute.$j \\\;)
94 if [[ $fa == attribute.$j ]]; then
95 log_fail "find file attribute shoul
[all...]
H A Dzfs_acl_ls_002_neg.ksh42 # for files without attribute.
45 # 1. Create files with attribute files in directory A.
46 # 2. Removed all attribute files.
62 "permissions using ls -@ for files without attribute."
76 log_must usr_exec $RUNAT $f $RM attribute*
80 log_fail "ls with attribute shouldn't success."
H A Dzfs_acl_find_001_pos.ksh41 # Verifies ability to find files with attribute with -xattr flag and using
45 # 1. In directory A, create several files and add attribute files for them
47 # 3. Verify all the attribute files can be found with '-exec runat ls'
61 log_assert "Verifies ability to find files with attribute with" \
79 log_fail "find file containing attribute fail."
86 typeset af=attribute.$j
90 log_fail "find file attribute fail"
95 log_note "find all attribute files of $f"
H A Dzfs_acl_cp_003_neg.ksh41 # Verifies that cp will not be able to include file attribute when
42 # attribute is unreadable (unless the user is root)
45 # 1. In directory A, create several files and add attribute files for them
46 # 2. chmod all files'the attribute files to '000'.
48 # 4. Verify attribute files are not existing for non-root user.
62 log_assert "Verifies that cp won't be able to include file attribute when " \
63 "attribute is unreadable (except root)"
77 # chmod all the attribute files to '000'.
78 usr_exec $RUNAT $f $CHMOD 000 attribute.$j
84 # Implement 'cp -@p' to the file whose attribute file
[all...]
/freebsd-12-stable/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;
84 struct attribute *attr;
91 attr = (struct attribute *)(intptr_t)arg2;
123 KASSERT(len < PAGE_SIZE, ("new attribute truncated"));
134 sysfs_create_file(struct kobject *kobj, const struct attribute *attr)
149 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr)
157 sysfs_create_files(struct kobject *kobj, const struct attribute * cons
[all...]
H A Dkobject.h47 struct attribute **default_attrs;
63 struct attribute { struct
70 struct attribute attr;
/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_extattr.c39 * Support for filesystem extended attribute: UFS-specific support functions.
74 FEATURE(ufs_extattr, "ufs extended attribute support");
76 static MALLOC_DEFINE(M_UFS_EXTATTR, "ufs_extattr", "ufs extended attribute");
108 * Per-FS attribute lock protecting attribute operations.
130 * attribute.
134 * zero-length attrname (used to retrieve application attribute list)
148 * Locate an attribute given a name and mountpoint.
210 * Start extended attribute support on an FS.
321 * Enable an EA using the passed filesystem, backing vnode, attribute nam
597 struct ufs_extattr_list_entry *attribute; local
848 struct ufs_extattr_list_entry *attribute; local
1055 struct ufs_extattr_list_entry *attribute; local
1163 struct ufs_extattr_list_entry *attribute; local
[all...]
/freebsd-12-stable/stand/lua/
H A Dcolor.lua90 function color.escape(fg_color, bg_color, attribute)
94 if attribute == nil then
95 attribute = ""
97 attribute = attribute .. ";"
99 return core.KEYSTR_CSI .. attribute ..
/freebsd-12-stable/tests/sys/cddl/zfs/tests/acl/
H A Dacl_common.kshlib514 # $3 attribute array name which was used to store attribute information.
536 attribute.$j\)
591 cksum attribute* \\\; | $SORT >> $outfile
596 # will operate on to test extended attribute functionality.
611 # Create the original file and its attribute files.
616 [[ ! -a $RES_DIR/attribute ]] && \
617 usr_exec $CP $RES_DIR/file $RES_DIR/attribute
630 $CP $RES_DIR/attribute ./attribute
[all...]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h127 * For functions declared inline, this attribute inlines the function even
365 * @brief possible value of attribute argument for sync object type
371 * @brief possible value of attribute argument for sync object type
385 * @param[in] attribute - one of [#__itt_attr_barrier, #__itt_attr_mutex] values which defines the
389 void ITTAPI __itt_sync_set_nameA(void *addr, const char *objtype, const char *objname, int attribute);
390 void ITTAPI __itt_sync_set_nameW(void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute);
399 void ITTAPI __itt_sync_set_name(void *addr, const char* objtype, const char* objname, int attribute);
406 ITT_STUBV(ITTAPI, void, sync_set_nameA, (void *addr, const char *objtype, const char *objname, int attribute))
407 ITT_STUBV(ITTAPI, void, sync_set_nameW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute))
409 ITT_STUBV(ITTAPI, void, sync_set_name, (void *addr, const char *objtype, const char *objname, int attribute))
[all...]
/freebsd-12-stable/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-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c72 struct attribute attr;
92 struct attribute attr;
94 struct attribute *attr, char *buf);
96 struct attribute *attr,
104 struct attribute *attr, char *buf)
121 struct attribute *attr, char *buf)
327 static struct attribute *port_default_attrs[] = {
558 static struct attribute *pma_attrs[] = {
579 static struct attribute *pma_attrs_ext[] = {
604 static struct attribute *pma_attrs_noiet
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A DMakefile.am58 option-value-type.h option-xat-attribute.c option-xat-attribute.h \
/freebsd-12-stable/usr.sbin/bsdinstall/partedit/
H A Dpartedit.h78 void gpart_set_root(const char *lg_name, const char *attribute);
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h85 ITT_STUBV(ITTAPI, void, sync_createA, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMAT addr, objtype, objname, attribute), sync_createA, __itt_group_sync | __itt_group_fsync, "%p, \"%s\", \"%s\", %x")
86 ITT_STUBV(ITTAPI, void, sync_createW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute), (ITT_FORMAT addr, objtype, objname, attribute), sync_createW, __itt_group_sync | __itt_group_fsync, "%p, \"%S\", \"%S\", %x")
90 ITT_STUBV(ITTAPI, void, sync_create, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMAT addr, objtype, objname, attribute), sync_create, __itt_group_sync | __itt_group_fsync, "%p, \"%s\", \"%s\", %x")
216 ITT_STUBV(ITTAPI, void, sync_set_nameA, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMAT addr, objtype, objname, attribute), sync_set_nameA, __itt_group_sync | __itt_group_fsync | __itt_group_legacy, "%p, \"%s\", \"%s\", %x")
217 ITT_STUBV(ITTAPI, void, sync_set_nameW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute), (ITT_FORMAT addr, objtype, objname, attribute), sync_set_name
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/
H A Dcurses.priv.h702 NCURSES_CH_T attr; /* soft label attribute */
1697 * Workaround for defective implementation of gcc attribute warn_unused_result
1731 TR(TRACE_ATTRS, ("new attribute is %s", _traceattr((S))));}
1740 TR(TRACE_ATTRS, ("new attribute is %s", _traceattr((S))));}
/freebsd-12-stable/sys/geom/
H A Dgeom.h296 int g_handleattr(struct bio *bp, const char *attribute, const void *val,
298 int g_handleattr_int(struct bio *bp, const char *attribute, int val);
299 int g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val);
300 int g_handleattr_uint16_t(struct bio *bp, const char *attribute, uint16_t val);
301 int g_handleattr_str(struct bio *bp, const char *attribute, const char *str);
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddwarf2read.c334 struct attr_abbrev *attrs; /* an array of attribute descriptions */
351 struct attribute *attrs; /* An array of attributes */
367 struct attribute struct
390 /* Get at parts of an attribute structure */
625 "invalid attribute class or form for '%s' in '%s'", arg1, arg2);
687 static char *read_attribute (struct attribute *, struct attr_abbrev *,
690 static char *read_attribute_value (struct attribute *, unsigned,
725 static struct attribute *dwarf2_attr (struct die_info *, unsigned int,
747 static void dwarf2_const_value (struct attribute *, struct symbol *,
750 static void dwarf2_const_value_data (struct attribute *att
[all...]
/freebsd-12-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c145 LDAP__setmod(LDAPMod *** modlist, int modop, const char *attribute, argument
158 strcasecmp((*modlist)[cMods]->mod_type, attribute) == 0) {
179 mod->mod_type = ber_strdup(attribute);
199 LDAP_addmod_len(LDAPMod *** modlist, int modop, const char *attribute, argument
205 ret = LDAP__setmod(modlist, modop | LDAP_MOD_BVALUES, attribute, &cMods);
238 LDAP_addmod(LDAPMod *** modlist, int modop, const char *attribute, argument
244 ret = LDAP__setmod(modlist, modop, attribute, &cMods);
275 const char *attribute, KerberosTime * time)
284 return LDAP_addmod(mods, modop, attribute, buf);
290 const char *attribute, unsigne
274 LDAP_addmod_generalized_time(LDAPMod *** mods, int modop, const char *attribute, KerberosTime * time) argument
288 LDAP_addmod_integer(krb5_context context, LDAPMod *** mods, int modop, const char *attribute, unsigned long l) argument
307 LDAP_get_string_value(HDB * db, LDAPMessage * entry, const char *attribute, char **ptr) argument
333 LDAP_get_integer_value(HDB * db, LDAPMessage * entry, const char *attribute, int *ptr) argument
348 LDAP_get_generalized_time_value(HDB * db, LDAPMessage * entry, const char *attribute, KerberosTime * kt) argument
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dstub-objc.c240 /* APPLE LOCAL begin radar 3803157 - objc attribute */
242 tree ARG_UNUSED (attribute))
243 /* APPLE LOCAL end radar 3803157 - objc attribute */
248 /* APPLE LOCAL begin radar 3803157 - objc attribute */
250 tree ARG_UNUSED (attribute))
251 /* APPLE LOCAL end radar 3803157 - objc attribute */
265 tree ARG_UNUSED (attribute))
488 /* APPLE LOCAL begin radar 3803157 - objc attribute */
494 /* APPLE LOCAL end radar 3803157 - objc attribute */
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c201 struct attribute *attr)
214 struct attribute *attr)
382 struct attribute *a;
395 struct attribute attr;
402 struct attribute *attr, char *buf)
414 struct attribute *attr,
497 static struct attribute **
504 struct attribute **tab_attr;
508 tab_attr = kcalloc(1 + len, sizeof (struct attribute *), GFP_KERNEL);

Completed in 389 milliseconds

123456