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

12345

/freebsd-11.0-release/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-11.0-release/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;
76 struct attribute *attr;
83 attr = (struct attribute *)(intptr_t)arg2;
115 KASSERT(len < PAGE_SIZE, ("new attribute truncated"));
126 sysfs_create_file(struct kobject *kobj, const struct attribute *attr)
137 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr)
155 struct attribute **att
[all...]
H A Dkobject.h46 struct attribute **default_attrs;
62 struct attribute { struct
69 struct attribute attr;
/freebsd-11.0-release/sys/ufs/ufs/
H A Dufs_extattr.c37 * Support for filesystem extended attribute: UFS-specific support functions.
72 FEATURE(ufs_extattr, "ufs extended attribute support");
74 static MALLOC_DEFINE(M_UFS_EXTATTR, "ufs_extattr", "ufs extended attribute");
106 * Per-FS attribute lock protecting attribute operations.
128 * attribute.
132 * zero-length attrname (used to retrieve application attribute list)
146 * Locate an attribute given a name and mountpoint.
208 * Start extended attribute support on an FS.
319 * Enable an EA using the passed filesystem, backing vnode, attribute nam
590 struct ufs_extattr_list_entry *attribute; local
841 struct ufs_extattr_list_entry *attribute; local
1048 struct ufs_extattr_list_entry *attribute; local
1156 struct ufs_extattr_list_entry *attribute; local
[all...]
/freebsd-11.0-release/release/doc/share/mk/
H A Ddoc.relnotes.mk11 PROFILING+= --param profile.attribute "'releasetype'" --param profile.value "'current'"
13 PROFILING+= --param profile.attribute "'releasetype'" --param profile.value "'snapshot'"
15 PROFILING+= --param profile.attribute "'releasetype'" --param profile.value "'release'"
/freebsd-11.0-release/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-11.0-release/contrib/ntp/sntp/libopts/
H A DMakefile.am58 option-value-type.h option-xat-attribute.c option-xat-attribute.h \
/freebsd-11.0-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit.h75 void gpart_set_root(const char *lg_name, const char *attribute);
/freebsd-11.0-release/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-11.0-release/sys/geom/
H A Dgeom.h274 int g_handleattr(struct bio *bp, const char *attribute, const void *val,
276 int g_handleattr_int(struct bio *bp, const char *attribute, int val);
277 int g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val);
278 int g_handleattr_uint16_t(struct bio *bp, const char *attribute, uint16_t val);
279 int g_handleattr_str(struct bio *bp, const char *attribute, const char *str);
H A Dgeom_subr.c959 g_handleattr_int(struct bio *bp, const char *attribute, int val) argument
962 return (g_handleattr(bp, attribute, &val, sizeof val));
966 g_handleattr_uint16_t(struct bio *bp, const char *attribute, uint16_t val) argument
969 return (g_handleattr(bp, attribute, &val, sizeof val));
973 g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val) argument
976 return (g_handleattr(bp, attribute, &val, sizeof val));
980 g_handleattr_str(struct bio *bp, const char *attribute, const char *str) argument
983 return (g_handleattr(bp, attribute, str, 0));
987 g_handleattr(struct bio *bp, const char *attribute, const void *val, int len) argument
991 if (strcmp(bp->bio_attribute, attribute))
[all...]
/freebsd-11.0-release/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-11.0-release/sys/ofed/drivers/infiniband/core/
H A Dsysfs.c54 struct attribute attr;
73 struct attribute *attr, char *buf)
252 static struct attribute *port_default_attrs[] = {
395 static struct attribute *pma_attrs[] = {
441 static struct attribute *pma_attrs_ext[] = {
461 struct attribute *a;
508 static struct attribute **
513 struct attribute **tab_attr;
517 tab_attr = kcalloc(1 + len, sizeof(struct attribute *), GFP_KERNEL);
797 /* Show a given an attribute i
[all...]
/freebsd-11.0-release/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-11.0-release/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-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsysfs.c221 struct attribute *attr)
234 struct attribute *attr)
400 struct attribute *a;
413 struct attribute attr;
420 struct attribute *attr, char *buf)
432 struct attribute *attr,
515 static struct attribute **
522 struct attribute **tab_attr;
526 tab_attr = kcalloc(1 + len, sizeof (struct attribute *), GFP_KERNEL);
/freebsd-11.0-release/contrib/binutils/binutils/
H A Ddwarf.c306 unsigned long attribute; member in struct:abbrev_attr
378 add_abbrev_attr (unsigned long attribute, unsigned long form) argument
388 attr->attribute = attribute;
416 unsigned long attribute; local
439 attribute = read_leb128 (start, & bytes_read, 0);
445 if (attribute != 0)
446 add_abbrev_attr (attribute, form);
448 while (attribute != 0);
927 read_and_display_attr_value (unsigned long attribute, argument
1389 get_AT_name(unsigned long attribute) argument
1503 read_and_display_attr(unsigned long attribute, unsigned long form, unsigned char *data, unsigned long cu_offset, unsigned long pointer_size, unsigned long offset_size, int dwarf_version, debug_info *debug_info_p, int do_loc) argument
[all...]
/freebsd-11.0-release/sys/boot/i386/kgzldr/
H A Dcrt.s32 .set SCR_MAT,0x7 # Mode/attribute
48 movb $SCR_MAT,%ah # Mode/attribute
/freebsd-11.0-release/sys/boot/pc98/kgzldr/
H A Dcrt.s32 .set SCR_MAT,0xe1 # Mode/attribute
47 movb $SCR_MAT,%ah # Mode/attribute
/freebsd-11.0-release/crypto/heimdal/lib/hx509/
H A Dsoftp11.c53 CK_ATTRIBUTE attribute; member in struct:st_attr
212 if (attributes[i].type == obj->attrs[j].attribute.type &&
213 attributes[i].ulValueLen == obj->attrs[j].attribute.ulValueLen &&
214 memcmp(attributes[i].pValue, obj->attrs[j].attribute.pValue,
221 st_logf("type %d attribute have no match\n", attributes[i].type);
225 st_logf("attribute matches\n");
243 application_error("token attribute wrong length\n");
253 application_error("class attribute wrong length\n");
351 o->attrs[i].attribute.type = type;
352 o->attrs[i].attribute
[all...]
/freebsd-11.0-release/usr.sbin/ypldap/
H A Dparse.y109 %type <v.number> opcode attribute
163 attribute : NAME { $$ = 0; } label
231 | ATTRIBUTE attribute MAPS TO STRING {
235 yyerror("attribute truncated");
241 | FIXED ATTRIBUTE attribute STRING {
245 yyerror("attribute truncated");
252 | LIST attribute MAPS TO STRING {
256 yyerror("attribute truncated");
273 yyerror("attribute truncated");
361 { "attribute", ATTRIBUT
[all...]
/freebsd-11.0-release/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S51 .set SCR_MAT,0x7 # Mode/attribute
306 movb $SCR_MAT,%ah # Mode/attribute
/freebsd-11.0-release/share/dtrace/
H A Dnfsattrstats32 * This script creates a trace of NFS RPCs, NFS attribute cache
/freebsd-11.0-release/sys/boot/pc98/boot0.5/
H A Dsyscons.s54 # %al attribute
144 # %al: attribute
/freebsd-11.0-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c182 static struct attribute ttm_page_pool_max = {
186 static struct attribute ttm_page_pool_small = {
190 static struct attribute ttm_page_pool_alloc_size = {
195 static struct attribute *ttm_pool_attrs[] = {
209 static ssize_t ttm_pool_store(struct kobject *kobj, struct attribute *attr,
243 static ssize_t ttm_pool_show(struct kobject *kobj, struct attribute *attr,

Completed in 168 milliseconds

12345